mgao0 commented on a change in pull request #1187:
URL: https://github.com/apache/helix/pull/1187#discussion_r466647187
##########
File path:
helix-core/src/main/java/org/apache/helix/controller/stages/CustomizedViewAggregationStage.java
##########
@@ -97,7 +103,8 @@ public void execute(final ClusterEvent event) throws
Exception {
for (Resource resource : resourceMap.values()) {
try {
computeCustomizedStateView(resource, stateType,
customizedStateOutput, curCustomizedViews,
- updatedCustomizedViews);
+ updatedCustomizedViews, updatedStartTimestamps);
+ Map<String, CustomizedView> curCustomizedViewsCopy = new
HashMap<>(curCustomizedViews);
Review comment:
See the next reply.
----------------------------------------------------------------
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]