Re: Solr Issue While indexing Data

2017-07-21 Thread Susheel Kumar
By the way you shouldn't be running solr as root. On Fri, Jul 21, 2017 at 12:06 AM, rajat rastogi < rajat.rast...@hindustantimes.com> wrote: > Hi Shawn , > I have Two instances of solr running and my indexing process is in java as > well . > PID 15958 is my indexing process. > PID 4499 is my Solr

Re: Solr Issue While indexing Data

2017-07-20 Thread rajat rastogi
Hi Shawn , I have Two instances of solr running and my indexing process is in java as well . PID 15958 is my indexing process. PID 4499 is my Solr instance which has Stuck Commits PID 9299 is another solr instance which is forking fine regards Rajat On 20-Jul-2017, at 16:40, Shawn Heisey-2 [via

Re: Solr Issue While indexing Data

2017-07-20 Thread rajat rastogi
Hi Shawn , I mailed you the info @ apa...@elyograg.org I can resend it the mail. regards Rajat On 20-Jul-2017, at 16:40, Shawn Heisey-2 [via Lucene] mailto:ml+s472066n4346953...@n3.nabble.com>> wrote: On 7/20/2017 12:29 AM, rajat rastogi wrote: > I shared The co

Re: Solr Issue While indexing Data

2017-07-20 Thread Shawn Heisey
On 7/20/2017 12:29 AM, rajat rastogi wrote: > I shared The code base, config , schema with you . Were they of any help , or > can You point what I am doing wrong in them . I did not see any schema or config. The top output shows that you have three large Java processes, all running as root. Whi

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
Hi Shawn , I shared The code base, config , schema with you . Were they of any help , or can You point what I am doing wrong in them . regards Rajat On 19-Jul-2017, at 21:41, Shawn Heisey-2 [via Lucene] mailto:ml+s472066n4346826...@n3.nabble.com>> wrote: On 6/7/2017 5:10 AM, [hidden email]

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
hi Shawn , Top out put is as follows regards Rajat -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Issue-While-indexing-Data-tp4339417p4346917.html Sent from the Solr - User mailin

Re: Solr Issue While indexing Data

2017-07-19 Thread Shawn Heisey
On 6/7/2017 5:10 AM, rajat.rast...@hindustantimes.com wrote: > My enviorment > > os :Ubuntu 14.04.1 LTS > java : Orcale hotspot 1.8.0_121 > solr version :6.4.2 > cpu :16 cores > ram :124 gb Everybody seems to want different information from you. Here's my contribution: On the linux commandline,

Re: Solr Issue While indexing Data

2017-07-19 Thread Susheel Kumar
What is you current a) softcommit and hardcommit settings. you can share as it is from config and how are you committing then? b) how much is heap out of 124gb c) how many documents are you adding that is taking long and approx how many fields including copy fields? Thnx On Wed, Jul 19, 2017 at 7

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
Hi Erik, Some Logs of solr 2017-07-19 08:14:09.104 INFO (qtp434091818-6937) [ x:cda] o.a.s.u.p.LogUpdateProcessorFactory [cda] webapp=/solr path=/update params={wt=javabin&version=2}{add=[54945918f81f4e218b994b75]} 0 24362730 2017-07-19 08:14:09.181 DEBUG (qtp434091818-10997) [ x:cda6m] o

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
Hi Eric , Thanks for your Reply. I tried the solution given , but it did not work. Please help me to narrow down the problem. Please let me know if any more inputs are required from my end viz schema, configs etc. Can this problem be related to GC ? regards Rajat -- View this message in c

Re: Solr Issue While indexing Data

2017-06-07 Thread Erick Erickson
bq: All setting are set to default in solrconfig with a change of auto commit off . Did you take your 4x solrconfig and just use it? I'd strongly recommend you take the 6x configs and use those as a base, moving any customizations over. Secondly, be sure you specify classic schema rather than dat