NTLM plugin issue - Solr Intra-node communication fails when using custom AuthenticationPlugin

2021-08-08 Thread Michael Erlikhman
Hi, This is (somewhat) in continuation to the previous 401 Unauthorized thread, TL;DR - Solr Intra-node communication fails when using a custom AuthenticationPlugin. Below is the situation as we see it here in the dev. team: The way our plugin is supposed to work (and has worked in Solr 7) is as

FastVector phrase highlight doesn't work with words in different order

2021-08-08 Thread Clive Lewis
Hey guys! I'm trying to figure out why highlighter doesn't give me snippets when I change the order of words in the phrase query (with slop). I use the same query for search and it finds the documents, but highlighting doesn't work. I created this StackOverflow issue with detailed description and

Solr FastVector phrase highlight on multivalued field

2021-08-08 Thread Clive Lewis
(Sorry for the duplicate mail!!! I accidentally added wrong URL in the previous mail) Hey guys! I'm trying to figure out why highlighter doesn't give me snippets when I change the order of words in the phrase query (with slop). I use the same query for search and it finds the documents, but highli

Re: FastVector phrase highlight doesn't work with words in different order

2021-08-08 Thread Clive Lewis
I somehow added the wrong link! I'm so sorry. https://stackoverflow.com/questions/68677610/solr-fastvector-phrase-highlight-on-multivalued-field On Sun, Aug 8, 2021 at 2:02 PM Clive Lewis wrote: > Hey guys! I'm trying to figure out why highlighter doesn't give me > snippets when I change the ord

Re: JDBCDatasource was not closed - Possible resource leak

2021-08-08 Thread Shawn Heisey
On 8/7/2021 9:07 PM, Reej Nayagam wrote: Also this error is seen prior to that Performance warning : Overlapping on EeckSearchers=2 That's not an error. It says right in the message "warning", and it is a warning. This happens when you issue commits too frequently. What's happening is tha

Cpu 100%

2021-08-08 Thread Jeff
Hello, I am currently running a 20 node Solrcloud on 7.7 We have 800,000,000 documents I am experiencing CPU spikes well over 100% Adding more CPU did not solve the issue. searcherExecutor times are ballooning. I have 2 replicas per shard. 1 NRT and 1 TLOG. We are indexing around 200,000 per h

Re: Cpu 100%

2021-08-08 Thread Deepak Goel
Looks like your SolrCloud is running in a single-threaded mode. So adding CPU's might not help! Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedi

OutofMemory Error in solr 6.5

2021-08-08 Thread Satya Nand
Hi, We are facing a strange issue in our solr system. Most of the days it keeps running fine but once or twice in a month, we face OutofMemory on solr servers. We are using Leader-Follower architecture, one Leader and 4 followers. Strangely we get OutofMemory error on all follower servers. Before

Re: Cpu 100%

2021-08-08 Thread sudhir kumar
Hi Jeff, Few things to look over 1) what’s the document size and how many fields are indexed and what is the type of fields indexed. 2) are you sending explicit commits while updating the documents. 3) make opensearcher false and try to index the data. Thanks On Mon, Aug 9, 2021 at 10:47 AM Dee