wolfstudy opened a new issue #7001: URL: https://github.com/apache/pulsar/issues/7001
**Describe the bug** conf/standalone.conf: ``` managedLedgerMinLedgerRolloverTimeMinutes=2 managedLedgerMaxEntriesPerLedger=5000 ``` I'm testing offload-related functions locally, expecting the ledger to switch early, so the value of managedLedgerMaxEntriesPerLedger is set to 5000, but it seems that the parameter does not take effect. When the data in a ledger reaches 50000, the switch of ledger occurs **Expected behavior** The `managedLedgerMaxEntriesPerLedger` parameter take effect **Screenshots**  **Desktop (please complete the following information):** - Pulsar Version: 2.5.1 and 2.5.2 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
