Skip to content

Commit

Permalink
Removing clusterSetting to explicitly disable async shard fetch batch…
Browse files Browse the repository at this point in the history
… mode

Signed-off-by: Harsh Garg <gkharsh@amazon.com>
  • Loading branch information
Harsh Garg committed Jun 26, 2024
1 parent 54c7e06 commit 52421bd
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -847,11 +847,8 @@ public void testBatchModeDisabled() throws Exception {
ensureGreen("test");
}

public void testBatchModeDisabledWithHighIndexNodeLeftDelayedTimeoutValue() throws Exception {
internalCluster().startClusterManagerOnlyNodes(
1,
Settings.builder().put(ExistingShardsAllocator.EXISTING_SHARDS_ALLOCATOR_BATCH_MODE.getKey(), false).build()
);
public void testDelayedShardWithHighIndexNodeLeftDelayedTimeoutValue() throws Exception {
internalCluster().startClusterManagerOnlyNodes(1);
internalCluster().startDataOnlyNodes(6);
createIndex(
"test",
Expand Down

0 comments on commit 52421bd

Please sign in to comment.