Alexander Kukushkin
Alexander Kukushkin
well, previously patronictl was showing a stale information and giving an impression that everything is fine.
Yes, it is expected behavior. You can get more details why it was changed from https://github.com/zalando/patroni/issues/1199
1. etcd cluster lost its quorum 2. `patronictl list` does a quorum read, which fails 3. if command has failed why do you expect a clean exit?
@blaggacao do I understand correctly that you want to parse sql statements and route them to the primary or replica, depending on what kind of statement you've got?
> few databases - 5 or so; no more than 10 Usually people create many databases in a single cluster because they are small or because the host where cluster...
This is outside of Patroni scope. The initdb doesn't provide a way to disable huge pages. Editing the sample.conf isn't an option either, Patroni simply doesn't have permissions for that.
> When Patroni initializes a node, the pg_basebackup command it generates is not logged, and it's challenging to try to reproduce from the configuration Well, just logging a command to...
> I do not see anything related logged there at all. That's very suspicious. Whatever pg_basebackup writes to stdout/stderr should end up in one or another file. > Lastly, part...
@caseyandgina I don't mind adding a debug log for that. Please open a PR.