Re: HttpParser URI is too large

2019-01-30 Thread levtannen
Thank you Eric, Actually I have figured this out, but there is a deeper problem: where do these messages come from? They are internal messages. If I suppress messages from "org.apache.solr.servlet.HttpSolrCall" I will suppress all query reporting and I do not want this. So the question is what is

Re: HttpParser URI is too large

2019-01-30 Thread Erick Erickson
Full class name is "org.apache.solr.servlet.HttpSolrCall" which you should be able to set to WARN level in log4j2.xml. DEBUG is definitely _not_ what you want as it dumps more information BTW, if you want to see the full path in the log file, you can change the patternlayout in log4j2.xml to s

Re: HttpParser URI is too large

2019-01-29 Thread levtannen
Thank you Jan. This solution worked. The warning message "URI is too large >81920" disappeared. But this fix unleashed an another problem: The INFO message that was suppressed by the previous error now is displayed in all its length. And it is way too long because it lists all 100 collections. I do

Re: HttpParser URI is too large

2019-01-03 Thread Jan Høydahl
Upgrade to v7.6 https://issues.apache.org/jira/browse/SOLR-12814 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 21. des. 2018 kl. 21:00 skrev Tannen, Lev (USAEO) [Contractor] > : > > Hello Solr community, > > My