[FEAT MERGE] FEATURE: ls state optimization

This commit is contained in:
obdev
2023-11-15 08:44:47 +00:00
committed by ob-robot
parent c846e82d01
commit e9fa5cef72
39 changed files with 1371 additions and 483 deletions

View File

@ -101,7 +101,7 @@ int ObLogHandler::init(const int64_t id,
lc_cb_ = lc_cb;
rpc_proxy_ = rpc_proxy;
is_in_stop_state_ = false;
is_offline_ = false;
is_offline_ = true; // offline at default.
is_inited_ = true;
FLOG_INFO("ObLogHandler init success", K(id), K(palf_handle));
}