[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

@ -334,6 +334,7 @@ int MockObServer::stop()
if (!is_inited_) {
STORAGE_LOG(WARN, "ob server not inited");
ret = OB_NOT_INIT;
} else if (FALSE_IT(net_frame_.sql_nio_stop())) {
} else if (OB_SUCCESS != (ret = net_frame_.stop())) {
STORAGE_LOG(WARN, "net frame stop error", K(ret));
} else {