sunithabeeram 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_r266108471
##########
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:
For the test I was pursuing, staggering didn't make a difference. I will
however check this in to have the flexibility in the future.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]