提交 239f0974 编写于 作者: P proller

CLICKHOUSE-3630: Fix race on logger reload, enable reload

上级 0d70314e
Subproject commit 8238852d7ab2a4abdf87adff233b3b83686f4fe4
Subproject commit 3dae7c46e813d884d15ff509f6dcc1693417646f
......@@ -230,6 +230,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
std::move(main_config_zk_node_cache),
[&](ConfigurationPtr config)
{
buildLoggers(*config);
global_context->setClustersConfig(config);
global_context->setMacros(std::make_unique<Macros>(*config, "macros"));
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册