[systemd-bugs] [Bug 68217] systemctl times out under load

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 12 11:42:17 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=68217

--- Comment #3 from Lennart Poettering <lennart at poettering.net> ---
Hmm, so is the same case as https://bugs.freedesktop.org/show_bug.cgi?id=68232
?

if so, then this is not surprising. Basically, while PID 1 is cleaning up the
private tmp dir we don't execute the event loop anymore, thus not dispatching
bus requests anymore, which means they time out.

This is really bad design on systemd's side. We really shouldn't do possibly
unbounded IO from PID 1 I guess, blocking execution otherwise...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130912/2ceb3300/attachment.html>


More information about the systemd-bugs mailing list