Our infrastructure management procedure sometimes involves a node reboot. We have observed that our kernel collection configuration:
kernel-target = [
{ database = 'Logs', table = 'Kernel', priority = 'info' }
]
sometimes (but not always) stops progressing after a node reboot. A mitigation that works is the following steps:
- Remove the file matching
/mnt/collector/kernel_*
- Restart the collector daemon
We are also independently looking at the solution mentioned in #653 (review).