]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/PrimaryLogPG: handle object !exists in handle_watch_timeout
authorSage Weil <sage@redhat.com>
Fri, 22 Feb 2019 14:56:16 +0000 (08:56 -0600)
committerSage Weil <sage@redhat.com>
Fri, 22 Feb 2019 14:56:16 +0000 (08:56 -0600)
commitbdf2d1b97308835bec038b10663bc438da013e9d
tree8eb904b97c079f88a9ae383ae8b425913b76b605
parenta25d30b8946fbc38c5e3a993bcbb868f453cc0c0
osd/PrimaryLogPG: handle object !exists in handle_watch_timeout

- watch on object
- watch timeout queued
- rados op deletes object
- handle_watch_timeout tries to delete it again

Fixes: http://tracker.ceph.com/issues/38432
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PrimaryLogPG.cc