]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: ignore returned futures
authorKefu Chai <kchai@redhat.com>
Sun, 6 Oct 2019 09:19:05 +0000 (17:19 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 6 Oct 2019 09:20:28 +0000 (17:20 +0800)
commit44a11595d1d655ff7ce7e44a8886b76518129d0b
treeb0321d1848718a0a0987b03e8ee622cbec682b96
parent7ef1c007c4f7620625733c6b448c4e6fa8c6fcf7
crimson/osd: ignore returned futures

the peering events are handled in the background, we need to make sure
the these continuations won't outlive the PG before destroying it
though.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/pg.cc