-
Notifications
You must be signed in to change notification settings - Fork 593
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 (TimeoutError: failed to wait until status condition) in PartitionBalancerTest.test_unavailable_nodes
#9340
Comments
on (amd64, container) in job https://buildkite.com/redpanda/redpanda/builds/24668#0186c32e-1666-454a-9bce-1048439255e9 |
could these be related? #9315 |
Some of the partition movements could not be finished because of leaderless partitions. E.g. in the original run https://buildkite.com/redpanda/redpanda/builds/24682#0186c43f-d263-4b00-ae7d-c8212dc3b008 partition
and that's the last vote_stm log. So looks like after docker-rp-19 won the election in term 2 it tried to replicate the configuration, failed, but after that nothing happened. Looks like a legit bug in the leader election code so sev/high. |
Some recent changes in this area: #9273, can be related? |
If a node is not leader it should not update follower sequence number as it may advanced after the sequence number was reset. Fixes: redpanda-data#9340 Signed-off-by: Michal Maslanka <michal@redpanda.com>
If a node is not leader it should not update follower sequence number as it may advanced after the sequence number was reset. Fixes: redpanda-data#9340 Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit 8788c2d)
If a node is not leader it should not update follower sequence number as it may advanced after the sequence number was reset. Fixes: redpanda-data#9340 Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit 8788c2d)
If a node is not leader it should not update follower sequence number as it may advanced after the sequence number was reset. Fixes: redpanda-data#9340 Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit 8788c2d)
If a node is not leader it should not update follower sequence number as it may advanced after the sequence number was reset. Fixes: redpanda-data#9340 Signed-off-by: Michal Maslanka <michal@redpanda.com>
https://buildkite.com/redpanda/redpanda/builds/24682#0186c43f-d263-4b00-ae7d-c8212dc3b008
The text was updated successfully, but these errors were encountered: