Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate lack of waiting on shards on index close #66542

Conversation

DaveCTurner
Copy link
Contributor

In 8.x the default for ?wait_for_active_shards will change from NONE
to DEFAULT on calls to POST /index/_close. This commit adds a
deprecation warning in 7.x if this parameter is not specified to
encourage users to adopt the new behaviour before upgrading.

Closes #66419

In 8.x the default for `?wait_for_active_shards` will change from `NONE`
to `DEFAULT` on calls to `POST /index/_close`. This commit adds a
deprecation warning in 7.x if this parameter is not specified to
encourage users to adopt the new behaviour before upgrading.

Closes elastic#66419
@DaveCTurner DaveCTurner added WIP :Data Management/Indices APIs APIs to create and manage indices and templates >deprecation v7.12.0 labels Dec 17, 2020
@DaveCTurner
Copy link
Contributor Author

Opening this to get CI exposure and tell me about all the other places that need updating.

DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Dec 17, 2020
In 8.x the default for `?wait_for_active_shards` changes from `NONE` to
`DEFAULT` on calls to `POST /index/_close`. This commit adds this change
to the breaking changes docs.

Relates elastic#66419, elastic#66542
DaveCTurner added a commit that referenced this pull request Dec 17, 2020
In 8.x the default for `?wait_for_active_shards` changes from `NONE` to
`DEFAULT` on calls to `POST /index/_close`. This commit adds this change
to the breaking changes docs.

Relates #66419, #66542
@DaveCTurner
Copy link
Contributor Author

@elasticmachine test this please

@DaveCTurner DaveCTurner deleted the 2020-12-17-deprecation-of-default-wait-on-close-index branch July 23, 2022 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Indices APIs APIs to create and manage indices and templates >deprecation v7.12.0 WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant