v.20.4Bug Fix

Fixed DROP vs OPTIMIZE race condition in ReplicatedMergeTree

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)