-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation

We have a few bk node disk occupation for a long time at 95%
Solution
After scanning, we found that the value of the majorCompactionThreshold 0.5, not 0.8 in the bookkeeper repo.
https://github.com/apache/bookkeeper/blob/master/conf/bk_server.conf#L565
majorCompactionThreshold=0.5 is less likely to trigger the GC, and whether to change the default to 0.8 to be consistent with the bookkeeper.
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages