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

[8.x] Add item to list of causedByLostConnection errors #35744

Merged
merged 1 commit into from Dec 29, 2020

Conversation

sfilzek
Copy link
Contributor

@sfilzek sfilzek commented Dec 29, 2020

AWS Aurora serverless MySQL DB sometimes aborts queries while performing scaling. The error returned is:

"SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry."

AWS Aurora serverless DB sometimes aborts queries while performing scaling. The error returned is:
"SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry."
@taylorotwell taylorotwell merged commit 13546a7 into laravel:8.x Dec 29, 2020
@GrahamCampbell GrahamCampbell changed the title Add item to list of causedByLostConnection errors [8.x] Add item to list of causedByLostConnection errors Dec 29, 2020
driesvints pushed a commit that referenced this pull request Dec 29, 2020
AWS Aurora serverless DB sometimes aborts queries while performing scaling. The error returned is:
"SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry."
taylorotwell pushed a commit that referenced this pull request Dec 29, 2020
AWS Aurora serverless DB sometimes aborts queries while performing scaling. The error returned is:
"SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry."

Co-authored-by: Sab <sebastian@filzek.com>
rihardsgrislis pushed a commit to rihardsgrislis/framework that referenced this pull request Feb 24, 2021
… then this pops out. After seeing laravel#35744, laravel#35790 and others decided to fix this.

PDOException: ```SQLSTATE[08006] [7] could not translate host name "private-xxx-do-user-0.a.db.ondigitalocean.com" to address: Temporary failure in name resolution```
rihardsgrislis pushed a commit to rihardsgrislis/framework that referenced this pull request Feb 24, 2021
… then this pops out. After seeing laravel#35744, laravel#35790 and others decided to fix this.

PDOException: SQLSTATE[08006] [7] could not translate host name "private-xxx-do-user-0.a.db.ondigitalocean.com" to address: Temporary failure in name resolution
rihardsgrislis pushed a commit to rihardsgrislis/framework that referenced this pull request Feb 24, 2021
… then this pops out. After seeing laravel#35744, laravel#35790 and others decided to fix this.

PDOException: SQLSTATE[08006] [7] could not translate host name "private-xxx-do-user-0.a.db.ondigitalocean.com" to address: Temporary failure in name resolution
taylorotwell pushed a commit that referenced this pull request Feb 24, 2021
… then this pops out. After seeing #35744, #35790 and others decided to fix this. (#36373)

PDOException: SQLSTATE[08006] [7] could not translate host name "private-xxx-do-user-0.a.db.ondigitalocean.com" to address: Temporary failure in name resolution
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.

None yet

2 participants