Skip to content

Commit

Permalink
Add WSREP communication link failure for lost connection detection (#…
Browse files Browse the repository at this point in the history
…36668)
  • Loading branch information
mbardelmeijer authored Mar 19, 2021
1 parent a29e13b commit 07c17d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected function causedByLostConnection(Throwable $e)
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
'Temporary failure in name resolution',
'SSL: Broken pipe',
'SQLSTATE[08S01]: Communication link failure',
]);
}
}

0 comments on commit 07c17d1

Please sign in to comment.