mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
rgw: RGWPeriodPusher, stop http manager explicitly
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
bdce81a2ae
commit
98433e589f
@ -144,6 +144,7 @@ class RGWPeriodPusher::CRThread {
|
||||
{
|
||||
push_all.reset();
|
||||
coroutines.stop();
|
||||
http.stop();
|
||||
if (thread.joinable())
|
||||
thread.join();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user