Closed
Bug 1498240
(phab-sync-no-restart)
Opened 6 years ago
Closed 6 years ago
Figure out why feed daemon doesn't get restarted.
Categories
(bugzilla.mozilla.org :: Infrastructure, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: ckolos)
References
Details
The feed daemon doesn't get restarted, despite systemd's service file saying it should
Here's an example docker command that will exit after 5 seconds, maybe helpful for debugging this:
/usr/bin/docker run \
--net host -m 0b --env-file /etc/dockerflow/phabbugz.txt \
-v /data/bugzilla/shared-fs/data:/app/data \
-v /data/bugzilla/conf/log4perl-prod.conf:/app/data/log4perl-prod.conf \
--log-driver=none \
--name sleepy \
mozillabteam/bmo:release-20181010.1 \
perl -e 'sleep 5; exit'
Assignee | ||
Comment 1•6 years ago
|
||
3this was found to be a problem in the perl exit() function and systemd's interpretation of the exit code.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•6 years ago
|
Blocks: phab-sync-stuck
Reporter | ||
Updated•6 years ago
|
Alias: phab-sync-no-restart
Resolution: WONTFIX → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•