Mark Edington edited a comment on Bug JENKINS-13358

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 output
curl -v -I -m 10 'http://10.21.0.216:8983/solr/wanderful1/select?q=id:1&rows=0&wt=json'
* About to connect() to 10.21.0.216 port 8983 (#0)
*   Trying 10.21.0.216...
* Adding handle: conn: 0x7fb9b3004400
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fb9b3004400) send_pipe: 1, recv_pipe: 0
* Connected to 10.21.0.216 (10.21.0.216) port 8983 (#0)
> 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: */*
>
* Operation timed out after 10138 milliseconds with 0 out of -1 bytes received
* Closing connection 0
curl: (28) Operation timed out after 10138 milliseconds with 0 out of -1 bytes received
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.

Reply via email to