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

Fix transactions returning bad connections to the pool #119

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jfrconley
Copy link

@jfrconley jfrconley commented Jun 13, 2022

Currently, errors in transactions do not get propagated to the pool. This means failed connections will get returned to the pool, effectively poisoning the well. This change simply passes exceptions back to the pool when they occur, allowing the connection to be dropped.

@jawj

@john-trashlab
Copy link

@jfrconley I'm curious what the impact of this bug/fix is. Can you elaborate?

@jawj
Copy link
Owner

jawj commented Jan 23, 2023

I'm sorry to see I never responded to this. @jfrconley Is there any chance you could put together a simple test case that demonstrates the problem and how your patch solves it?

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

3 participants