Add aurora errno to rejectReadOnly check#634
Merged
julienschmidt merged 1 commit intogo-sql-driver:masterfrom Oct 17, 2017
Merged
Add aurora errno to rejectReadOnly check#634julienschmidt merged 1 commit intogo-sql-driver:masterfrom
julienschmidt merged 1 commit intogo-sql-driver:masterfrom
Conversation
Member
|
1290 error can be used for other purpose. If such query is retried, version number is incremented multiple times. Please add note to |
|
Any movement on this? |
methane
approved these changes
Oct 16, 2017
Member
|
Seems like our CI somehow hangs. |
AWS Aurora returns a 1290 after failing over requiring the connection to be closed and opened again to be able to perform writes.
Contributor
Author
|
Squashed and rebased on top of master |
0963109 to
059c177
Compare
bLamarche413
pushed a commit
to bLamarche413/mysql
that referenced
this pull request
Mar 23, 2018
AWS Aurora returns a 1290 after failing over requiring the connection to be closed and opened again to be able to perform writes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Include errno 1290 in
rejectReadOnlycheck. Aurora returns this because the database is running with the--read-onlyoption.Checklist
(Not sure how to add a test for this easily w/o running another MySQL instance with a TCP reverse proxy, and even then it wouldn't necessarily reflect how Aurora runs in practice in the future)