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

add Warning Full Connection Pool #801

Closed
wants to merge 1 commit into from
Closed

add Warning Full Connection Pool #801

wants to merge 1 commit into from

Conversation

shlee322
Copy link

Sometimes 'pool' is used without calling 'release', which is hard to detect.
By adding 'warningFullConnectionPool', developer can find unreleased pool with ease.

@dougwilson
Copy link
Member

Thanks, but this should just be an event that occurs on the pool that doesn't require setting a configuration option. We definitely do not want to just console.warn because it doesn't let people direct that information anywhere (think statsd or the like).

@dougwilson dougwilson closed this Apr 27, 2014
@dougwilson dougwilson reopened this Apr 27, 2014
@dougwilson
Copy link
Member

Sorry, didn't mean to close it. You're welcome to alter your PR, and having the full event is desirable.

@dougwilson
Copy link
Member

Closing this, in favor of #716

@dougwilson dougwilson closed this Apr 27, 2014
dveeden pushed a commit to dveeden/mysql that referenced this pull request Jan 31, 2023
dveeden pushed a commit to dveeden/mysql that referenced this pull request Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants