-
Notifications
You must be signed in to change notification settings - Fork 592
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
CI Failure (Internal Server Error) in EndToEndShadowIndexingTestWithDisruptions.test_write_with_node_failures
#14898
Labels
ci-failure
ci-rca/infra
CI Root Cause Analysis - Infrastructure Issue
kind/bug
Something isn't working
team/devprod
display on zenhub workspace for devprod team
team/replication
helper for jira sync
Comments
mmaslankaprv
added a commit
to mmaslankaprv/redpanda
that referenced
this issue
Nov 15, 2023
When `persisted_stm::sync()` method fails it is indicating that the current node is not longer a leader. The `sync()` executed before `replicate` call in archival stm `command_batch_builder` prevents replicate from being called. The end result for such an error is deterministic and we can translate the sync error to `not_leader` error code. Fixes: redpanda-data#14898 Signed-off-by: Michal Maslanka <michal@redpanda.com>
7 tasks
vbotbuildovich
pushed a commit
to vbotbuildovich/redpanda
that referenced
this issue
Nov 16, 2023
When `persisted_stm::sync()` method fails it is indicating that the current node is not longer a leader. The `sync()` executed before `replicate` call in archival stm `command_batch_builder` prevents replicate from being called. The end result for such an error is deterministic and we can translate the sync error to `not_leader` error code. Fixes: redpanda-data#14898 Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit 4dfdc53)
seen again in https://buildkite.com/redpanda/redpanda/builds/41402#018beb54-caf5-405c-b535-767865afcff5
|
1 similar comment
This was referenced May 9, 2024
7 tasks
2 similar comments
7 tasks
piyushredpanda
added
team/devprod
display on zenhub workspace for devprod team
ci-rca/infra
CI Root Cause Analysis - Infrastructure Issue
labels
Jun 18, 2024
7 tasks
Closing older-bot-filed CI issues as we transition to a more reliable system. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci-failure
ci-rca/infra
CI Root Cause Analysis - Infrastructure Issue
kind/bug
Something isn't working
team/devprod
display on zenhub workspace for devprod team
team/replication
helper for jira sync
https://buildkite.com/redpanda/redpanda/builds/40810
JIRA Link: CORE-1573
The text was updated successfully, but these errors were encountered: