Skip to content

Commit

Permalink
Testing the allocation changes for all tests
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Bandejiya <[email protected]>
  • Loading branch information
Arpit-Bandejiya committed Mar 18, 2024
1 parent 32df4e6 commit 938ac4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public class BalancedShardsAllocator implements ShardsAllocator {
*/
public static final Setting<Boolean> PREFER_RANDOM_SHARD_ALLOCATION = Setting.boolSetting(
"cluster.routing.allocation.balance.prefer_random_allocation",
false,
true,
Property.Dynamic,
Property.NodeScope
);
Expand Down

0 comments on commit 938ac4d

Please sign in to comment.