[ 
https://issues.apache.org/jira/browse/SOLR-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195606#comment-13195606
 ] 

Sami Siren commented on SOLR-3063:
----------------------------------

I see the following stacktrace when this bug is triggered:

{code}
java.lang.RuntimeException: No registered leader was found, 
collection:collection1 slice:shard1
        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderProps(ZkStateReader.java:408)
        at 
org.apache.solr.cloud.LeaderElectionIntegrationTest.getLeader(LeaderElectionIntegrationTest.java:221)
        at 
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:153)
        at 
org.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:529)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
{code}
                
> Bug in LeaderElectionIntgrationTest
> -----------------------------------
>
>                 Key: SOLR-3063
>                 URL: https://issues.apache.org/jira/browse/SOLR-3063
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.0
>            Reporter: Sami Siren
>            Priority: Minor
>         Attachments: SOLR-3063.patch
>
>
> #getLeader() tries to get leader props from stale zkStateReader (one that has 
> not set watches).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to