-
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
[1x] Deprecate index.merge.policy.max_merge_at_once_explicit (#1981) #1984
Conversation
…-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>
Can one of the admins verify this patch? |
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
The stackOverflow troll appears @reta can you open a PR to backport #1900 to 1.x?
org.opensearch.transport.netty4.OpenSearchLoggingHandlerIT > testLoggingHandler FAILED |
start gradle check |
sure thing! thx a lot! |
Another stackOverflow failure
|
start gradle check |
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Backport of #1981. max_merge_at_once_explicit is removed in lucene 9 so the index setting is deprecated for removal in the next major release.