mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fix build.
This commit is contained in:
parent
394cca2434
commit
08d1896950
@ -289,6 +289,7 @@ Packet MultiplexedConnections::receivePacketUnlocked(AsyncCallback async_callbac
|
|||||||
/// In this case, invalidate replica, so that we would not read from it anymore.
|
/// In this case, invalidate replica, so that we would not read from it anymore.
|
||||||
current_connection->disconnect();
|
current_connection->disconnect();
|
||||||
invalidateReplica(state);
|
invalidateReplica(state);
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user