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
After a remote-store migration, the IndexMetadataUpdater applies all remote store based index settings after all assigned shard copies of an index gets moved over to remote store enabled nodes. However, those remote store based settings does not have any consumers defined in IndexSettings. Because of this, even though the index metadata is updated in the cluster state, the corresponding instances of IndexSettings being held by each IndexShard copy does not get updated with the latest values.
Related component
Storage:Remote
To Reproduce
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
We need to add consumers to the following index settings to ensure that changes in those values are reflected automatically after the index metadata is changed in the cluster state. The settings are already marked as PrivateIndex, so adding the consumer would still keep the Opensearch managed nature of the setting.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
After a remote-store migration, the
IndexMetadataUpdater
applies all remote store based index settings after all assigned shard copies of an index gets moved over to remote store enabled nodes. However, those remote store based settings does not have any consumers defined inIndexSettings
. Because of this, even though the index metadata is updated in the cluster state, the corresponding instances ofIndexSettings
being held by eachIndexShard
copy does not get updated with the latest values.Related component
Storage:Remote
To Reproduce
Expected behavior
We need to add consumers to the following index settings to ensure that changes in those values are reflected automatically after the index metadata is changed in the cluster state. The settings are already marked as
PrivateIndex
, so adding the consumer would still keep the Opensearch managed nature of the setting.Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: