-
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
[Segment Replication] Refactor Store.recoveryDiff method #4221
[Segment Replication] Refactor Store.recoveryDiff method #4221
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Surprisingly same failure in another unrelated #4222. Refiring
|
This comment was marked as outdated.
This comment was marked as outdated.
Looks like a flaky test failure with mixedClusterTest
Will refire gradle check |
This comment was marked as outdated.
This comment was marked as outdated.
1dc62a0
to
ff2b51e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ff2b51e
to
1cbfb5a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
1cbfb5a
to
8d39ce4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Last gradle check failed with legitimate failure. The test failed because for SegmentReplication need to pass
|
Pre-commit failing with below error; probably due to recent dependabot version bump of gradle enterprise.
|
This comment was marked as outdated.
This comment was marked as outdated.
gradle check failing with
|
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Suraj Singh <[email protected]>
Signed-off-by: Suraj Singh <[email protected]>
Signed-off-by: Suraj Singh <[email protected]>
8d39ce4
to
2098db2
Compare
Signed-off-by: Suraj Singh <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4221 +/- ##
============================================
- Coverage 71.08% 70.62% -0.46%
+ Complexity 57622 57258 -364
============================================
Files 4616 4616
Lines 275441 275416 -25
Branches 40314 40310 -4
============================================
- Hits 195801 194525 -1276
- Misses 63602 64591 +989
- Partials 16038 16300 +262
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Closing this PR as it is not needed anymore because of recent changes in the way difference of snapshots is evaluated. PR: #4366 |
Signed-off-by: Suraj Singh [email protected]
Description
This is a cleanup change, coming from https://github.com/opensearch-project/OpenSearch/pull/4185/files#r944055590. This PR refactors Store.recoveryDiff to make it usable for segment replication and removes previously added methods.
Issues Resolved
#3787
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.