GitHub user lhotari added a comment to the discussion: [Bug] The bookie is occupying a large amount of disk space without releasing it.
> broker version:2.11.0 > bookie version:2.10.1 > we deploy with docker using the official image This is an unsupported version with [known security vulnerabilities](https://pulsar.apache.org/security/#security-advisories). Please upgrade to one of the [supported versions](https://pulsar.apache.org/contribute/release-policy/). > In this Pulsar cluster, a Bookie node's disk usage grows rapidly while others > remain balanced.The ledger files dating back 180 days on one node but only 10 > days on others. I setted TTL and retention policies for topics. Nothing found > about error info in log files. Why and how can i fix it? Thx If these are rocksdb files, it could be related to https://github.com/apache/bookkeeper/issues/4554 / https://github.com/apache/bookkeeper/pull/4555 . The workaround is described in https://github.com/apache/pulsar-helm-chart/pull/633#issuecomment-3337662280 . GitHub link: https://github.com/apache/pulsar/discussions/25068#discussioncomment-15238333 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
