senscarlos
senscarlos
> Did you check the progress reporting? https://www.citusdata.com/updates/v11-2/#rebalance_lsn Nothing there: ```psql staging=# SELECT * FROM get_rebalance_progress(); sessionid | table_name | shardid | shard_size | sourcename | sourceport | targetname |...
> > staging=# SELECT pg_terminate_backend(pg_stat_activity.pid) > > FROM pg_stat_activity > > WHERE pg_stat_activity.datname = 'staging' > > AND pid pg_backend_pid(); > > pg_terminate_backend > > btw, terminating the backends also...
> unable to start background worker for background task execution Found the error message defined here: https://webcache.googleusercontent.com/search?q=cache:qHGF3I05MvAJ:https://github.com/citusdata/citus/blob/master/src/backend/distributed/utils/maintenanced.c&cd=9&hl=es&ct=clnk&gl=es
> Can you try increasing `max_worker_processes` in your postgresql.conf and restart postgres? The error suggests that it cannot start any. If that indeed helps, we should add a hint to...