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

deadlock when performing this_fiber::sleep statement. #2

Closed
romange opened this issue Jan 24, 2022 · 2 comments
Closed

deadlock when performing this_fiber::sleep statement. #2

romange opened this issue Jan 24, 2022 · 2 comments

Comments

@romange
Copy link
Collaborator

romange commented Jan 24, 2022

when changing this_fiber::yield(); with this_fiber::sleep_for(3us); in rdb_snapshot.cc
dragonfly sometimes deadlocks. Currently, it does not have any impact since we use yield() but it's worrisome that
the helio scheduler has deadlock bugs. I need to think how to reproduce it in synthetic test and fix it.

@romange
Copy link
Collaborator Author

romange commented Apr 15, 2022

@odedponcz when pasting logs please use ''' ''' notation. Otherwise github tries to parse your text and start referencing it across issues.

@romange
Copy link
Collaborator Author

romange commented Apr 15, 2022

Commit
romange/helio@2d18137
fixes this issue.

@romange romange closed this as completed Apr 15, 2022
@odedponcz odedponcz mentioned this issue Apr 25, 2022
dranikpg added a commit to dranikpg/dragonfly that referenced this issue Oct 16, 2022
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
dranikpg added a commit to dranikpg/dragonfly that referenced this issue Jul 27, 2024
dranikpg added a commit to dranikpg/dragonfly that referenced this issue Jul 30, 2024
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant