Github user kanakb commented on a diff in the pull request:
https://github.com/apache/helix/pull/7#discussion_r19130517
--- Diff:
helix-core/src/test/java/org/apache/helix/integration/TestDrop.java ---
@@ -481,11 +507,27 @@ public void testDropSinglePartitionSemiAuto() throws
Exception {
4, // partitions per resource
n, // number of nodes
2, // replicas
- "MasterSlave", true); // do rebalance
+ "MasterSlave", mode,
(IdealState.RebalanceMode.FULL_AUTO.equals(mode) ||
IdealState.RebalanceMode.SEMI_AUTO
+ .equals(mode))); // do rebalance only when it is in AUTO or
SEMI-AUTO mode
--- End diff --
Why is the default rebalance behavior insufficient for CUSTOMIZED mode?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---