Files
node-problem-detector/pkg/systemlogmonitor/logwatchers
Ciprian Hacman a20306e6a1 fix(logwatchers/kmsg): don't close the old parser twice when Stop() interrupts a restart
The restart path closes the failed parser before retrying. If stopping
is signaled during the retry wait, watchLoop's deferred cleanup closed
the same parser again, logging a spurious 'file already closed' error
at shutdown. Clear the reference after closing and nil-check the defer.
2026-07-11 10:28:27 +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