Skip to content

Commit

Permalink
Updating rebalance setting for testThreeZoneOneReplicaWithForceZoneVa…
Browse files Browse the repository at this point in the history
…lueAndLoadAwareness

Signed-off-by: Rishab Nahata <[email protected]>
  • Loading branch information
imRishN committed Jun 22, 2022
1 parent 06b2acd commit 7095265
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ public void testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness() throws E
.put("cluster.routing.allocation.awareness.force.zone.values", "a,b,c")
.put("cluster.routing.allocation.load_awareness.skew_factor", "0.0")
.put("cluster.routing.allocation.load_awareness.provisioned_capacity", Integer.toString(nodeCountPerAZ * 3))
.put("cluster.routing.allocation.allow_rebalance", "indices_primaries_active")
.build();

logger.info("--> starting a dedicated cluster manager node");
Expand Down

0 comments on commit 7095265

Please sign in to comment.