Files
node-problem-detector/pkg
Ciprian Hacman 78f76b2778 fix(logwatchers/kmsg): don't close parser from Stop()
Closing the parser in Stop() triggers kmsgparser's read goroutine to
close its output channel, which made watchLoop take the restart path
(added in #1192) during intentional shutdown. Leave parser cleanup to
watchLoop's defer, which is the single owner of the parser lifecycle.
2026-04-10 15:45:22 +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