Fixed error with falsely unexpected parts after merge [#METRIKASUPP-6885].

This commit is contained in:
Alexey Milovidov 2016-05-07 16:42:03 +03:00
parent c500d4d578
commit fcbc9eed88

View File

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