mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
███████████: better loggind and tiny fixes [#METR-15299]
This commit is contained in:
parent
23ef0b9787
commit
ef08ca1f96
@ -11,6 +11,7 @@ public:
|
||||
Increment(ZooKeeperPtr zk_, const std::string & path_)
|
||||
: zk(zk_), path(path_)
|
||||
{
|
||||
zk->createAncestors(path);
|
||||
}
|
||||
|
||||
size_t get()
|
||||
|
Loading…
Reference in New Issue
Block a user