Restart tests

This commit is contained in:
Kruglov Pavel 2021-02-02 00:10:55 +03:00 committed by GitHub
parent 5b16a54233
commit 3e3ee19818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{