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
If kill (col.proc) command is failed, tcollector daemon hang with OSError: [Errno 3] No such process.
This situation occurs when the process is terminated before os.killpg is called.
I think, kill function maybe needs to be modified like follow:
tcollector/tcollector.py
Line 1268 in 6a40490
If
kill (col.proc)
command is failed, tcollector daemon hang withOSError: [Errno 3] No such process
.This situation occurs when the process is terminated before os.killpg is called.
I think, kill function maybe needs to be modified like follow:
The text was updated successfully, but these errors were encountered: