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

[5.4] Fix Queue Worker database connection issue #19263

Merged
merged 2 commits into from
May 18, 2017
Merged

[5.4] Fix Queue Worker database connection issue #19263

merged 2 commits into from
May 18, 2017

Conversation

laurencei
Copy link
Contributor

@laurencei laurencei commented May 18, 2017

This PR solves #19242 as confirmed in that issue.

It relates to two separate issues:

  1. The DetectsLostConnections trait should include some string around transaction issues on null (which would imply a lost connection).

  2. A transaction error on null results in a Throwable - not an Exception - so we need to have worker check for lost connections on Throwable as well.

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