Alexander Kukushkin

Results 298 comments of Alexander Kukushkin

> by way of manually crippling the K8s API server pods of the testing cluster, I was able to induce the needed downtime scenario. Failsafe mode appears to have held...

@thedodd it should be more sophisticated than just stopping the control plane. For example: - slow network - overloaded control-plane - leader not being able to access the control plane,...

@OlleLarsson more people will test it - faster it will be merged and released. Feel free to participate :)

@OlleLarsson ideally it should be something close to real problems with DCS.

Hi, sorry for the late response. Machine specific configuration is not really exposed via API as it is, but there is an exception for tags. ```bash $ curl -s localhost:8008/patroni...

@rheaton are you going to address my comment?

According to patronictl both nodes are unhealthy and not eligible for failover.

Patroni is an open-source project, PR's are always welcome.

Well, so far there were not so many requests to have something like you describe. Implementing it wouldn't be so easy as you think, explaining all details to the end-user...

That happens because we are not doing quorum reads. IMHO figuring out the state of etcd cluster is not really a task of patronictl. There might be two possibilities to...