IG
Size: a a a
IG
VG
AY
VG
AY
clickhouse-server --config-file=/usr/local/etc/clickhouse-server/config.xml
»ДЛ
2. Create a config file for the task (task1.xml)
3. Create the task in ZooKeeper and start an instance of clickhouse-copier
S
ДЛ
S
S
ДЛ
S
S
EK
alter table delete
, прождал час, результата нет. Посмотрел select * from system.mutations
, мутация с ошибкой DB::Exception: Memory limit (total) exceeded: would use 14.19 GiB (attempt to allocate chunk of 371558958 bytes), maximum: 14.08 GiB
. Удалил мутации kill mutation
, решил удалить партицию, выполнил alter table on cluster drop partition
, висит 3 минуты и выдаёт ошибку DB::Exception: Watching task /clickhouse/clickhouse/task_queue/ddl/query-0000000023 is executing longer than distributed_ddl_task_timeout (=180) seconds. There are 2 unfinished hosts (0 of them are currently active), they are going to execute the query in background.
, выполняю без on cluster
, обе ноды говорят DB::Exception: DROP PART|PARTITION cannot be done on this replica because it is not a leader.
. Пока выполняется с on cluster
в логах сервера ошибка (ReplicatedMergeTreeRestartingThread): void DB::ReplicatedMergeTreeRestartingThread::run(): Code: 49, e.displayText() = DB::Exception: Part 202107_0_1216_999999999 intersects previous part 202107_0_775_5_1215. It is a bug.
. Помогите восстановить работоспособность и удалить партицию.AY
distributed_ddl_task_timeout
EK
There are 2 unfinished hosts (0 of them are currently active)
AY
alter table delete
, колличество записей не меняется? delete должен производиться в фонеEK
DB