]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
journal: optionally fetch entries in small chunks during replay
authorJason Dillaman <dillaman@redhat.com>
Mon, 18 Jul 2016 15:01:26 +0000 (11:01 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 17 Aug 2016 17:22:05 +0000 (13:22 -0400)
commit6dc609f24e54c8363a5acecef982aa67beb6130e
tree9c525d6ac8cfae9328f5c47143d85ed5eb13ac3f
parent91c70f34edabfb3983da643478d746568ed6b738
journal: optionally fetch entries in small chunks during replay

Support fetching the full object or incremental chunks (with a
minimum of at least a single decoded entry if available).

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit f7362e9a57e484fffd840ca0eef01778dcacb65b)
src/journal/JournalMetadata.h
src/journal/JournalPlayer.cc
src/journal/ObjectPlayer.cc
src/journal/ObjectPlayer.h
src/journal/Settings.h
src/test/journal/test_ObjectPlayer.cc