mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-15 07:29:08 +00:00
When follow request for logs is issued that points to/beyond the end of logs, a busy loop in systemd-journal-gatewayd can be triggered which manifests as systemd-journal-gatewayd consuming 100% CPU. Since threads are used for each request, the logs may still work but the CPU will be hogged until the restart of systemd-journal-gatewayd, Supervisor, or the whole system. Backport the patch submitted upstream that addresses this issue. Fixes #4190