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
turned out that just disabling leo_storage_watchdog_msgs cause erlang to crash in case timeout/slow operation(s) keep happening because the accumulated messages stored in leo_storage_msg_collector never be freed. https://github.com/leo-project/leofs/blob/develop/apps/leo_storage/src/leo_storage_watchdog_msgs.erl#L161 leo_storage_msg_collector:clear/0 should be called not at leo_storage_watchdog_msgs but some other place like leo_storage_msg_collector itself by timer:send_after
mocchira
added a commit
to mocchira/leofs
that referenced
this issue
Nov 7, 2017
Also no error log is dumped even when it's fired.
TODO
The text was updated successfully, but these errors were encountered: