Skip to content

untagged-b3f44d644b7903f8fa67: Possibly handle journald restarts better.

Compare
Choose a tag to compare
@ahkok ahkok released this 27 Jun 16:35
· 33 commits to master since this release
I've encountered two runaway tallow daemons now that seem to
coincide with journald restarts that send it spinning tight
on the `continue` statement and hitting the same _get_data()
error (ENOENT).

I'm unsure if the `break` will fix it, but the `continue`
is definitely broken here. Hopefully the `sd_journal_wait()`
will properly reassess the journal state and notify us of
rotations or other issues.