Skip to content
Unverified Commit 6be3a507 authored by Julie Tibshirani's avatar Julie Tibshirani Committed by GitHub
Browse files

Refactor IndexMetadataUpgradeService to IndexMetadataVerifier (#67547)

This PR removes support for index metadata upgrades:
* Stop using the `index.version.upgrade` setting and deprecate it.
* Remove `MetadataIndexUpgradeService` and other references to upgrades.

In addition to supporting upgrades, `MetadataIndexUpgradeService` verified
certain aspects of the metadata, like index version compatibility. This logic
is important to keep, so `MetadataIndexUpgradeService` was reworked to
`IndexMetadataVerifier` instead of being removed completely.

Closes #66143.
parent c5232e70
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment