Files
node-problem-detector/pkg
Ciprian Hacman b77c1eb03f fix(logwatchers/kmsg): don't block Stop() when the log channel is full
The log monitor stops draining logCh before calling watcher.Stop(), so
with a full channel (e.g. a kmsg burst at shutdown) watchLoop blocked
on the send forever, never called tomb.Done(), and Stop() hung.
Select on tomb.Stopping() alongside the send.
2026-07-11 10:27:59 +03:00
..
2025-11-29 10:42:18 +02:00
2025-08-13 16:12:41 +00:00
2025-08-13 16:56:32 +00:00
2022-12-18 22:58:07 -05:00
2018-06-24 10:39:28 +08:00