Upgrading tika

2019-03-19 Thread levtannen
Hello community, I am using Tika to extract the text content from pdf files before indexing them. I used version 1.7 and it worked OK except it produced a lot warnings like "Font not found". Now I am trying to move to the newer version 1.19.1 and I have problems finding all necessary dependencies.

All replicas created on the same node

2019-03-08 Thread levtannen
Hi community, I have solr 7.6 running on three nodes with about 400 collections with one shard and 3 replicas per collection. I want replicas to be spread between all 3 nodes so that for every collection I have one replica per collection on each node. I create collections via the SolrJ code.

Re: Why solr sends a request for a metrics every minute?

2019-02-07 Thread levtannen
Jan, After I suppress the metrics messages, I found that there are other messages. They come also once a minute, but only on the one out of 3 computers. Could you please explain me what do these messages mean and why they are produced by only one computer? Best wishes. 2019-02-07 20:18:37.089

Re: Why solr sends a request for a metrics every minute?

2019-02-04 Thread levtannen
Thank you Jan. Now, when I know what it is, I probably will not try to suppress the metrics itself, but instead will suppress the log message in log4j2.xml using an appropriate filter. This way I will have metrics in case I will figure out how to use it and will not clog the log. I hope this will

Why solr sends a request for a metrics every minute?

2019-02-04 Thread levtannen
Hello Solr community, My solrcloud system consists of 3 machines, each running a zookeeper and a solr server. It manages about 200 collections with 1 shard each. When I run it, I see that every minutes samebody sends a request for some metrics to my system. Because nobody can sent requests to m

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-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