[Segment Replication] Refactor Store.recoveryDiff method#4221
[Segment Replication] Refactor Store.recoveryDiff method#4221dreamer-89 wants to merge 4 commits into
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 <surajrider@gmail.com>
Signed-off-by: Suraj Singh <surajrider@gmail.com>
Signed-off-by: Suraj Singh <surajrider@gmail.com>
8d39ce4 to
2098db2
Compare
Signed-off-by: Suraj Singh <surajrider@gmail.com>
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 surajrider@gmail.com
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.