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 2020/05/20 07:14:11 UTC

[GitHub] [pulsar] wolfstudy opened a new issue #7001: The `managedLedgerMaxEntriesPerLedger` parameter does not take effect

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**
   ![image](https://user-images.githubusercontent.com/20965307/82416329-6a7f4700-9aac-11ea-9c40-48565a4d2d41.png)
   
   
   **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:
users@infra.apache.org



[GitHub] [pulsar] jiazhai closed issue #7001: The `managedLedgerMaxEntriesPerLedger` parameter does not take effect

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


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] jiazhai commented on issue #7001: The `managedLedgerMaxEntriesPerLedger` parameter does not take effect

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #7001:
URL: https://github.com/apache/pulsar/issues/7001#issuecomment-631854513


   both of them take effect. it is aimed to not rollover ledgers too frequently. 


----------------------------------------------------------------
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:
users@infra.apache.org