]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: replay should only read from a single object set
authorJason Dillaman <dillaman@redhat.com>
Mon, 18 Jul 2016 19:15:58 +0000 (15:15 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 17 Aug 2016 17:22:05 +0000 (13:22 -0400)
commitb08335d052ba04765690397f70d0d7f9b54898ac
tree95b6af04399fc4990feec0de3d04967a624e10ac
parentc6f5303fb2d12830d0c9ac8605884b0c89d16539
journal: replay should only read from a single object set

Previously it was prefetching up to 2 object sets worth of journal
data objects which consumed too much memory.

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