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

HystrixThreadPool shutdown methods #106

Merged
merged 3 commits into from
Feb 15, 2013
Merged

HystrixThreadPool shutdown methods #106

merged 3 commits into from
Feb 15, 2013

Conversation

benjchristensen
Copy link
Contributor

@benjchristensen
Copy link
Contributor Author

@dzontak and @daveray can you please review this to confirm it solves the issue?

@benjchristensen
Copy link
Contributor Author

Hmm, just saw a problem ... HystrixThreadPool.Factory is package private and not exposed publicly and I don't think I want to make it public just for this use case.

I need to consider where the right place is for this functionality to be exposed.

I'm changing the design from the previous commits so it's more abstract and can handle any type of resources needing cleanup, not just threadpools.

ReactiveX/RxJava#45
@benjchristensen
Copy link
Contributor Author

@daveray can you review this new updated version?

benjchristensen added a commit that referenced this pull request Feb 15, 2013
HystrixThreadPool shutdown methods
@benjchristensen benjchristensen merged commit aeaed31 into Netflix:master Feb 15, 2013
@daveray
Copy link
Contributor

daveray commented Feb 19, 2013

Looks like the hystrix timer thread also needs to be shut down. See #109 .

abersnaze pushed a commit to abersnaze/Hystrix that referenced this pull request Nov 7, 2013
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