Skip to content

fix the bug of Access denied error when rolling log files #18597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2.19
Choose a base branch
from

Conversation

liuyonghengheng
Copy link

Description

The logs rolling triggered AccessControlException, and the log files access permission are not rw-r-----. More and more users get this error, although it is not a fatal issue, it is a issue that we will encounter when out-of-the-box,so i think we should fix it.

Related Issues

Resolves #18594 #9609

Test

The test Result is expected behavior
image

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@liuyonghengheng liuyonghengheng requested a review from a team as a code owner June 24, 2025 10:28
@github-actions github-actions bot added _No response_ bug Something isn't working labels Jun 24, 2025
Copy link
Contributor

❕ Gradle check result for cf30aec: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Jun 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.00%. Comparing base (f03d743) to head (4c89362).
Report is 1 commits behind head on 2.19.

Additional details and impacted files
@@             Coverage Diff              @@
##               2.19   #18597      +/-   ##
============================================
+ Coverage     71.83%   72.00%   +0.17%     
- Complexity    65910    65960      +50     
============================================
  Files          5341     5341              
  Lines        307194   307194              
  Branches      44835    44835              
============================================
+ Hits         220664   221192     +528     
+ Misses        68065    67537     -528     
  Partials      18465    18465              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@liuyonghengheng liuyonghengheng force-pushed the 2.19_dev branch 4 times, most recently from d0d08d0 to 57c6caf Compare June 25, 2025 01:35
Copy link
Contributor

❕ Gradle check result for 4c89362: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working _No response_
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant