Fixed DROP vs OPTIMIZE race condition in ReplicatedMergeTree
Official CH changelog text
Fixed DROP vs OPTIMIZE race in ReplicatedMergeTree. DROP could left some garbage in replica path in ZooKeeper if there was concurrent OPTIMIZE query. #10312 (tavplubix)