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

Null Pointer Exception when using HystrixObservableCollapser #23

Closed
arthurtsang opened this issue Apr 9, 2015 · 2 comments
Closed

Null Pointer Exception when using HystrixObservableCollapser #23

arthurtsang opened this issue Apr 9, 2015 · 2 comments
Milestone

Comments

@arthurtsang
Copy link
Contributor

I've created a Observable Collapser following this. Netflix/Hystrix#261
And when I call HystrixObservableCollapser.toObservable(), I get a NPE at HystrixObservableCollapser.toObservable(Scheduler) as collapserFactory.getRequestCollapser(collapserInstanceWrapper) returns which in the end comes from ManagedConcurrencyStrategy.getRequestVariable().get() which is hardcoded to return null.

@chrisgray
Copy link
Contributor

I'll take a look and get a fix out for this.

@chrisgray chrisgray added this to the 0.6.1 milestone Apr 10, 2015
@chrisgray
Copy link
Contributor

This is fixed with the 0.6.1 and 0.5.5 (backport dw0.7.x) releases

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

No branches or pull requests

2 participants