Fixed race condition in MergeTree affecting REPLACE/MOVE PARTITION operations
Official CH changelog text
Fixed a race condition between REPLACE/MOVE PARTITION and background merge in non-replicated MergeTree that might cause a part of moved/replaced data to remain in partition. Fixes #29327. #30717 (tavplubix).