]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: don't miss keepalive during message sweeping
authorYingxin Cheng <yingxin.cheng@intel.com>
Fri, 21 Jul 2023 03:12:25 +0000 (11:12 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 9 Aug 2023 07:30:53 +0000 (15:30 +0800)
commit9bf4eeaa923351dc8f53b7cc3a02c2e8483c054e
treef3405c9e427c202336559067e00627f019948e95
parenta4f6c82a9a0897aa1cc5ff02c10b660fcbd6eba0
crimson/net: don't miss keepalive during message sweeping

The flags need to be updated atomically to prevent missing them during
message sweeping.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/net/io_handler.cc