Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for AWS RDS multi-az failover #2866

Merged
merged 2 commits into from
Aug 27, 2021
Merged

Fix for AWS RDS multi-az failover #2866

merged 2 commits into from
Aug 27, 2021

Conversation

fantix
Copy link
Member

@fantix fantix commented Aug 26, 2021

In case of RDS failover (based on the Reboot With Failover test), TCP
keepalive is needed to detect unhealthy connections to the failing
master, and new connect attempts may raise TimeoutError before the new
master is in position.

This fixes the TCP keepalive feature on macOS and requires Python 3.10
refs bpo-34932.

Refs #2293.

fantix added 2 commits August 27, 2021 09:58
In case of RDS failover (based on the Reboot With Failover test), TCP
keepalive is needed to detect unhealthy connections to the failing
master, and new connect attempts may raise TimeoutError before the new
master is in position.

This fixes the TCP keepalive feature on macOS and requires Python 3.10
refs bpo-34932.

Refs geldata#2293.
@fantix fantix merged commit f587d33 into geldata:master Aug 27, 2021
@fantix fantix deleted the rds-ha branch August 27, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants