mgao0 commented on a change in pull request #1187:
URL: https://github.com/apache/helix/pull/1187#discussion_r469455081



##########
File path: 
helix-core/src/main/java/org/apache/helix/controller/dataproviders/ResourceControllerDataProvider.java
##########
@@ -79,6 +82,7 @@
   // Maintain a set of all ChangeTypes for change detection
   private Set<HelixConstants.ChangeType> _refreshedChangeTypes;
   private Set<String> _aggregationEnabledTypes = new HashSet<>();
+  private Map<String, CustomizedViewMonitor> _customizedViewMonitors = new 
HashMap<>();

Review comment:
       As we discussed, I put CustomizedViewMonitor as a field in 
ClusterStatusMonitor, so now in CustomizedViewAggregationStage, we'll just get 
the CustomizedViewMonitor from the event's ClusterStatusMonitor attribute.




----------------------------------------------------------------
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