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
When attempting to restart a Sidecar, the restart process hangs and gets stuck in an infinite loop if the shutdown of the sidecar takes more than 5 seconds.
[HS 1308449306]
Problem description
When attempting to restart a Sidecar, the restart process hangs and gets stuck in an infinite loop if the shutdown of the sidecar takes more than 5 seconds.
A possible source of the issue is here, where a 5 second timeout is hard-coded:
https://github.com/Graylog2/collector-sidecar/blob/1.3/daemon/exec_runner.go#L264
The problem might also be compounded by large sidecar configurations.
Environment
The text was updated successfully, but these errors were encountered: