-
Notifications
You must be signed in to change notification settings - Fork 949
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
deadlock when performing this_fiber::sleep
statement.
#2
Comments
This was referenced Apr 6, 2022
Closed
@odedponcz when pasting logs please use ''' ''' notation. Otherwise github tries to parse your text and start referencing it across issues. |
Commit |
Closed
dranikpg
added a commit
to dranikpg/dragonfly
that referenced
this issue
Oct 16, 2022
Signed-off-by: Vladislav Oleshko <[email protected]>
dranikpg
added a commit
to dranikpg/dragonfly
that referenced
this issue
Jul 26, 2024
dranikpg
added a commit
to dranikpg/dragonfly
that referenced
this issue
Jul 26, 2024
Signed-off-by: Vladislav Oleshko <[email protected]>
dranikpg
added a commit
to dranikpg/dragonfly
that referenced
this issue
Jul 27, 2024
Signed-off-by: Vladislav Oleshko <[email protected]>
dranikpg
added a commit
to dranikpg/dragonfly
that referenced
this issue
Jul 30, 2024
Signed-off-by: Vladislav Oleshko <[email protected]>
dranikpg
added a commit
to dranikpg/dragonfly
that referenced
this issue
Aug 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when changing
this_fiber::yield();
withthis_fiber::sleep_for(3us);
in rdb_snapshot.ccdragonfly sometimes deadlocks. Currently, it does not have any impact since we use
yield()
but it's worrisome thatthe
helio
scheduler has deadlock bugs. I need to think how to reproduce it in synthetic test and fix it.The text was updated successfully, but these errors were encountered: