Shoothzj commented on issue #12399: URL: https://github.com/apache/pulsar/issues/12399#issuecomment-951532298
> > > > en max entries have been written to the ledger and at least > > > > > > > > > > > > However, the actual storage space exceeds the configured threshold too much. Is this reasonable? > > > > > > The `managedLedgerMinLedgerRolloverTimeMinutes` is to avoild frequencyly ledger rollover, if you want exactly less than size, you can tune this to `0` > > > > I tested that if the producer does not use compression, it scrolls according to the entries and size of the ledger, but after the producer uses compression, it does not scroll according to the entries and size of the ledger. It can only rely on the configuration of managedledgerminledger rollovertimeminutes. I want to express this meaning. interesting, let me try to reproduce it -- 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]
