Jelte Fennema-Nio

Results 703 comments of Jelte Fennema-Nio

It would be good if we actually lock the pidfile instead of only checking if the pid in the file is currenty running (that could realistically be any process, and...

Even if windows doesn't support it, it seems good to use flock on all other platforms that do support it. > If it returns 0, the user owns the process...

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 that...

Okay. Seems like two fixes are in order then on our side: 1. Add HINT to error to increase `max_worker_processes` 2. Configure settings to make the rebalancer (and probably CDC)...

@shankarmn94 did you take a look at the postgres logs for some hints? Also did you try increasing max_worker_processes, because that helped for @senscarlos

> we forcefull removed those shardid in cluster That's **really not** recommended. manually removing shards is bound to cause all sorts of issues, including data loss. If there is no...

I agree a UDF would be nice here. But I don't think many checks would need to be performed for delete. The main thing I'd be worried about is ending...

The rebalancer got hugely refactored and improved since 10.2, it might be worth trying this out with a newer Citus version.

Ooooff, that sounds like a bad situation. Generally the way to do this is to create a new node from a backup from the one that is now broken. And...