You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2019/08/28 06:49:17 UTC

[GitHub] [helix] pkuwm commented on a change in pull request #369: The fix for assigning partitions when instance weight = 0

pkuwm commented on a change in pull request #369: The fix for assigning partitions when instance weight = 0
URL: https://github.com/apache/helix/pull/369#discussion_r318414020
 
 

 ##########
 File path: helix-core/src/main/java/org/apache/helix/controller/rebalancer/topology/Topology.java
 ##########
 @@ -28,6 +28,7 @@
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
+import java.util.stream.Collectors;
 
 Review comment:
   Seems this import is not used.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org