You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/11 23:07:23 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3946: Make RetentionManager and OfflineSegmentIntervalChecker initial delays configurable

jackjlli commented on a change in pull request #3946: Make RetentionManager and OfflineSegmentIntervalChecker initial delays configurable
URL: https://github.com/apache/incubator-pinot/pull/3946#discussion_r264465765
 
 

 ##########
 File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
 ##########
 @@ -84,6 +84,10 @@
     // Initial delays
     private static final String STATUS_CHECKER_INITIAL_DELAY_IN_SECONDS =
         "controller.statusChecker.initialDelayInSeconds";
+    private static final String RETENTION_MANAGER_INITIAL_DELAY_IN_SECONDS =
 
 Review comment:
   It would be good to leave some comments to stagger these two tasks 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org