Replies: 1 comment 2 replies
-
Your hardware load balancer is blocking pgcat from doing read replica healthchecks and routing traffic to load balance reads. Unfortunately, this is not a setup that's compatible with pgcat's design. You'll need to use pgcat as your load balancer to take advantage of its features. You could theoretically change the source code and disable banning of replicas, but I don't see a benefit from you using pgcat in this setup, unless you're using its other features like splitting reads and writes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use a hardware load balancer that sits in front of our read servers, so pgcat would only see a single ip address(This we cannot change). If a single read server fails a health check then would all remaining read servers be banned due to having a shared ip? Can the ban time be disabled by setting it to 0?
Beta Was this translation helpful? Give feedback.
All reactions