You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that it's caused by iouring API treating pending io requets as iowait even for networking. therefore it's a behavior change on kernel side. See axboe/liburing#943 for more info.
Describe the bug
While dragonfly is running, all free CPU time is used as IOWAIT even when idle and with no keys stored
To Reproduce
Steps to reproduce the behavior:
Expected behavior
IOWAIT is only consumed when IO operations happen.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: