]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: clear watches on change after applying repops 8163/head
authorSage Weil <sage@redhat.com>
Wed, 16 Mar 2016 14:45:15 +0000 (10:45 -0400)
committerSage Weil <sage@redhat.com>
Wed, 16 Mar 2016 14:45:15 +0000 (10:45 -0400)
commit0abff12a8367f9f252f5319ba16c59c637d0b178
treefe921bebf9a40cdbd922aa2aba0ffa100d377b03
parent6364e5ff0a86f31ee6ab71ade648fadd7fc45198
osd/ReplicatedPG: clear watches on change after applying repops

apply_and_flush_repops does any in-flight request side-effects,
including setting up new watches.  Clear out watches after that
so we don't leave any behind.

Fixes: #15151
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc