-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Handle shard allocation for NONE migration direction #13322
Handle shard allocation for NONE migration direction #13322
Conversation
❌ Gradle check result for 9a87afe: 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? |
9a87afe
to
e361cf1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13322 +/- ##
============================================
- Coverage 71.42% 70.81% -0.61%
- Complexity 59978 60325 +347
============================================
Files 4985 5050 +65
Lines 282275 286807 +4532
Branches 40946 41553 +607
============================================
+ Hits 201603 203111 +1508
- Misses 63999 66739 +2740
- Partials 16673 16957 +284 ☔ View full report in Codecov by Sentry. |
9eddae3
to
82c963f
Compare
❕ Gradle check result for 82c963f: 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. |
9033742
to
8a5ef58
Compare
❌ Gradle check result for 9033742: 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? |
❌ Gradle check result for 8a5ef58: 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? |
...alClusterTest/java/org/opensearch/remotemigration/RemoteStoreMigrationShardAllocationIT.java
Outdated
Show resolved
Hide resolved
...est/java/org/opensearch/remotemigration/RemoteStoreMigrationShardAllocationBaseTestCase.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
8a5ef58
to
54bfe73
Compare
❕ Gradle check result for 54bfe73: 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. |
Flaky test #11979 |
…on (opensearch-project#13322) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…on (opensearch-project#13322) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…on (opensearch-project#13322) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Description
MIXED
compatibility mode, while the migration direction remains at its default value ofNONE
.RemoteStoreMigrationAllocationDecider.java
:TranslogDurabilitySettings
to the case of remote store migration by adding extra condition ofisMigratingToRemoteStore(clusterSettings) == false
hereRelated Issues
Resolves #13321
Check List
New functionality has been documented.New functionality has javadoc addedCommit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy 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.