Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-10 Thread vishal patel
PM To: solr-user@lucene.apache.org Subject: Re: Solr 8.0.0 - CPU usage 100% when indexed documents On 4/9/2019 10:53 PM, vishal patel wrote: > Still my CPU usage went high and my CPU has 4 core and no other application > running in my machine. I was asking how many CPUs went to 100 percent,

Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-10 Thread Shawn Heisey
On 4/9/2019 10:53 PM, vishal patel wrote: Still my CPU usage went high and my CPU has 4 core and no other application running in my machine. I was asking how many CPUs went to 100 percent, not how many CPUs you have. And I also asked how long CPU usage remains at 100 percent after indexing

Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-09 Thread vishal patel
details why is it happening in solr 8.0.0. Is any my mistake? In previous mail, I attached solrconfig.xml so please verify it. Sent from Outlook<http://aka.ms/weboutlook> From: Shawn Heisey Sent: Tuesday, April 9, 2019 1:38 PM To: solr-user@lucene.apache.org

Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-09 Thread Shawn Heisey
On 4/8/2019 11:00 PM, vishal patel wrote: Sorry my mistake there is no class of that. I have add the data using below code. CloudSolrServer cloudServer = new CloudSolrServer(zkHost); cloudServer.setDefaultCollection("actionscomments"); cloudServer.setParallelUpdates(true); List docs = new ArrayL

Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-08 Thread Shawn Heisey
On 4/8/2019 7:22 AM, vishal patel wrote: I have created two solr shards with 3 zoo keeper. First do upconfig in zoo keeper then start the both solr with different port then create a "actionscomments" collection using API call. When I indexed one document in actionscomments, my CPU utilization

Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-08 Thread vishal patel
weboutlook> From: Jörn Franke Sent: Monday, April 8, 2019 4:16 PM To: solr-user@lucene.apache.org Subject: Re: Solr 8.0.0 - CPU usage 100% when indexed documents Can you please describe your scenario in detail ? How does your load process look like (custom mo

Re: Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-08 Thread Jörn Franke
Can you please describe your scenario in detail ? How does your load process look like (custom module? How many threads?)? How many files do you try to index ? What is their format? How does your solr config look like? How many cores do you have? What else is installed on the Solr server? Whic

Solr 8.0.0 - CPU usage 100% when indexed documents

2019-04-08 Thread vishal patel
Hi I have configured 2 shards and 3 zoo keeper. When i indexed document in collection, my CPU usage becomes a full. I have attached thread dump. Is there Any changes needed in solrconfig.xml? Sent from Outlook