xyuanlu commented on code in PR #2618:
URL: https://github.com/apache/helix/pull/2618#discussion_r1329428862
##########
helix-core/src/main/java/org/apache/helix/HelixAdmin.java:
##########
@@ -738,4 +738,15 @@ Map<String, Boolean>
validateResourcesForWagedRebalance(String clusterName,
*/
Map<String, Boolean> validateInstancesForWagedRebalance(String clusterName,
List<String> instancesNames);
+
+ /**
+ * Return if instance operation 'Evacuate' is finished.
+ * Only return true if there is no current state on the instance and that
instance is still alive.
+ * @param clusterName
+ * @param instancesNames
+ * @return
+ */
+ boolean isEvacuateFinished(String clusterName, String instancesNames);
+
+ boolean isPrepopulateReady(String clusterName, String instancesNames);
Review Comment:
TFTR. Updated.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]