Re: updateLog in Solr 4.2

2013-04-17 Thread vicky desai
If updateLog tag is manadatory than why is it given as a parameter in solrconfig.xml . I mean by default it should be always writing update logs in my data directory even if I dont use updateLog parameter in config file. Also the same config file works for solr 4.0 but not solr 4.2 I will be

Re: updateLog in Solr 4.2

2013-04-17 Thread Mark Miller
On Apr 17, 2013, at 9:17 AM, vicky desai vicky.de...@germinait.com wrote: If updateLog tag is manadatory than why is it given as a parameter in solrconfig.xml Because its not mandatory. - Mark

Re: updateLog in Solr 4.2

2013-04-17 Thread Jack Krupansky
: updateLog in Solr 4.2 On Apr 17, 2013, at 9:17 AM, vicky desai vicky.de...@germinait.com wrote: If updateLog tag is manadatory than why is it given as a parameter in solrconfig.xml Because its not mandatory. - Mark

Re: updateLog in Solr 4.2

2013-04-16 Thread Chris Hostetter
: : If i disable update log in solr 4.2 then i get the following exception : SEVERE: :java.lang.NullPointerException : at : org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:190) Hmmm.. if you don't have updateLog and you run in SolrCloud mode, solr

Re: updateLog in Solr 4.2

2013-04-16 Thread Mark Miller
Can you file a JIRA issue? - minimum you should get a better error. - Mark On Apr 12, 2013, at 9:17 AM, vicky desai vicky.de...@germinait.com wrote: If i disable update log in solr 4.2 then i get the following exception SEVERE: :java.lang.NullPointerException at

Re: updateLog in Solr 4.2

2013-04-15 Thread Shawn Heisey
On 4/12/2013 7:17 AM, vicky desai wrote: and solr fails to start . However if i add updatelog in my solrconfig.xml it starts. Is the update log parameter mandatory for solr4.2 You are using SolrCloud. SolrCloud requires both updateLog and replication to be enabled. As you probably know,

Re: updateLog in Solr 4.2

2013-04-14 Thread samarth s
I have a similar problem on this one. The reason for this is my application performs back to back updates. And, as came out of my performance tests, the update immediately after the first one, seems to be a lot slower than as compared to not having any update logs. Is this a genuine case, or did

updateLog in Solr 4.2

2013-04-12 Thread vicky desai
If i disable update log in solr 4.2 then i get the following exception SEVERE: :java.lang.NullPointerException at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:190) at