Files
node-problem-detector/pkg/systemlogmonitor/logwatchers
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-09-11 18:47:20 +00:00
2017-02-16 00:08:56 -08:00
2025-08-13 16:56:32 +00:00