-
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
[BUG] [Segment Replication] Primary mode assertion failure on source #6740
Labels
Comments
Segment replication related ITs are flaky due to this. One example gradle check https://build.ci.opensearch.org/job/gradle-check/12664 containing failure.
|
This was referenced Mar 20, 2023
This was referenced Mar 20, 2023
Closed
12 tasks
The flaky tests should be fixed with #6757, closing this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While handling
get_segment_files
request, source updates the target's checkpoint info locally. This is used to evaluate the segment backpressure specific metrics (Introduced in #6563). Ideally, source should not be performing a round of segment replication if it is not the active primary.This error pops via
testSingleIndexShardAllocation
test failure (stack trace below) on CI.Gradle check:
Sample stack trace failure
The text was updated successfully, but these errors were encountered: