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

More work on HystrixCollapser response not received bug #112

Merged
merged 1 commit into from
Feb 23, 2013
Merged

More work on HystrixCollapser response not received bug #112

merged 1 commit into from
Feb 23, 2013

Conversation

benjchristensen
Copy link
Contributor

I still can't replicate this so am adding error handling anywhere I can foresee something as well as adding more logs.

#80

I still can't replicate this so am adding error handling anywhere I can foresee something as well as adding more logs.

#80
benjchristensen added a commit that referenced this pull request Feb 23, 2013
More work on HystrixCollapser response not received bug
@benjchristensen benjchristensen merged commit 9999764 into Netflix:master Feb 23, 2013
} else {
logger.error("TimedOut waiting on responseReference: " + responseReceived.getCount() + " batchReceived: " + batchReceived.getCount() + " batchFuture: " + batchFuture + " batchFuture.isDone: " + batchFuture.isDone() + " batchFuture.isCancelled: " + batchFuture.isCancelled() + " argument: " + argument);
}
throw new ExecutionException("No response or exception set before returning from Future.get", new NullPointerException("ResponseReference is NULL"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Would something besides NullPointerException make sense? Or is this case basically a bug so calling code shouldn't think about handling it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a bug and should never happen which is what I'm trying to track down.

I'm deploying debug builds into a production canary to try and determine how this happens as I can't replicate it outside of production.

@daveray
Copy link
Contributor

daveray commented Feb 23, 2013

Thanks for this. We'll try this out in prod next week and see if it helps or at least gives us some more info.

@dmuino dmuino mentioned this pull request Apr 14, 2014
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