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 2019/06/19 08:47:11 UTC

[GitHub] [pulsar] guillaume-braibant opened a new issue #4558: Add warning : Apache Pulsar Configuration / Bookie / minorCompactionInterval property

guillaume-braibant opened a new issue #4558: Add warning : Apache Pulsar Configuration / Bookie / minorCompactionInterval property
URL: https://github.com/apache/pulsar/issues/4558
 
 
   **Problem**
   
   minorCompactionInterval value must be greater than gcWaitTime. If it is not the case, bookie will crash at startup. This is not indicated either in Bookkeeper Documentation nor in Apache Pulsar Configuration documentation. A warning for this in the minorCompactionInterval  description section would be welcome.
   
   **Source of the problem**
   
   https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java
   
   Lines 196 to 198
   
   **Solution**
   
   Put a clear warning about how minorCompactionInterval value should be set in regard to the gcWaitTime value (minorCompactionInterval in milliseconds must be greater than gcWaitTime).

----------------------------------------------------------------
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


With regards,
Apache Git Services