siddharthteotia commented on a change in pull request #4446: Add support in the rebalancer for the user to provide minimum number of serving replicas URL: https://github.com/apache/incubator-pinot/pull/4446#discussion_r309534530
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/TableRebalancer.java ########## @@ -67,15 +72,18 @@ private static final int MAX_RETRIES = 10; private static final int EXTERNAL_VIEW_CHECK_INTERVAL_MS = 30000; + private static final int EXTERNVAL_VIEW_STABILIZATON_MAX_WAIT_MS = 300000; Review comment: Done. using limit of 20mins for now. We can refine this in follow-up PR ---------------------------------------------------------------- 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]
