mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Restart tests
This commit is contained in:
parent
5b16a54233
commit
3e3ee19818
@ -317,6 +317,7 @@ int HedgedConnections::getReadyFileDescriptor(AsyncCallback async_callback)
|
||||
Packet HedgedConnections::receivePacketFromReplica(ReplicaStatePtr & replica, AsyncCallback async_callback)
|
||||
{
|
||||
LOG_DEBUG(log, "sreceivePacketFromReplica");
|
||||
|
||||
Packet packet = replica->connection->receivePacket(std::move(async_callback));
|
||||
switch (packet.type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user