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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to