Alexander Kukushkin

Results 298 comments of Alexander Kukushkin

If somebody implements it, we will happily review and merge.

What environment do you run Patroni in? And what DCS do you use? The major difference between `immediate` and `fast` shutdown, that during fast shutdown postgres will do its best...

> would it be possible that patroni doesn't demote master at all when etcd cluster is unhealthy? No, it absolutely not safe. > When etcd cluster is unhealthy read requests...

Patroni supports [pg_rewind](https://www.postgresql.org/docs/current/app-pgrewind.html). I don't know whether you have it enabled or not: https://patroni.readthedocs.io/en/latest/SETTINGS.html#dynamic-configuration-settings

> Yes, pg_rewind is enabled and is the one that cannot perform the syncing due to the different timeline between the leader and the recovered replica node. The log you...

@nauevg I am not sure what you are testing with kill -9, but one should NEVER use it for killing postgres! Also, logs that you post here (which are very...

> and remains with the old TL because its latest data have not yet been committed (it waited for the confirmation of the replicas). @thanasis-liapis Patroni can use pg_rewind to...

> I have no idea about second line from log. according to time - it is written at patroni start, not at kill moment. Of course it is written at...

@jobinau the issue template was created for a purpose. Most of the questions from there are extremely important. From looking at a small chunk of logs it is not possible...

> Now just curious whether it is worth checking whether the user account has proper privilege in the Patroni code would that be a good idea.? I am not sure...