未验证 提交 56ba4b2d 编写于 作者: R richie 提交者: GitHub

Update ob_server.cpp (#850)

上级 feea656d
......@@ -321,7 +321,7 @@ int ObServer::init(const ObServerOptions& opts, const ObPLogWriterCfg& log_cfg)
} else if (OB_FAIL(user_col_stat_service_.init(&sql_proxy_, &config_))) {
LOG_WARN("init user table column stat service failed");
} else if (OB_FAIL(user_table_stat_service_.init(&sql_proxy_, &ObPartitionService::get_instance(), &config_))) {
LOG_WARN("init user table column stat service failed");
LOG_WARN("init user table stat service failed");
} else if (OB_FAIL(ObStatManager::get_instance().init(&user_col_stat_service_, &user_table_stat_service_))) {
LOG_WARN("init user data stat manager failed");
} else if (OB_FAIL(opt_stat_service_.init(&sql_proxy_, &config_))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册