-
Notifications
You must be signed in to change notification settings - Fork 686
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
SOLR-17637: Fix LBHttpSolrClient & HttpShardHandler bug #3147
Conversation
Nice catch. Patch looks good. |
Just curious; I suppose this bug might show as an NPE? |
It doesnt show at all. The thread thats running the async request fails, and since its not in the catch, it doesnt pass the exception to the completion step. So the thread just goes away without logging anything. Took a while to pin it down because of this. |
Nice catch! thanks! |
This bug causes async requests to be uncompleted in some error scenarios. The HttpShardHandler can hang indefinitely when this happens. (cherry picked from commit db0cbd3)
This bug causes async requests to be uncompleted in some error scenarios. The HttpShardHandler can hang indefinitely when this happens. (cherry picked from commit db0cbd3)
https://issues.apache.org/jira/browse/SOLR-17637