From: Yingxin Cheng Date: Thu, 3 Aug 2023 07:28:08 +0000 (+0800) Subject: crimson/net: should not check shutdown from a different core X-Git-Tag: v19.0.0~627^2~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=74e9098833e578d7514b8ab1f7a4588a052885a4;p=ceph.git crimson/net: should not check shutdown from a different core Signed-off-by: Yingxin Cheng --- diff --git a/src/crimson/net/ProtocolV2.cc b/src/crimson/net/ProtocolV2.cc index 0992c74ec390c..55b669384ed3b 100644 --- a/src/crimson/net/ProtocolV2.cc +++ b/src/crimson/net/ProtocolV2.cc @@ -1904,7 +1904,7 @@ void ProtocolV2::trigger_replacing(bool reconnect, ceph_assert_always(state >= state_t::ESTABLISHING); ceph_assert_always(state <= state_t::WAIT); ceph_assert_always(has_socket || state == state_t::CONNECTING); - ceph_assert_always(!mover.socket->is_shutdown()); + // mover.socket shouldn't be shutdown logger().info("{} start replacing ({}): pgs was {}, cs was {}, " "client_cookie was {}, {}, new_sid={}",