Help needed with Solrcloud error messages

2019-02-04 Thread Webster Homer
We have a number of collections in a Solrcloud. The cloud has 2 shards each with 2 replicas, 4 nodes. On one of the nodes I am seeing a lot of errors in the log like this: 2019-02-04 20:27:11.831 ERROR (qtp1595212853-88527) [c:sial-catalog-product s:shard1 r:core_node4

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

Re: BBox question

2019-02-04 Thread Scott Stults
Hi Fernando, Solr (Lucene) uses a tree-based filter called BKD-tree. There's a good write-up of the approach over on the Elasticsearch blog: https://www.elastic.co/blog/lucene-points-6.0 and a cool animation of it in action on Youtube: https://www.youtube.com/watch?v=x9WnzOvsGKs The blog

Re: by: java.util.zip.DataFormatException: invalid distance too far back reported by Solr API

2019-02-04 Thread Monique Monteiro
Hi all, In fact, moving the parsing to the client solved the problem! Thanks! Monique On Thu, Jan 31, 2019 at 8:25 AM Jan Høydahl wrote: > Hi > > This is Apache Tika that cannot parse a zip file or possibly a zip > formatted office file. > You have to post the full stack trace (which you'll

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

2019-02-04 Thread Jan Høydahl
Yes, it is the Metrics History Handler that does this to collect some key metrics in a central place. Read more here https://lucene.apache.org/solr/guide/7_6/metrics-history.html -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 4. feb. 2019 kl. 18:45 skrev levtannen

BBox question

2019-02-04 Thread Fernando Otero
Hey guys, I was wondering if BBoxes use filters (ie: goes through all documents) or uses the index to do a range filter? It's clear in the doc that the performance is better than geodist but I couldn't find implementation details.I'm not sure if the performance comes from doing less

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

solr SSL encryption degardes solr performance

2019-02-04 Thread Anchal Sharma2
Hi All, We had recently enabled SSL on solr. But afterwards ,our application performance has degraded significantly i.e the time for the source application to fetch a record from solr has increased from approx 4 ms to 200 ms(this is for a single record) .This amounts to a lot of time ,when

LFUCache

2019-02-04 Thread Markus Jelsma
Hello, Thanks to SOLR-12743 - one of our collections can't use FastLRUCache - we are considering LFUCache instead. But there is SOLR-3393 as well, claiming the current implementation is inefficient. But ConcurrentLRUCache and ConcurrentLFUCache both use ConcurrentHashmap under the hood, the

Ignore accent in a request

2019-02-04 Thread SAUNIER Maxence
Hello, How can I ignore accent in the query result ? Request : http://*:8983/solr/***/select?defType=dismax=je+suis+avarié=title%5e20+subject%5e15+category%5e1+content%5e0.5=757 I want to have doc with avarié and avarie. I have add this in my schema : { "name": "string",

Re: Asynchronous Calls to Backup/Restore Collections ignoring errors

2019-02-04 Thread Jason Gerlowski
Hi Steffen, There are a few "known issues" in this area. Probably most relevant is SOLR-6595, which covers a few error-reporting issues for "collection-admin" operations. I don't think we've gotten any reports yet of success/failure determination being broken for asynchronous operations, but

Re: AIX platform: Solr goes down with java.lang.OutOfMemoryError with Open JDK 11

2019-02-04 Thread Shawn Heisey
On 2/4/2019 5:53 AM, balu...@gmail.com wrote: I am running solr 7.5.0 with Open JDK11 in AIX platform. When i trigger data import operation , solr is going down with below error on AIX platform but, the same thing works in RHEL platform. The same solr 7.5.0 data import operation is success with

AIX platform: Solr goes down with java.lang.OutOfMemoryError with Open JDK 11

2019-02-04 Thread balu...@gmail.com
Hi, I am running solr 7.5.0 with Open JDK11 in AIX platform. When i trigger data import operation , solr is going down with below error on AIX platform but, the same thing works in RHEL platform. The same solr 7.5.0 data import operation is success with JDK8 in same AIX platform. *Error from