-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Deprecate] index.merge.policy.max_merge_at_once_explicit #1981
[Deprecate] index.merge.policy.max_merge_at_once_explicit #1981
Conversation
max_merge_at_once_explicit is removed in lucene 9 so the index setting is deprecated for removal in the next major release. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Can one of the admins verify this patch? |
LeUggh.. Yet ANOTHER #1957 failure unrelated to this PR. Documenting and re-firing gradle check
|
start gradle check |
MergePolicyConfig.INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE_EXPLICIT_SETTING, | ||
mergePolicyConfig::setMaxMergesAtOnceExplicit | ||
); | ||
// todo: remove this in 2.0.0 since it was removed in lucene 9 |
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.
are we going to deprecate this in the next 1.x release and then remove in 2.0?
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.
Yes. I'm backporting this PR and open a separate remove PR to main.
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.
LGTM
…-project#1981) max_merge_at_once_explicit is removed in lucene 9 so the index setting is deprecated for removal in the next major release. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
max_merge_at_once_explicit
is removed in lucene 9 so this PR deprecates the corresponding index setting for removal in the next major release.