[Backport 3.2] Fix segment replication bug during primary relocation#18957
Merged
Conversation
* Fix segment replication bug during primary relocation Signed-off-by: Ashish Singh <ssashish@amazon.com> * Fix applicable for segrep local indexes only Signed-off-by: Ashish Singh <ssashish@amazon.com> --------- Signed-off-by: Ashish Singh <ssashish@amazon.com> (cherry picked from commit 251cc36) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
|
❌ Gradle check result for 31c8427: 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? |
This was referenced Aug 7, 2025
Contributor
|
❌ Gradle check result for 31c8427: 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? |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.2 #18957 +/- ##
============================================
+ Coverage 72.90% 72.95% +0.05%
- Complexity 69349 69381 +32
============================================
Files 5642 5642
Lines 318636 318640 +4
Branches 46107 46108 +1
============================================
+ Hits 232306 232475 +169
+ Misses 67484 67339 -145
+ Partials 18846 18826 -20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ashking94
approved these changes
Aug 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 251cc36 from #18944.