Version: postgresql 14 and citus 10.2
When I execute
select rebalance_table_shards('tbl_name');
in the CN node, postgresql gives an error message: ERROR: connection to the remote node localhost:5432 failed with the following error: fe_sendauth: no password supplied
what's configurations needed to be added?
- Firewall of all nodes are disabled.
- local and ipv4 lines in the pg_hba.conf of all nodes have been set to trust.
Thanks!