Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

> The senza "version" would remain the same, as this is used as a service identifier / DNS entry in this case that should remain stable. This is a **stateful**...

JFY, deleting resources is not how it supposed to be fixed. The issue is that `kubernetes.labels` in the Patroni configuration didn't match with labels set on these objects. You are...

It could get into such state in couple of places, where it: 1. traverse procfs to get statistics for postgres processes (cpu/memory/state) 2. traverse $PGDATA to calculate size of it...

> it only happens during pod termination It looks like a race condition. That is, K8s for some reason decides to unmount NFS before Pod/Container are fully stopped.

@andy-v-you should look at pods logs, there should be a clue what is wrong.

@sahilnaphade sorry for a late reply. I think we can just ignore `listen` parameter in the validate_host_port() function. Creating a separate argument to modify behavior could be tricky, because of...

@sahilnaphade Passing down parameters to Schema.validate() could be tricky. Maybe we can create a global variable in the validator.py and change it based on additional parameters passed with `patroni --validate-config`,...