Update 00626_replace_partition_from_table_zookeeper.sh

This commit is contained in:
Kruglov Pavel 2022-02-18 12:57:31 +03:00 committed by GitHub
parent 74087470c2
commit 9d0e1e3014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: zookeeper, no-parallel, no-s3-storage
# Tags: zookeeper, no-parallel, no-s3-storage, backward-incompatible
# Because REPLACE PARTITION does not forces immediate removal of replaced data parts from local filesystem
# (it tries to do it as quick as possible, but it still performed in separate thread asynchronously)