|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

This issue appears to be addressed by Pull Request #7.
I built and tested this fix and it solved the issue where the connection is successful, but the server fails to return a response in a reasonable amount of time.
For reference, here is how the mis-behaving server I'm dealing with looks like via curl:
curl -v -I -m 10 'http://10.21.0.216:8983/solr/wanderful1/select?q=id:1&rows=0&wt=json'
> HEAD /solr/wanderful1/select?q=id:1&rows=0&wt=json HTTP/1.1
> User-Agent: curl/7.30.0
> Host: 10.21.0.216:8983
> Accept: /
>
curl: (28) Operation timed out after 10138 milliseconds with 0 out of -1 bytes received