NealSun96 commented on a change in pull request #1413:
URL: https://github.com/apache/helix/pull/1413#discussion_r499855767
##########
File path:
helix-core/src/main/java/org/apache/helix/controller/stages/MessageGenerationPhase.java
##########
@@ -89,7 +89,7 @@ protected void processEvent(ClusterEvent event,
ResourcesStateMap resourcesState
+ ". Requires
HelixManager|DataCache|RESOURCES|CURRENT_STATE|INTERMEDIATE_STATE");
}
- Map<String, LiveInstance> liveInstances = cache.getLiveInstances();
+ Map<String, LiveInstance> liveInstances = cache.getLiveInstances(true);
Review comment:
Duplicate discussion with the above comment.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]