-
Notifications
You must be signed in to change notification settings - Fork 350
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
Add support for seamless cut over to newly promoted read replica #1831
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
enocom
added
the
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
label
Jun 2, 2023
enocom
added
the
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
label
Jun 2, 2023
Related to #1045. |
We would really appreciate this feature. |
+1 on this! Would be great to have this one working |
This would be really nice! 👍 |
+1 on this! |
+1 👍 |
It's in the works. There are some backend changes that will have to happen first, so the timeline isn't clear (especially with EOY freezes coming up), but we're actively working on this. |
enocom
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
and removed
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
labels
Feb 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Feature Description
After promoting a read replica, the Proxy must be restarted with the new primary's instance connection name. Instead, it would be better if the Proxy could automatically connect to the newly promoted primary.
Currently, the Admin API will report if an instance is a primary or not (see here). Perhaps we could add support for specifying all read replicas and letting the Proxy "discover" the new primary (although this might cause a jump in Admin API quota usage).
For example,
Note: there is a work around, but it requires manually wrapping the Proxy and adding a backing storage.
The text was updated successfully, but these errors were encountered: