You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/09 11:48:32 UTC

[GitHub] [pulsar] leizhiyuan opened a new issue #13212: ENTRY_SIZE_BUCKETS_BYTES is wrong for 1MB

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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat closed issue #13212: ENTRY_SIZE_BUCKETS_BYTES is wrong for 1MB

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #13212:
URL: https://github.com/apache/pulsar/issues/13212


   


-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org