v.21.6Bug Fix

Fixed rare race condition in ReplicatedMergeTree table management

Fixed very rare (distributed) race condition between creation and removal of ReplicatedMergeTree tables. It might cause exceptions like node doesn't exist on attempt to create replicated table. Fixes #21419. #23294 (tavplubix).