Reputation:
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 ?
Upvotes: 2
Views: 3371
Reputation: 7182
I suspect you are producing a url that is too long for the jetty buffer default size.
Upvotes: 3