]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: ignore flush on closed/overflowed object
authorJason Dillaman <dillaman@redhat.com>
Fri, 13 May 2016 20:17:37 +0000 (16:17 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 20 May 2016 00:28:49 +0000 (20:28 -0400)
commit821d92af2fcc43ff560f01c78ff699ad7df33daa
treecfa846415365570cf8a070be762a4f8179533db1
parent3d860d5db37f77c1e8c76d214529266062caaa75
journal: ignore flush on closed/overflowed object

The journal would be in-progress on transitioning to a new
object recorder in a newer object set.  Once the records
re-attach to the new object player they will automatically
flush.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit a13cb821f71b6b1b3378464bcc2d8318eb0da48a)
src/journal/ObjectRecorder.cc