]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix for pause in beast frontend
authorCasey Bodley <cbodley@redhat.com>
Thu, 19 Oct 2017 00:22:11 +0000 (20:22 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 8 Jan 2018 21:30:12 +0000 (16:30 -0500)
commit0f08d3d9a53f1cb1f1ea13181a3c96a14f7b65dd
tree53697d4b76001eb3771f4c26dbab02526465a159
parent3d79dadf4aba3f15352fbf9750ff69afe0adaf9e
rgw: fix for pause in beast frontend

pause_for_new_config() was only stopping the listener on pause, but
existing keepalive connections would keep trying to read. this prevented
the frontend thread calls to io_service::run() from returning to
complete the pause

Fixes: http://tracker.ceph.com/issues/21831
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c64ac823adfb6d717570d3d3e82b89ea73dc3a77)
src/rgw/rgw_asio_frontend.cc