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
Describe the bug
When disk is full, after expanded disk ood-daemon run panic, And the ood-daemon monitor process will return to pull up and repeatedly throw this exception
This panic is caused by the reentry detection of Mutex in cyfs-debug. In the code, after entering the error branch, it will try to reenter this Mutex. Therefore, even if ReenterCheckedMutex is not used here, it would still lead to a deadlock.
Another thing to note is that under extreme conditions where the disk containing the {cyfs} directory is full, there may be many problems. These situations may require constructing similar extreme environments for testing to see how the services perform under extreme conditions.
Describe the bug
When disk is full, after expanded disk ood-daemon run panic, And the ood-daemon monitor process will return to pull up and repeatedly throw this exception
ood-daemon_3872228_rCURRENT.log
The text was updated successfully, but these errors were encountered: