Selaa lähdekoodia

Revert "Document new waiting on shards on index close (#66543)"

This reverts commit 1c059e79e8d50e9a4c9ce941da4bbc27127aaa22.
David Turner 4 vuotta sitten
vanhempi
commit
b622adeb7a
1 muutettua tiedostoa jossa 0 lisäystä ja 15 poistoa
  1. 0 15
      docs/reference/migration/migrate_8_0/indices.asciidoc

+ 0 - 15
docs/reference/migration/migrate_8_0/indices.asciidoc

@@ -102,18 +102,3 @@ Discontinue use of the `index.translog.retention.age` and
 `index.translog.retention.size` index settings. Requests that
 include these settings will return an error.
 ====
-
-.The default for the `?wait_for_active_shards` parameter on the close index API has changed from `NONE` to `DEFAULT`.
-[%collapsible]
-====
-*Details* +
-When closing an index in earlier versions, by default {es} would not wait for
-the shards of the closed index to be properly assigned before returning. From
-version 8.0 onwards the default behaviour is to wait for shards to be assigned
-according to the <<index-wait-for-active-shards,index setting
-`index.write.wait_for_active_shards`>>.
-
-*Impact* +
-Accept the new behaviour, or specify `?wait_for_active_shards=NONE` to preserve
-the old behaviour if needed.
-====