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/10/03 23:52:44 UTC

[GitHub] [helix] i3wangyi opened a new issue #502: Type reference has an issue in wagedRebalancer branch

i3wangyi opened a new issue #502: Type reference has an issue in wagedRebalancer branch
URL: https://github.com/apache/helix/issues/502
 
 
   ```
   private static final Map<String, Float> MODEL = new HashMap<>() {
       {
         // The default setting
         put(PartitionMovementConstraint.class.getSimpleName(), 1f);
         put(InstancePartitionsCountConstraint.class.getSimpleName(), 0.3f);
         put(ResourcePartitionAntiAffinityConstraint.class.getSimpleName(), 0.1f);
         put(ResourceTopStateAntiAffinityConstraint.class.getSimpleName(), 0.1f);
         put(MaxCapacityUsageInstanceConstraint.class.getSimpleName(), 0.5f);
       }
     };
   ```

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