Skip to content
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

Fixed several possible issues with rolling log files #24700

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Dec 4, 2023

  • Failed rollToNewFile could cause NPE
  • ATOMIC_MOVE is not supported on all file systems (some Windows FS)
  • Cleanup should be executed just if roll succeeded

- Failed rollToNewFile could cause NPE
- ATOMIC_MOVE is not supported on all file systems (some Windows FS)
- Cleanup should be executed just if roll succeeded

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
@dmatej dmatej added the bug Something isn't working label Dec 4, 2023
@dmatej dmatej added this to the 7.0.12 milestone Dec 4, 2023
@dmatej dmatej self-assigned this Dec 4, 2023
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
@dmatej dmatej merged commit 719a66b into eclipse-ee4j:master Dec 5, 2023
@dmatej dmatej deleted the fix-logging branch December 5, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants