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
I've sent a SIGQUIT signal to log-courier to generate some debug information, but the log-courier STDERR/STDOUT is sent to /dev/null, but i worked around it by grabbing it from strace output and parsing it a bit, so the output might be a bit corrupted, but i hope it can give some useful information. stuck-2022-10-14.txt
Thanks that dump should help isolate what’s happening - can see admin server stuck waiting for something - probably it’s some old metric collection code still using channels.
Hi,
We're running lc-admin and log-courier version 2.9.0 and we're seeing that the admin interface sometimes gets stuck.
In example:
There is no response after, and the process is just stuck.
We can, though, connect to the socket:
But once the Host header is sent, it's also stuck:
The log-courier itself does seem to be working ( reading and delivering logs ). Tried changing the log level to debug, but nothing interesting there.
What information can we provide to help with debugging this?
The text was updated successfully, but these errors were encountered: