RuiLi8080 commented on a change in pull request #3320:
URL: https://github.com/apache/storm/pull/3320#discussion_r465490938



##########
File path: storm-client/src/jvm/org/apache/storm/daemon/worker/WorkerState.java
##########
@@ -199,7 +200,6 @@ public WorkerState(Map<String, Object> conf,
         }
         Collections.sort(localTaskIds);
         this.topologyConf = topologyConf;
-        this.topology = ConfigUtils.readSupervisorTopology(conf, topologyId, 
AdvancedFSOps.make(conf));

Review comment:
       I actually updated. Basically mkReceiveQueueMap() function needs to know 
`this.taskToComponent` which relies on `this.topology`. So we need to move them 
up.




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


Reply via email to