未验证 提交 54986af3 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #2122 from proller/fix14

 CLICKHOUSE-3630: Fix race on logger reload, enable reload
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.
先完成此消息的编辑!
想要评论请 注册