lei-xia commented on a change in pull request #1413:
URL: https://github.com/apache/helix/pull/1413#discussion_r499792289



##########
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:
       Could this create inconsistency since LivInstances used by all other 
places in the pipeline are different from 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to