Re: Query always fail if row value is too high

2015-02-09 Thread Alexandre Rafalovitch
On 9 February 2015 at 14:12, Yago Riveiro wrote: > Now that I know what I’m looking for, in fact the wiki has an entry for > formdataUploadLimitInKB, but doesn’t help too much if you don´t know that > internal requests in solrcloud mode can be limited by this configuration. Awesome. Change it t

Re: Query always fail if row value is too high

2015-02-09 Thread Yago Riveiro
Alex,  Now that I know what I’m looking for, in fact the wiki has an entry for formdataUploadLimitInKB, but doesn’t help too much if you don´t know that internal requests in solrcloud mode can be limited by this configuration. +1 to Toke’s suggestion. In some cases the error messages are

RE: Query always fail if row value is too high

2015-02-09 Thread Toke Eskildsen
Shawn Heisey [apa...@elyograg.org] wrote: > You can change this value in solrconfig.xml by adding/modifying the > formdataUploadLimitInKB attribute on the requestParsers tag. Bingo. Checking on our server, I can see that we increased that value at some point. I am a big fan of error messages wit

Re: Query always fail if row value is too high

2015-02-09 Thread Alexandre Rafalovitch
Now that you have the (probable) answer, is there a particular page you would have expected to see that at, when you did your own research? Somewhere on the SolrCloud page? Or on the performance tuning page? Regards, Alex. P.s. It helps to mention that you have a SolrCloud setup when you face i

Re: Query always fail if row value is too high

2015-02-09 Thread Yago Riveiro
Ok, now I understand the POST thing, is an internal query done between node. I will put the formdataUploadLimitInKB in the solrconfig.xml. I think that this should be documented in the wiki, is odd enough and is not an error per se. — /Yago Riveiro On Mon, Feb 9, 2015 at 6:03 PM, Alexa

Re: Query always fail if row value is too high

2015-02-09 Thread Shawn Heisey
On 2/9/2015 11:02 AM, Alexandre Rafalovitch wrote: > You have a distributed collection (SolrCloud) setup, right? So, it > seems that the request to collect the data from other nodes is hitting > this exception. Though the error message is weird enough I would put > only 80% probability on my explan

Re: Query always fail if row value is too high

2015-02-09 Thread Alexandre Rafalovitch
You have a distributed collection (SolrCloud) setup, right? So, it seems that the request to collect the data from other nodes is hitting this exception. Though the error message is weird enough I would put only 80% probability on my explanation. Were there any _other_ exceptions in the logs. On t

Re: Query always fail if row value is too high

2015-02-09 Thread Yago Riveiro
Ok, but why the error is related to POST limit if I don’t doing a POST request? is a normal GET request …  — /Yago Riveiro On Mon, Feb 9, 2015 at 5:53 PM, Shawn Heisey wrote: > On 2/9/2015 8:29 AM, yriveiro wrote: >> I'm trying to retrieve from Solr a query in CSV format with around 500K >> r

Re: Query always fail if row value is too high

2015-02-09 Thread Shawn Heisey
On 2/9/2015 8:29 AM, yriveiro wrote: > I'm trying to retrieve from Solr a query in CSV format with around 500K > registers and I always get this error: > > "Expected mime type application/octet-stream but got application/xml. version=\"1.0\" encoding=\"UTF-8\"?>\n\n name=\"msg\">application/x-www-

RE: Query always fail if row value is too high

2015-02-09 Thread Toke Eskildsen
Toke Eskildsen [t...@statsbiblioteket.dk] wrote: yriveiro [yago.rive...@gmail.com] wrote: >> I'm trying to retrieve from Solr a query in CSV format with around 500K >> registers and I always get this error: >> [...] application/x-www-form-urlencoded content length (6040427 >> bytes) exceeds upload

RE: Query always fail if row value is too high

2015-02-09 Thread Toke Eskildsen
yriveiro [yago.rive...@gmail.com] wrote: > I'm trying to retrieve from Solr a query in CSV format with around 500K > registers and I always get this error: > [...] application/x-www-form-urlencoded content length (6040427 > bytes) exceeds upload limit of 2048 KB [...] I remember running into this

Re: Query always fail if row value is too high

2015-02-09 Thread Yago Riveiro
t; >>>> "Expected mime type application/octet-stream but got application/xml. >>> version=\"1.0\" encoding=\"UTF-8\"?>\n\n>>> name=\"msg\">application/x-www-form-urlencoded content length (6040427 >>>> bytes) exceeds upload limit of 2048 KB>>> name=\"code\">400\n\n" >>>> >>>> If the rows value is lower, like 5 the query doesn't fail. >>>> >>>> What I'm doing wrong? >>>> >>>> >>>> >>>> - >>>> Best regards >>>> -- >>>> View this message in context: >>>> http://lucene.472066.n3.nabble.com/Query-always-fail-if-row-value-is-too-high-tp4185047.html >>>> Sent from the Solr - User mailing list archive at Nabble.com.

Re: Query always fail if row value is too high

2015-02-09 Thread Alexandre Rafalovitch
application/octet-stream but got application/xml. >> version=\"1.0\" encoding=\"UTF-8\"?>\n\n>> name=\"msg\">application/x-www-form-urlencoded content length (6040427 >>> bytes) exceeds upload limit of 2048 KB>> name=\"code\">

Re: Query always fail if row value is too high

2015-02-09 Thread Yago Riveiro
uot;>application/x-www-form-urlencoded content length (6040427 >> bytes) exceeds upload limit of 2048 KB> name=\"code\">400\n\n" >> >> If the rows value is lower, like 50000 the query doesn't fail. >> >> What I'm doing wrong? >&g

Re: Query always fail if row value is too high

2015-02-09 Thread Yonik Seeley
\">400\n\n" > > If the rows value is lower, like 5 the query doesn't fail. > > What I'm doing wrong? > > > > - > Best regards > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-always-fail-if-row-value-is-too-high-tp4185047.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Query always fail if row value is too high

2015-02-09 Thread Alexandre Rafalovitch
eeds upload limit of 2048 KB name=\"code\">400\n\n" > > If the rows value is lower, like 5 the query doesn't fail. > > What I'm doing wrong? > > > > ----- > Best regards > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-always-fail-if-row-value-is-too-high-tp4185047.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Query always fail if row value is too high

2015-02-09 Thread Doug Turnbull
uot;msg\">application/x-www-form-urlencoded content length (6040427 > bytes) exceeds upload limit of 2048 KB name=\"code\">400\n\n" > > If the rows value is lower, like 5 the query doesn't fail. > > What I'm doing wrong? > > > >

Query always fail if row value is too high

2015-02-09 Thread yriveiro
n" If the rows value is lower, like 5 the query doesn't fail. What I'm doing wrong? - Best regards -- View this message in context: http://lucene.472066.n3.nabble.com/Query-always-fail-if-row-value-is-too-high-tp4185047.html Sent from the Solr - User mailing list archive at Nabble.com.