Skip to content

Commit

Permalink
Fix strict weighted routing test failure (#5931)
Browse files Browse the repository at this point in the history
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
  • Loading branch information
anshu1106 committed Jan 19, 2023
1 parent 493eae8 commit 3e2d8cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public void testPreferenceSearchWithWeightedRouting() throws Exception {
Map<String, List<String>> nodeMap = setupCluster(nodeCountPerAZ, commonSettings);

int numShards = 10;
int numReplicas = 1;
int numReplicas = 2;
setUpIndexing(numShards, numReplicas);

logger.info("--> setting shard routing weights for weighted round robin");
Expand Down

0 comments on commit 3e2d8cc

Please sign in to comment.