]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/replicated_backend: make sure the check on whether to send 60803/head
authorXuehan Xu <xuxuehan@qianxin.com>
Fri, 22 Nov 2024 08:38:02 +0000 (16:38 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 5 Jan 2025 16:22:12 +0000 (16:22 +0000)
commitaf1bc2220f6d81cfa93cbb52d6b24b2a5b93934c
treef8e30d75e517b8fa1a9c4dbe1fb93663b6524fcc
parentfa7ef62d2c6759caac3edf89438fec381bd2e755
crimson/osd/replicated_backend: make sure the check on whether to send
ops to replica osds and the pg log append happens in the same
continuation

Since backfill relies on the pg log to discover new modifications, we
need to make sure backfill always discover the modification that's not
sent to replica osds.

Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/replicated_backend.cc