Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

> I now realize that this is probably just the pysyncobj internal stuff, I'll have to look into how to get at the patroni DCS data itself, is there some...

What is in postgres logs? It is also not clear whether it is completely stale or slowly moving forward.

> no messages other than the fact that the pg_replication_slot_advance statement has been started Well, pg_replication_slot_advance() doesn't run instantly, it has to actually read and process WAL records. Your pg_stat_activity...

Replication slot on the replica is only advanced when it is moving forward on the primary. Are you sure that a client was connected to the slot and more important...

> which enables the hot_standby_feedback for the replica Hmm, the `hot_standby_feedback` is already enabled on replicas that are either supposed to be failover targets or doing cascading replication for failover...

> Update: Enabling hot_standby_feedback did not help Well, according to logs that you post here slot is certainly moving forward. In the opposite case Patroni would log an error or...

Hi @kmoppel, yes, there is no official logo and probably there is no non-official either, or at least I've never heard of it :) It would be totally cool if...

@alago197 it looks nice! :) @luss I can't see the picture you sent :(

@kmoppel I like it! One minor wish though. Maybe the colormap could be more Slonik-like rather than Cybertec? :)

I think https://github.com/zalando/patroni/pull/2733 addresses it, at least partially. About the rest it is not clear.