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

Error: seastar::condition_variable_timed_out (Condition variable timed out) #5461

Closed
ajfabbri opened this issue Jul 13, 2022 · 2 comments · Fixed by #5734
Closed

Error: seastar::condition_variable_timed_out (Condition variable timed out) #5461

ajfabbri opened this issue Jul 13, 2022 · 2 comments · Fixed by #5734
Assignees

Comments

@ajfabbri
Copy link
Contributor

This showed up as a CI failure here, and I cannot tell from the logs which condition variable has timed out. (link to log file)

This happened in NodeResizeTest test_node_resize, but I'm guessing this is a general error that can occur with any test, considering that it is explicitly allowed in chaos tests.

ERROR 2022-06-18 06:52:16,604 [shard 0] rpc - Service handler threw an exception: seastar::condition_variable_timed_out (Condition variable timed out)

To Fix: add better diagnostic logging (e.g. named semaphore) so we have a chance of narrowing these down.

@BenPope
Copy link
Member

BenPope commented Jul 27, 2022

@andrwng
Copy link
Contributor

andrwng commented Jul 29, 2022

@ajfabbri I think this will be fixed by #5734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants