v.23.3Bug Fix
Fixed Bug in Automatic Retries for DROP TABLE with ReplicatedMergeTree and Atomic Databases
Fixed a bug in automatic retries ofDROP TABLEquery withReplicatedMergeTreetables andAtomicdatabases. In rare cases it could lead toCan't get data for node /zk_path/log_pointerandThe specified key does not existerrors if the ZooKeeper session expired during DROP and a new replicated table with the same path in ZooKeeper was created in parallel. #46384 (Alexander Tokmakov).