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

Mark Miller commented on SOLR-8380:
-----------------------------------

I'm reading the default size is 4096 bytes.

I don't know why we are suddenly breaking that (seems Jetty upgrade related), 
but perhaps it's legit?

If so, I think we just need to raise the buffer size?

httpClient.setRequestBufferSize(bytes);

> CollectionsAPIDistributedZkTest frequent failures with non ok status: 500, 
> message:Server Error
> -----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8380
>                 URL: https://issues.apache.org/jira/browse/SOLR-8380
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud, Tests
>            Reporter: Shalin Shekhar Mangar
>             Fix For: 5.5, Trunk
>
>         Attachments: CollectionsAPIDistributedZkTest-fail.log
>
>
> Frequent failures of the form:
> {code}
> 3 tests failed.
> FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
> Error Message:
> Error from server at http://127.0.0.1:51207/obnq/awholynewcollection_0: non 
> ok status: 500, message:Server Error
> Stack Trace:
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
> from server at http://127.0.0.1:51207/obnq/awholynewcollection_0: non ok 
> status: 500, message:Server Error
>         at 
> __randomizedtesting.SeedInfo.seed([FD971CBA781DD16A:75C32360D6E1BC92]:0)
>         at 
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:508)
>         at 
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
>         at 
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
>         at 
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
>         at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
>         at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
>         at 
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForNon403or404or503(AbstractFullDistribZkTestBase.java:1754)
>         at 
> org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:658)
>         at 
> org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:160)
> {code}
> This is easily reproducible (1 out of 3 runs).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to