lhotari commented on issue #25065: URL: https://github.com/apache/pulsar/issues/25065#issuecomment-3645577694
> 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 . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
