Re: Is the Solr-User Nabble Forum dead?

2021-08-09 Thread Srijan
I have started using the mail archive - https://www.mail-archive.com/users@solr.apache.org/ On Fri, Aug 6, 2021 at 4:26 PM gnandre wrote: > Usually, I would end my solr related search query with keyword nabble to > see lot of useful results from this mailing list in Google. What > alternative d

Re: Cpu 100%

2021-08-09 Thread Dominique Bejean
Hi Deepak, Can you explain Solr single-threaded mode ? I am not aware of any settings about a single-threaded mode ! Regards Dominique Le lun. 9 août 2021 à 07:16, Deepak Goel a écrit : > Looks like your SolrCloud is running in a single-threaded mode. So adding > CPU's might not help! > > >

Re: Cpu 100%

2021-08-09 Thread Dominique Bejean
Hi Jeff, How many CPU ? What is the CPU load average (information provided by Linux top command in the first line) ? I don't think it is the root cause of your issue, but 1 NRT + 1 TLOG replica per shard is not a usual practice. You have to create 2 TLOG replicas per shard and let Solr elect the

Re: OutofMemory Error in solr 6.5

2021-08-09 Thread Dominique Bejean
Hi, You don't provide information about the number of documents. Anyway, all your cache size and mostly initial size are big. Cache are stored in JVM heap. About cache size, most is not always better. Did you make some performance benchmarks in order to set these values ? Try with the default va

Re: Cpu 100%

2021-08-09 Thread Michael Gibney
Jeff, you mention indexing, but I'm curious: is this also a live system supporting queries at the same time? On Mon, Aug 9, 2021 at 8:53 AM Dominique Bejean wrote: > Hi Jeff, > > How many CPU ? > What is the CPU load average (information provided by Linux top command in > the first line) ? > > I

Re: Solr 8.6 & autoGeneratePhraseQueries

2021-08-09 Thread Vincent Brillault
Dear Cassandra, Thanks for the detailed explanations! > The `body` field that you’re using here has the > WordDelimiterGraphFilterFactory enabled, which is what’s splitting > the term “covid19” into “covid 19”. This filter splits terms on > various compound word delimiters, and one delimiter it u

Re: Cpu 100%

2021-08-09 Thread Deepak Goel
https://hybrisarchitect.com/solr-configuration-increase-number-of-indexer-threads/ On Mon, 9 Aug 2021, 18:04 Dominique Bejean, wrote: > Hi Deepak, > > Can you explain Solr single-threaded mode ? > I am not aware of any settings about a single-threaded mode ! > > Regards > > Dominique > > > Le lu

Re: Time Routed Alias

2021-08-09 Thread Matt Kuiper
Hi Gus, Jan, I am considering implementing TRA for a large-scale Solr deployment. Your Q&A is helpful! I am curious if you have experience/ideas regarding modifying the TR Alias when one desires to manually delete old collections or modify the router.autoDeleteAge to shorten or extend the delete

Re: Collection configuration related...

2021-08-09 Thread Jason Gerlowski
Hey Jigar, I don't think the sort of thing you're asking about is possible today. Solr allows users to define default param-values on the "request-handler" backed APIs that are defined in each solrconfig.xml of each configset, but it has no equivalent of this (afaik) that would work for the collec

Re: Cpu 100%

2021-08-09 Thread Dominique Bejean
Ok, I got it. You mean job that send data to Solr for indexing is single thread, not Solr itself :) Dominique Le lun. 9 août 2021 à 17:19, Deepak Goel a écrit : > > https://hybrisarchitect.com/solr-configuration-increase-number-of-indexer-threads/ > > On Mon, 9 Aug 2021, 18:04 Dominique Bejean,

Re: Cpu 100%

2021-08-09 Thread Rahul Goswami
Jeff, Can you please share the output of this REST end point from the node where you are experiencing high CPU usage? Do this while you are seeing the high CPU usage. Preferably share 3 samples at intervals of 10 seconds . localhost:8983/solr/admin/info/threads Also, during which operation are yo

Re: OutofMemory Error in solr 6.5

2021-08-09 Thread Shawn Heisey
On 8/8/2021 11:43 PM, Satya Nand wrote: 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

Re: Cpu 100%

2021-08-09 Thread Shawn Heisey
On 8/8/2021 1:43 PM, Jeff wrote: 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. What OS is Solr running on? What tool are you looking at that says 100 percent CPU? For some

Re: REST API

2021-08-09 Thread Michael Tsadikov
unsubscribe On Tue, Jul 6, 2021 at 9:42 PM Janvi T wrote: > Hi everyone, > I wanted to know if we can fetch data from REST API can index the data in > solr. And if yes then how? > > I have an API that returns data in JSON format and I want to index that > data into solr. I read about Data import