Skip to content
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

[v22.1.x] consensus: fix expected condition variable exception #5746

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport from pull request: #5734.
Fixes #5745,

The Seastar docs[1] say wait() returns condition_variable_timed_out, not
timed_out_error. This resulted in error logs like:

```
INFO  2022-07-29 00:03:16,777 [shard 0] raft - [group_id:5, {kafka/topic-fhmhqjvhxd/4}] consensus.cc:2757 - Starting leadership transfer from {id: {5}, revision: {32}} to {id: {4}, revision: {32}} in term 1
INFO  2022-07-29 00:03:16,777 [shard 0] raft - [group_id:5, {kafka/topic-fhmhqjvhxd/4}] consensus.cc:2660 - transfer leadership: waiting for node {id: {4}, revision: {32}} to catch up
...
ERROR 2022-07-29 00:03:26,777 [shard 0] rpc - Service handler threw an exception: seastar::condition_variable_timed_out (Condition variable timed out)
// ... no corresponding message about the end of the leadership transfer
```

[1] https://docs.seastar.io/master/classseastar_1_1condition__variable.html#a69703300a8e56a520269062f062aebda

(cherry picked from commit 9743adb)
@vbotbuildovich vbotbuildovich added this to the v22.1.x-next milestone Jul 30, 2022
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 30, 2022
@mmedenjak mmedenjak added kind/bug Something isn't working area/tests ci-failure labels Jul 30, 2022
@jcsp jcsp marked this pull request as ready for review August 1, 2022 10:56
@BenPope BenPope modified the milestones: v22.1.x-next, v22.1.7 Aug 2, 2022
@BenPope BenPope merged commit 6f5ca4e into redpanda-data:v22.1.x Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda area/tests ci-failure kind/backport PRs targeting a stable branch kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants