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

un-threadlocal the HConnection #224

Merged
merged 1 commit into from
Dec 18, 2018

Conversation

nlevitt
Copy link
Contributor

@nlevitt nlevitt commented Dec 18, 2018

realized that we're leaking zookeeper connections, and it might be
because the HConnection has been thread local, which probably means that
at shutdown only one of the possibly many connections is cleaned up

zookeeper by default allows 60 connections per client and it looks
likely that we start having trouble when we hit that limit

realized that we're leaking zookeeper connections, and it might be
because the HConnection has been thread local, which probably means that
at shutdown only one of the possibly many connections is cleaned up

zookeeper by default allows 60 connections per client and it looks
likely that we start having trouble when we hit that limit
@galgeek galgeek merged commit 1a5340d into internetarchive:master Dec 18, 2018
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