Actions
Bug #16076
closedrelayd should stop when a thread panics
Status:
Released
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
A panicking thread may leave relayd in a broken state. In order to avoid this, it is better to stop it correctly, to make it visible a problem occured. Systemd can take care of automatically restarting it then.
In the future we might make it more specific and allow specific threads to panic.
Actions