From: Casey Bodley Date: Sun, 11 Sep 2022 22:25:38 +0000 (-0400) Subject: rgw: shut down RGWDataChangesLog before other services X-Git-Tag: v18.1.0~1079^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1923116894e6cb4917f7484255a61a7f9dd69926;p=ceph.git rgw: shut down RGWDataChangesLog before other services Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_service.cc b/src/rgw/rgw_service.cc index 7820518e7d8a..bd72d5f6fcd9 100644 --- a/src/rgw/rgw_service.cc +++ b/src/rgw/rgw_service.cc @@ -272,6 +272,7 @@ void RGWServices_Def::shutdown() return; } + datalog_rados.reset(); sysobj->shutdown(); sysobj_core->shutdown(); notify->shutdown();