[BUG] add row latch when log sync failed

This commit is contained in:
obdev
2023-01-28 17:00:18 +08:00
committed by ob-robot
parent da8c498599
commit 06b882fa75
7 changed files with 33 additions and 3 deletions

View File

@ -898,6 +898,10 @@ int ObServer::stop()
FLOG_INFO("mysql shutdown network stopped");
}
FLOG_INFO("begin to sql nio stop");
net_frame_.sql_nio_stop();
FLOG_INFO("sql nio stopped");
FLOG_INFO("begin to stop active session history task");
ObActiveSessHistTask::get_instance().stop();
FLOG_INFO("active session history task stopped");