enable replay clog before ObServerCheckpointSlogHandler started

This commit is contained in:
windye
2023-08-25 02:40:29 +00:00
committed by ob-robot
parent 44e77d6cf7
commit 285799da2f
3 changed files with 5 additions and 7 deletions

View File

@ -874,12 +874,6 @@ int ObServer::start()
FLOG_INFO("success to start server checkpoint slog handler");
}
if (FAILEDx(ObServerCheckpointSlogHandler::enable_replay_clog())) {
LOG_ERROR("fail to enable replay clog", KR(ret));
} else {
FLOG_INFO("success to enable replay clog");
}
if (FAILEDx(log_block_mgr_.start(storage_env_.log_disk_size_))) {
LOG_ERROR("fail to start log pool", KR(ret));
} else {