Stop tablet service before wait ha dag

This commit is contained in:
JiahuaChen
2022-12-02 07:08:11 +00:00
committed by ob-robot
parent 359e6c01cf
commit 1246a3a4ef
3 changed files with 44 additions and 2 deletions

View File

@ -442,6 +442,7 @@ int ObLS::stop_()
LOG_WARN("stop log handler failed", K(ret), KPC(this));
}
ls_migration_handler_.stop();
ls_tablet_svr_.stop();
is_stopped_ = true;
if (OB_SUCC(ret)) {