]> git-server-git.apps.pok.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, 24 May 2016 17:22:51 +0000 (13:22 -0400)
commit0fb730e6be632e25d76695e1f37eba542162d620
tree86420600c25718b6e79905ceffffa2dce7fd6ff5
parent5fbf5f82de8214c5c676d38feae7682a006fcab1
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>
src/journal/JournalPlayer.cc
src/journal/JournalPlayer.h
src/test/journal/test_JournalPlayer.cc