]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
journal: keep active tag to assist with pruning watched objects
authorJason Dillaman <dillaman@redhat.com>
Mon, 23 May 2016 18:57:03 +0000 (14:57 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 31 May 2016 15:49:37 +0000 (11:49 -0400)
commitc65614f155ceccebd1960d6042d55e13b31e62ba
treedde4f4287e4c8c7d7e122af15cbb6a96e4d156fa
parent30c7f4dbe0a7c515d14be98f3f59ba8a8cdb1dcf
journal: keep active tag to assist with pruning watched objects

It's possible that there might be additional entries to prune in
objects that haven't been prefetched yet. Keep the active tag
to allow these entries to be pruned after they have been loaded.

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