-
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
[Backport 2.x] Do not fail replica shard due to primary closure #4309
Conversation
This commit prevents a replica shard from being failed in the case that a replication action to a replica is canceled due to the primary shard being closed. Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Andrew Ross <[email protected]> (cherry picked from commit 1dbb63a)
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #4309 +/- ##
============================================
- Coverage 70.66% 70.65% -0.02%
+ Complexity 56932 56924 -8
============================================
Files 4570 4571 +1
Lines 273527 273530 +3
Branches 40110 40111 +1
============================================
- Hits 193301 193266 -35
+ Misses 64071 64069 -2
- Partials 16155 16195 +40
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Andrew Ross <[email protected]>
ed2a606
to
ff1e80d
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Failure in SegmentReplicationTargetServiceTests. Can't reproduce locally, looks like a flaky test. Issue exists here: #4268 |
Gradle Check (Jenkins) Run Completed with:
|
Created #4312 for tracking this issue. |
Backport 1dbb63a from #4133