Tihomir Dimov
ALTER TABLE test_table DROP PARTITION LIST '2022-03-28';
I am getting the following error:Could not publish writer ALTER TABLE task [table=test_table]ALTER TABLE test_table DROP PARTITION LIST '2022-03-28';
Error from logs: 2022-03-31T14:33:37.947461Z E i.q.c.CairoEngine could not publish writer task [table=test_table,instance42,seqCursor=-1]
The strange thing is that dropping partition from this table worked ~20 times in the past days.
Any ideas how to fix it?Vlad
Alex Pelagenko
Tihomir Dimov
cairo.writer.command.queue.capacity=1024
after the update to 6.3?Vlad
Tihomir Dimov