]> git.apps.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)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 19 Oct 2023 07:15:14 +0000 (07:15 +0000)
commitc2a65d606b3a6da7d29a9deff347b8b06fcc947d
tree935193fc0c1f57cbc913058aaffe4f5ab31251bf
parent4dbe4b0811435d28f3fa4b7d6ab85f8a85fc9f4d
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>
(cherry picked from commit 9bf4eeaa923351dc8f53b7cc3a02c2e8483c054e)
src/crimson/net/io_handler.cc