mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: removing old queue entries: continue development [#METR-18035].
This commit is contained in:
parent
13112cc66e
commit
b0b44b1565
@ -1756,10 +1756,6 @@ void StorageReplicatedMergeTree::searchForMissingPart(const String & part_name)
|
||||
return;
|
||||
}
|
||||
|
||||
/// TODO Временное решение, так как логика ниже не верна для остальных случаев.
|
||||
if (part_length_in_blocks != 1)
|
||||
return;
|
||||
|
||||
size_t num_found_blocks = 0;
|
||||
for (auto found_block : found_blocks)
|
||||
num_found_blocks += (found_block == 1);
|
||||
|
Loading…
Reference in New Issue
Block a user