NealSun96 commented on a change in pull request #1326:
URL: https://github.com/apache/helix/pull/1326#discussion_r481361556
##########
File path:
helix-core/src/main/java/org/apache/helix/controller/stages/task/TaskSchedulingStage.java
##########
@@ -110,117 +103,9 @@ private BestPossibleStateOutput compute(ClusterEvent
event, Map<String, Resource
restOfResources.remove(jobName);
}
- // Current rest of resources including: only current state left over ones
- // Original resource map contains workflows + jobs + other invalid
resources
- // After removing workflows + jobs, only leftover ones will go over old
rebalance pipeline.
- for (Resource resource : restOfResources.values()) {
Review comment:
Added new logic to drop task resources without configs.
----------------------------------------------------------------
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]