mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fixed error with falsely unexpected parts after merge [#METRIKASUPP-6885].
This commit is contained in:
parent
c500d4d578
commit
fcbc9eed88
@ -1150,6 +1150,8 @@ bool StorageReplicatedMergeTree::executeLogEntry(const LogEntry & entry, Backgro
|
||||
"8. Manual modification of checksums stored in ZooKeeper. "
|
||||
"We will download merged part from replica to force byte-identical result.");
|
||||
}
|
||||
else
|
||||
throw;
|
||||
}
|
||||
|
||||
if (!do_fetch)
|
||||
|
Loading…
Reference in New Issue
Block a user