From 2d8546a86c43c2cb30df13899a96da4120d264a4 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 2 Jan 2015 16:19:26 -0700 Subject: [PATCH] Remove SIGTERM note from memcached docs As of 1.4.22, it's FIXED UPSTREAM! :tada: --- memcached/content.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/memcached/content.md b/memcached/content.md index 9515f0027..f9b9a4bf1 100644 --- a/memcached/content.md +++ b/memcached/content.md @@ -27,11 +27,3 @@ variables generated by the link as well as through DNS as `memcache` from `/etc/hosts`. For infomation on configuring your memcached server, see the extensive [wiki](https://code.google.com/p/memcached/wiki/NewStart). - -# Known Issues - -As of 1.4.21, memcached does not handle `SIGTERM`, so a standard `docker stop` -will not stop it gracefully, but will resort to `SIGKILL` after the 10 second -timeout. Use `docker kill -s INT` to do a clean stop of the memcached -container. There is [a PR](https://github.com/memcached/memcached/pull/88) to -change this behavior upstream.