Search code examples
solrjettysolrcloud

Solr server HttpParse error


Hi when i am sending a query to solr server using http client , solr server prints exception log saying HttpParser full.

I am running solrcloud 4.0 in jetty server. Is this a problem with jetty ?

What could be the reason for this and how can i resolve it ?


Solution

  • I suspect you are producing a url that is too long for the jetty buffer default size.