]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
journal: prevent race injecting new records into overflowed object 8220/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 18 Mar 2016 23:18:30 +0000 (19:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 18 Mar 2016 23:18:30 +0000 (19:18 -0400)
commit9722dee145bed986ef045c831a52fe1235433f7a
tree844e958d63d7ef6da7cb04792053874f6939d923
parent8b9ed00812315623ad8a0ed97205a24959cbfcc1
journal: prevent race injecting new records into overflowed object

The recorded added after the overflow will not have been detached
from the object recorder.

Fixes: #15202
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/journal/ObjectRecorder.cc