Skip to content

Commit

Permalink
Disable merge on refresh in DiskThresholdDeciderIT
Browse files Browse the repository at this point in the history
Disables merge on refresh for
DiskThresholdDeciderIT.testRestoreSnapshotAllocationDoesNotExceedWatermark.

Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Oct 18, 2022
1 parent b19429b commit 4d6efd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ public void testRestoreSnapshotAllocationDoesNotExceedWatermark() throws Excepti
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0)
.put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 6)
.put(INDEX_STORE_STATS_REFRESH_INTERVAL_SETTING.getKey(), "0ms")
.put(IndexSettings.INDEX_MERGE_ON_FLUSH_ENABLED.getKey(), false)
.build()
);
final long minShardSize = createReasonableSizedShards(indexName);
Expand Down

0 comments on commit 4d6efd1

Please sign in to comment.