Relax covering part check on mutation#22291
Conversation
|
|
|
|
Really looks like partially dropped table: |
|
Need to investigate. |
|
Known behavior ClickHouse/src/Storages/StorageReplicatedMergeTree.cpp Lines 801 to 803 in 1512ff8 |
Backport #22291 to 21.3: Relax covering part check on mutation
Backport #22291 to 21.2: Relax covering part check on mutation
Backport #22291 to 21.1: Relax covering part check on mutation
Backport #22291 to 20.8: Relax covering part check on mutation
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Now clickhouse will not throw
LOGICAL_ERRORexception when we try to mutate the already covered part. Fixes #22013.