narendly commented on a change in pull request #381: Implement the POC work 
greedy constraint based algorithm
URL: https://github.com/apache/helix/pull/381#discussion_r314180887
 
 

 ##########
 File path: 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/model/ClusterContext.java
 ##########
 @@ -115,4 +124,19 @@ private int estimateAvgReplicaCount(int replicaCount, int 
instanceCount) {
     return (int) Math
         .ceil((float) replicaCount / instanceCount * 
ERROR_MARGIN_FOR_ESTIMATED_MAX_COUNT);
   }
+
+
 
 Review comment:
   extra space

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


With regards,
Apache Git Services

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

Reply via email to