Glitch with queue of "nop" jobs #2419
Labels
bug 🐛
Programming errors, that need preferential fixing
needs-reporter-feedback ❓
There's an unanswered question, the reporter needs to answer
pid1
We're seeing an issue with "nop" jobs going into a zombie state where the
systemctl try-restart
that requested them hangs indefinitely but PID 1 never gets around to working on them. We see them linger insystemctl list-jobs
for hours despite thousands of other jobs completing that were scheduled later. 100% of the jobs we see stuck in this state are ofTYPE=nop
andSTATE=waiting
.Here's what it looks like:
As you can see, systemd PID 1 isn't even doing anything, but these jobs are still waiting. We cannot reproduce this issue on Fedora 20 (based on v208), but we see it frequently on Fedora 22 (v219).
The text was updated successfully, but these errors were encountered: