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

[4.4] Fix #796: connection pool clogging up #803

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

robsdedude
Copy link
Member

The reservation count was also increased if the pool was full and the reserveration would never be turned into a new connection. This lead to the pool clogging up after a while.

The reservation count was also increased if the pool was full and the
reserveration would never be turned into a new connection. This lead to the pool
clogging up after a while.
Copy link
Contributor

@bigmontz bigmontz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔔

(unit tests can be more than welcome :D)

@robsdedude robsdedude merged commit 51fd4a4 into neo4j:4.4 Sep 19, 2022
@robsdedude robsdedude deleted the fix-pool-clogging-4.4 branch September 19, 2022 09:55
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