Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jewel: rbd-mirror: potential crash during image status update #9226

Merged
merged 8 commits into from May 20, 2016
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