-
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
Allow clearing remote_store.compatibility_mode
setting
#13646
Allow clearing remote_store.compatibility_mode
setting
#13646
Conversation
0242f66
to
773b224
Compare
❌ Gradle check result for 0242f66: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
...nalClusterTest/java/org/opensearch/remotemigration/RemoteStoreMigrationSettingsUpdateIT.java
Show resolved
Hide resolved
❌ Gradle check result for 773b224: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Bhumika Saini <sabhumik@amazon.com>
773b224
to
29a9695
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13646 +/- ##
============================================
+ Coverage 71.42% 71.67% +0.25%
- Complexity 59978 61184 +1206
============================================
Files 4985 5058 +73
Lines 282275 287456 +5181
Branches 40946 41641 +695
============================================
+ Hits 201603 206035 +4432
- Misses 63999 64400 +401
- Partials 16673 17021 +348 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Bhumika Saini <sabhumik@amazon.com> (cherry picked from commit f8baa4a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…oject#13646) Signed-off-by: Bhumika Saini <sabhumik@amazon.com>
…oject#13646) Signed-off-by: Bhumika Saini <sabhumik@amazon.com>
…oject#13646) Signed-off-by: Bhumika Saini <sabhumik@amazon.com>
Description
Allow clearing
remote_store.compatibility_mode
settingRelated Issues
Resolves #13634
Check List
New functionality has been documented.New functionality has javadoc addedAPI changes companion pull request created.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.