This commit is contained in:
Kruglov Pavel 2021-03-19 01:38:15 +03:00 committed by GitHub
parent d380454044
commit 055242fe95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -418,7 +418,7 @@ Packet HedgedConnections::receivePacketFromReplica(const ReplicaLocation & repli
default:
/// Check case when we receive Exception before first not empty data packet
/// or positive progress. It may happen if max_parallel_replicas > 1 and
/// there is no way to sample data in this query.
/// there is no way to sample data in this query.
if (offset_states[replica_location.offset].can_change_replica)
disableChangingReplica(replica_location);
finishProcessReplica(replica, true);