Branches for Wily

Name Status Last Modified Last Commit
lp:ubuntu/wily/redis 1 Development 2015-08-05 14:40:19 UTC
85. Replace ExecStop in systemd configura...

Author: lamby
Revision Date: 2015-08-05 14:40:19 UTC

Replace ExecStop in systemd configuration with TimeoutStopSpec. Calls to
`redis-cli shutdown` were not reliable if the port/UNIX socket had changed
from the defaults (or is not accessible due to firewalling, permissions,
etc.)

Note that we cannot simply remove ExecStop (hence TimeoutStopSpec) as we
must wait for the server to fully shutdownit may not have finished
writing the dump file to disk and thus we would be risking silent data loss
if it is SIGKILL'd.

Thanks to Chris Kuehl <ckuehl@ocf.berkeley.edu>. (Closes: #794437)

lp:ubuntu/wily-proposed/redis 1 Development 2015-08-05 14:40:19 UTC
85. Replace ExecStop in systemd configura...

Author: lamby
Revision Date: 2015-08-05 14:40:19 UTC

Replace ExecStop in systemd configuration with TimeoutStopSpec. Calls to
`redis-cli shutdown` were not reliable if the port/UNIX socket had changed
from the defaults (or is not accessible due to firewalling, permissions,
etc.)

Note that we cannot simply remove ExecStop (hence TimeoutStopSpec) as we
must wait for the server to fully shutdownit may not have finished
writing the dump file to disk and thus we would be risking silent data loss
if it is SIGKILL'd.

Thanks to Chris Kuehl <ckuehl@ocf.berkeley.edu>. (Closes: #794437)

12 of 2 results