You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/08/19 16:06:27 UTC

[jira] [Commented] (SOLR-2720) TestLBHttpSolrServer sometimes fails

    [ https://issues.apache.org/jira/browse/SOLR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087725#comment-13087725 ] 

Robert Muir commented on SOLR-2720:
-----------------------------------

{noformat}
    [junit] Testsuite: org.apache.solr.client.solrj.TestLBHttpSolrServer
    [junit] Testcase: testReliability(org.apache.solr.client.solrj.TestLBHttpSolrServer):	Caused an ERROR
    [junit] No live SolrServers available to handle this request
    [junit] org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
    [junit] 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:442)
    [junit] 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
    [junit] 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:119)
    [junit] 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:176)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1526)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1428)
    [junit] Caused by: org.apache.solr.client.solrj.SolrServerException: java.net.SocketTimeoutException: Read timed out
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:482)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit] 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:395)
    [junit] Caused by: java.net.SocketTimeoutException: Read timed out
    [junit] 	at jrockit.net.SocketNativeIO.readBytesPinned(Native Method)
    [junit] 	at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)
    [junit] 	at java.net.SocketInputStream.socketRead0(SocketInputStream.java)
    [junit] 	at java.net.SocketInputStream.read(SocketInputStream.java:129)
    [junit] 	at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    [junit] 	at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    [junit] 	at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
    [junit] 	at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
    [junit] 	at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
    [junit] 	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
    [junit] 	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
    [junit] 	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
    [junit] 	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
    [junit] 	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    [junit] 	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    [junit] 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    [junit] 	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:426)
    [junit] 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit] 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:395)
    [junit] 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
    [junit] 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:119)
    [junit] 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:176)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1526)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1428)
    [junit] 
    [junit] 
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 13.537 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] NOTE: reproduce with: ant test -Dtestcase=TestLBHttpSolrServer -Dtestmethod=testReliability -Dtests.seed=6954804f80726637:5cbc2a8458b1473f:4a2ea5b4bd8b97d5 -Dtests.multiplier=3
{noformat}

> TestLBHttpSolrServer sometimes fails
> ------------------------------------
>
>                 Key: SOLR-2720
>                 URL: https://issues.apache.org/jira/browse/SOLR-2720
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>
> Triggered a random fail with this test on tnrk.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org