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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
The cli command metrics <Pid> causes the admin server to crash: ajs@shelbs:~/haret$ thread '<unnamed>' panicked at 'internal error: entered unreachable code', haret/src/admin/connection_handler.rs:93
Oddly enough this only brings down that thread. The rest of the system, including clients continues to work. That seems to be an error in the thread join code that also could use fixing.
The text was updated successfully, but these errors were encountered:
The cli command
metrics <Pid>
causes the admin server to crash:ajs@shelbs:~/haret$ thread '<unnamed>' panicked at 'internal error: entered unreachable code', haret/src/admin/connection_handler.rs:93
Oddly enough this only brings down that thread. The rest of the system, including clients continues to work. That seems to be an error in the thread join code that also could use fixing.
The text was updated successfully, but these errors were encountered: