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
On Mon, Nov 15, 2021 at 10:54 PM Johan Bjäreholt ***@***.***> wrote:
I've seen this a few times before as well, have forgotten to document it.
What do you think the correct behaviour should be?
The options i see are:
- Shut down aw-server-rust completely so the user gets notified by
aw-qt
- Drop all transactions until the disk is no longer full, but print
warnings in the log.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKXDOTMBMVHWTQZ6E6K6XDUMF6RNANCNFSM5ICMDH7A>
.
My system drive got full the other day, and today I noticed aw-server-rust wasn't responding to API requests (but was happily serving the web UI).
After a while I realized what may have caused it, and indeed found in the logs:
So, when the disk gets full, the DB worker thread panics, and future DB requests will just fail to respond (since the worker is dead).
The text was updated successfully, but these errors were encountered: