leizhiyuan opened a new issue #13212: URL: https://github.com/apache/pulsar/issues/13212
**Describe the bug** pulsar ENTRY_SIZE_BUCKETS_BYTES is wrong for 1MB **To Reproduce** in ManagedLedgerMBeanImpl ,you can see public static final long[] ENTRY_SIZE_BUCKETS_BYTES = { 128, 512, 1024, 2048, 4096, 16_384, 102_400, 1_232_896 }; the last one is not 1024*1024, but for 1024*1204, It is wrong。 **Expected behavior** it should be 1_048_576 which is 1024*1024 **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] **Additional context** Add any other context about the problem here. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org