Open erwannbst opened 6 months ago
:6666
ERROR: replication slot "database_tmp" does not exist
If you use Patroni or other management tool - it can remove unknown(from their prospective) replication slots. May be it similar to my issue https://github.com/ClickHouse/ClickHouse/issues/62749
I don't use Patroni
Describe what's wrong
Hello, following another issue I tried another approach to avoid the problem : Add only small tables to the replication and then attaching one by one the heavier ones.
Here is the base request :
It works well, then I add one by one heavy tables (~150 000 000 rows) with :
attach table database_materialized.table_xx
At the 5th one, it crashes with this fatal error at the end of the execution:
After the crash, all the rows seems replicated in the clickhouse table but the table is not listed on the source in
pg_publication_tables
After dropping the table permanently and rerunning the attach query, it works
I'm running the docker image
clickhouse/clickhouse-server:latest
on ubuntu