]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG::scan_range: an object can disappear between the list and the attr get 4077/head
authorSamuel Just <sjust@redhat.com>
Thu, 11 Dec 2014 21:05:54 +0000 (13:05 -0800)
committerLoic Dachary <ldachary@redhat.com>
Wed, 18 Mar 2015 22:39:18 +0000 (23:39 +0100)
commit4d4eb9faf1871c4469b78a7ee75d527ce5cc67ad
treef03466233b39405326a26fd0acc8b29e15986fbe
parent1f58a0adc3b23785fac00083d721b62f6a4c44a1
ReplicatedPG::scan_range: an object can disappear between the list and the attr get

The first item in the range is often last_backfill, upon which writes
can be occuring.  It's trimmed off on the primary side anyway.

Fixes: 10150
Backport: dumpling, firefly, giant
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit dce6f288ad541fe7f0ef8374301cd712dd3bfa39)
src/osd/ReplicatedPG.cc