7, 2013 10:01 AM
To: solr-user@lucene.apache.org
Subject: Re: updateLog in Solr 4.2
On Apr 17, 2013, at 9:17 AM, vicky desai wrote:
If updateLog tag is manadatory than why is it given as a parameter in
solrconfig.xml
Because its not mandatory.
- Mark
On Apr 17, 2013, at 9:17 AM, vicky desai wrote:
> If updateLog tag is manadatory than why is it given as a parameter in
> solrconfig.xml
Because its not mandatory.
- Mark
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 loggi
Can you file a JIRA issue? - minimum you should get a better error.
- Mark
On Apr 12, 2013, at 9:17 AM, vicky desai wrote:
> If i disable update log in solr 4.2 then i get the following exception
> SEVERE: :java.lang.NullPointerException
>at
> org.apache.solr.cloud.ShardLeaderElectionCo
:
: 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
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, upda
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 I
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
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java