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

[BUG] Dynamic Merge on Flush Settings don't seem to apply when updated on the open indices. #10048

Open
mgodwan opened this issue Sep 14, 2023 · 0 comments · May be fixed by #17495
Open

[BUG] Dynamic Merge on Flush Settings don't seem to apply when updated on the open indices. #10048

mgodwan opened this issue Sep 14, 2023 · 0 comments · May be fixed by #17495
Labels
bug Something isn't working discuss Issues intended to help drive brainstorming and decision making Indexing Indexing, Bulk Indexing and anything related to indexing

Comments

@mgodwan
Copy link
Member

mgodwan commented Sep 14, 2023

Describe the bug
There are a few settings which were introduced in OpenSearch to provide more control over the merge on refresh/commit feature in Lucene. These settings are provided to IndexWriter during initialization but when the settings are updated through PUT <index>/_settings API, the updated settings are not used by IndexWriter until the index is closed and reopened.

Expected behavior
Since the dynamic behavior is not honored as expected, should this setting remain dynamic as this may confuse customers?
One of the advantage of keeping this dynamic may be that in case the shards are moved and restarted on another node, the setting will start to be honored without any need to explicitly close/open the index.

@mgodwan mgodwan added bug Something isn't working untriaged labels Sep 14, 2023
@kotwanikunal kotwanikunal added the Indexing Indexing, Bulk Indexing and anything related to indexing label Sep 14, 2023
@ankitkala ankitkala added discuss Issues intended to help drive brainstorming and decision making and removed untriaged labels Nov 28, 2023
@kkewwei kkewwei linked a pull request Mar 3, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discuss Issues intended to help drive brainstorming and decision making Indexing Indexing, Bulk Indexing and anything related to indexing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants