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 2020/09/23 18:31:00 UTC

[GitHub] [helix] kaisun2000 edited a comment on issue #1374: fix TestAutoRebalance.testAutoRebalance

kaisun2000 edited a comment on issue #1374:
URL: https://github.com/apache/helix/issues/1374#issuecomment-697847011


   ```
       // setup storage cluster
       _gSetupTool.addCluster(CLUSTER_NAME, true);
       _gSetupTool.addResourceToCluster(CLUSTER_NAME, TEST_DB, _PARTITIONS, STATE_MODEL,
           RebalanceMode.FULL_AUTO + "");
   ```
   
   This previously using AutoRebalancer with AutoRebalance strategy, now it is using DelayedAutoRebalancer with AutoRebalance strategy. Shall we change to using AutoRebalancer with AutoRebalanceStrategy, as we are testing AutoRebalance? @jiajunwang 


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



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