mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
dbms: fixed error [#METR-18011].
This commit is contained in:
parent
43ee70e1fe
commit
51b2951d62
@ -177,7 +177,7 @@ Connection::Packet ParallelReplicas::drain()
|
|||||||
std::string ParallelReplicas::dumpAddresses() const
|
std::string ParallelReplicas::dumpAddresses() const
|
||||||
{
|
{
|
||||||
Poco::ScopedLock<Poco::FastMutex> lock(cancel_mutex);
|
Poco::ScopedLock<Poco::FastMutex> lock(cancel_mutex);
|
||||||
dumpAddressesUnlocked();
|
return dumpAddressesUnlocked();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string ParallelReplicas::dumpAddressesUnlocked() const
|
std::string ParallelReplicas::dumpAddressesUnlocked() const
|
||||||
|
Loading…
Reference in New Issue
Block a user