-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Make soft-deletes settings final #33172
Conversation
For now, we do not support changing the soft-deletes setting even with closed indices. Therefore we should it a final setting.
Pinging @elastic/es-distributed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. LGTM.
@dnhatn Should we mark this setting as |
Actually, looking more closely, |
Thanks @jasontedor and @s1monw for reviewing! |
* ccr: Fix ShardFollowNodeTask.Status equals and hash code (elastic#33189) Make soft-deletes settings final (elastic#33172) Only fetch mapping updates when necessary (elastic#33182)
For now, we do not support changing the soft-deletes setting even with closed indices. Therefore we should make it a final setting. Relates #29530
i want to know, why can not open soft_delete setting dynamicly? |
For now, we do not support changing the soft-deletes setting even with
closed indices. Therefore we should make it a final setting.