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

Garbage Collecting Write Ahead Logs can be slow for a large number of logs #5397

Open
dlmarion opened this issue Mar 11, 2025 · 0 comments · May be fixed by #5399
Open

Garbage Collecting Write Ahead Logs can be slow for a large number of logs #5397

dlmarion opened this issue Mar 11, 2025 · 0 comments · May be fixed by #5399
Assignees
Labels
bug This issue has been verified to be a bug.
Milestone

Comments

@dlmarion
Copy link
Contributor

Describe the bug
GarbageCollectWriteAheadLogs deletes walog files serially, where rfiles are deleted using a thread pool.

Versions (OS, Maven, Java, and others, as appropriate):

  • Affected version(s) of this project: 2.1.3
@dlmarion dlmarion added the bug This issue has been verified to be a bug. label Mar 11, 2025
@dlmarion dlmarion added this to the 2.1.4 milestone Mar 11, 2025
@dlmarion dlmarion self-assigned this Mar 11, 2025
dlmarion added a commit to dlmarion/accumulo that referenced this issue Mar 11, 2025
Uses the same property and technique used for deleting
RFiles to delete wal and recovery files.

Closes apache#5397
@dlmarion dlmarion linked a pull request Mar 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue has been verified to be a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant