You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rgw/services: don't allocate RGWSI_Notify unless its used
avoid allocating, initializing, and shutting down RGWSI_Notify if we
aren't going to start or use it
calling RGWSI_Notify::shutdown() without first calling
RGWSI_Notify::do_start() aborts in Finisher::stop() with:
> ceph_abort_msg("join on thread that was never started")
Signed-off-by: Casey Bodley <[email protected]>
0 commit comments