pulsar_cluster log will fill up the disk #24334
Unanswered
1275718633
asked this question in
Q&A
Replies: 1 comment
-
This is a good question. Some quick hints to prevent this from happening:
Some useful details to be aware of:
For test environments, you can use use these settings for more aggressive disk cleanup bookkeeper:
configData:
# more aggressive disk cleanup
journalMaxSizeMB: "256"
majorCompactionInterval: "600"
minorCompactionInterval: "300"
compactionRateByEntries: "5000"
gcWaitTime: "60000"
broker:
configData:
# more aggressive disk cleanup
managedLedgerMinLedgerRolloverTimeMinutes: "1"
managedLedgerMaxLedgerRolloverTimeMinutes: "5" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The log space in the "ledgers/current" directory under the journalDirectory path configured in bookkeepr is too large and is about to fill up the disk. How should I handle this?
Beta Was this translation helpful? Give feedback.
All reactions