Skip to content

Commit

Permalink
journal: reset watch step after pruning expired tag
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 48c2f4e)
  • Loading branch information
Jason Dillaman committed May 20, 2016
1 parent 2ee1e0a commit 5f09b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/journal/JournalPlayer.cc
Expand Up @@ -494,6 +494,7 @@ bool JournalPlayer::prune_active_tag() {
uint64_t tag_tid = *m_active_tag_tid;
m_active_tag_tid = boost::none;
m_splay_offset = 0;
m_watch_step = WATCH_STEP_FETCH_CURRENT;

return prune_tag(tag_tid);
}
Expand Down

0 comments on commit 5f09b9a

Please sign in to comment.