-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove deprecated settings to defer cluster recovery #17357
Remove deprecated settings to defer cluster recovery #17357
Conversation
The following settings were deprecated in ES 7.7 prior to the fork: - gateway.expected_nodes - gateway.expected_master_nodes - gateway.recover_after_nodes - gateway.recover_after_master_nodes This commit removes the deprecated settings and replaces their usages in tests with `recover_after_data_nodes`. Signed-off-by: Andrew Ross <andrross@amazon.com>
❕ Gradle check result for 34e05f6: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
34e05f6
to
99b25aa
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17357 +/- ##
============================================
- Coverage 72.41% 72.37% -0.04%
+ Complexity 65569 65530 -39
============================================
Files 5291 5291
Lines 304338 304312 -26
Branches 44181 44176 -5
============================================
- Hits 220376 220238 -138
- Misses 65917 66001 +84
- Partials 18045 18073 +28 ☔ View full report in Codecov by Sentry. |
The following settings were deprecated in ES 7.7 prior to the fork:
This commit removes the deprecated settings and replaces their usages in tests with
expected_data_nodes
orrecover_after_data_nodes
.Related Issues
Resolves #3117
Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.