add worker node and rebalance distributed shards problem with PostgreSQL + Citus
The cluster had 1 coordinator and 6 worker nodes. (environment: PostgreSQL 15 + Citus 11.1) We want to add more worker nodes to it, so we executed SELECT * from citus_add_node('node-name', 5432); and SELECT rebalance_table_shards('table_name'); to got the messages as…