Files
node-problem-detector/pkg
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-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