]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG::agent_work: skip hitset objects before getting object context 1674/head
authorSamuel Just <sam.just@inktank.com>
Mon, 14 Apr 2014 18:07:58 +0000 (11:07 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 14 Apr 2014 18:08:00 +0000 (11:08 -0700)
commit502cc6140667ada0bae3886885c99e3aaca7f5ed
treec1ce7c0acdb7e5abd115dd2f8211dd3edba4c2ab
parent64cd332e6ed7ac8fdb346c687c2d541ad721785e
ReplicatedPG::agent_work: skip hitset objects before getting object context

Otherwise, we might read the attr on a hitset object we are in the
process of deleting.

Fixes: #8086
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.cc