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
- remove the leniency on opening indices with unrecognized settings and
instead such an index will be closed
with the unrecognized settings archived
- do not open any index with archived settings
- users can remove archived settings via the wildcard archived
- return "index_open_exception" 400 status code when trying to open an
index with broken settings
Relates to elastic#26995Closeselastic#26998
* This method verifies that the given {@code metaData} holds sane values to create an {@link IndexService}.
489
485
* This method tries to update the meta data of the created {@link IndexService} if the given {@code metaDataUpdate} is different from the given {@code metaData}.
490
486
* This method will throw an exception if the creation or the update fails.
491
487
* The created {@link IndexService} will not be registered and will be closed immediately.
0 commit comments