]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/log
ceph-ci.git
2 months agorgw/rados: fix init/shutdown order for RGWIndexCompletionManager wip-74067
Casey Bodley [Tue, 2 Dec 2025 21:19:05 +0000 (16:19 -0500)]
rgw/rados: fix init/shutdown order for RGWIndexCompletionManager

RGWRados::init_complete() initializes this RGWIndexCompletionManager
after starting some background threads that depend on it, like RGWLC and
RGWDataSyncProcessorThread and RGWObjectExpirer. this can lead to a
crash when accessing a null index_completion_manager

RGWRados::finalize() deletes it before stopping the Restore thread

Fixes: https://tracker.ceph.com/issues/74067
Reported-by: J. Eric Ivancich <ivancich@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 months agoMerge pull request #65390 from mohit84/stuck_peering
SrinivasaBharathKanta [Tue, 2 Dec 2025 14:04:13 +0000 (19:34 +0530)]
Merge pull request #65390 from mohit84/stuck_peering

mon: Avoid false stuck peering warning