You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for active shards when closing indices (#66415)
In 7.x the default for `wait_for_active_shards` on a close index request
is `NONE`, so in cases where we want to wait for active shards we must
be explicit.
Closes#66411
Copy file name to clipboardExpand all lines: x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java
Copy file name to clipboardExpand all lines: x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/AbstractSearchableSnapshotsRestTestCase.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,7 @@ public void testSnapshotOfSearchableSnapshot() throws Exception {
219
219
if (randomBoolean()) {
220
220
logger.info("--> closing index [{}]", restoredIndexName);
0 commit comments