Skip to content

Commit

Permalink
#1301 master keeps querying ts in safemode (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
smwyzi authored and ajie committed Aug 18, 2017
1 parent 0ea6884 commit f746225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/master/master_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,6 @@ bool MasterImpl::EnterSafeMode(StatusCode* status) {
}

tablet_manager_->Stop();
DisableQueryTabletNodeTimer();
DisableTabletNodeGcTimer();
DisableLoadBalance();
return true;
Expand Down

0 comments on commit f746225

Please sign in to comment.