mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
comment fix
This commit is contained in:
parent
dfea87d248
commit
72769d468e
@ -27,7 +27,7 @@ namespace ErrorCodes
|
||||
|
||||
String KeeperClient::executeFourLetterCommand(const String & command)
|
||||
{
|
||||
// We need create new socket every time because ZooKeeper forcefully shut down connection after four-letter-word command.
|
||||
/// We need to create a new socket every time because ZooKeeper forcefully shuts down the connection after a four-letter-word command.
|
||||
Poco::Net::StreamSocket socket;
|
||||
socket.connect(Poco::Net::SocketAddress{zk_args.hosts[0]}, zk_args.connection_timeout_ms * 1000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user