提交 3d79cacb 编写于 作者: 羽飞's avatar 羽飞 提交者: LINGuanRen

bootstrap failed while cpu_count=0

上级 e2969ea7
......@@ -327,7 +327,6 @@ int ObServerReloadConfig::operator()()
share::ObTaskController::get().set_log_rate_limit(GCONF.syslog_io_bandwidth_limit.get_value());
if (nullptr != GCTX.omt_) {
GCTX.omt_->set_node_quota(GCONF.cpu_count.get_value());
GCTX.omt_->set_workers_per_cpu(GCONF.workers_per_cpu_quota.get_value());
}
......
......@@ -744,11 +744,6 @@ void ObMultiTenant::set_workers_per_cpu(int64_t v)
LOG_INFO("set max workers", K(max_workers_cnt));
}
void ObMultiTenant::set_node_quota(double node_quota)
{
node_quota_ = node_quota;
}
void ObMultiTenant::run1()
{
lib::set_thread_name("MultiTenant");
......
......@@ -117,7 +117,6 @@ public:
inline bool has_synced() const;
void set_workers_per_cpu(int64_t v);
void set_node_quota(double node_quota);
protected:
void run1();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册