Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

> Jul 31 18:35:03 ld-pg-06 patroni@15-test[24131]: 2023-07-31 18:35:03,794 INFO: Process 16496 is not postmaster, too much difference between PID file start time 1690476426.67 and process start time 1690476423 I think...

@mbanck it seems that in your environment it is fairly easy to reproduce the problem Could you please compare postmaster start time from the `postmaster.pid` file (it is on the...

> There's a lot to understand here that I don't feel equipped to review. Yes, there is quite a complex logic in `QuorumStateResolver` :( My general feel for some of...

@martinmarques my current plan is to merge it for v4.0.0. When the release will happen I don't know yet.

Something is weird. The endpoint object from the referenced issue isn't managed neither by Patroni nor scripts from Spilo.

+1, we also had the same problem. I guess the only possible way to solve this issue - refresh `_machines_cache` periodically, for example every 5 minutes. I'm going to prepare...

@lavagetto, I guess you didn't got the problem correctly. I'll try to explain: Let's imagine that we have cluster of three nodes: node1, node2, node3 1) In the beginning `_base_uri`...

I think it shouldn't be that hard to do it, https://github.com/zalando-incubator/stups-etcd-cluster/blob/master/etcd.py#L555 has all necessary information for that. But the question is, how `etcd gateway` works. Does it resolve hostname into...