[jira] [Updated] (SOLR-6610) In stateFormat=2, ZkController.publishAndWaitForDownStates always times out

2014-10-28 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-6610:
-
Attachment: SOLR-6610.patch

This should fix the problem reported by [~shalinmangar]

> In stateFormat=2, ZkController.publishAndWaitForDownStates always times out
> ---
>
> Key: SOLR-6610
> URL: https://issues.apache.org/jira/browse/SOLR-6610
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud
>Reporter: Jessica Cheng Mallet
>Assignee: Noble Paul
>  Labels: solrcloud
> Attachments: SOLR-6610.patch
>
>
> Using stateFormat=2, our solr always takes a while to start up and spits out 
> this warning line:
> {quote}
> WARN  - 2014-10-08 17:30:24.290; org.apache.solr.cloud.ZkController; Timed 
> out waiting to see all nodes published as DOWN in our cluster state.
> {quote}
> Looking at the code, this is probably because 
> ZkController.publishAndWaitForDownStates is called in ZkController.init, 
> which gets called via ZkContainer.initZookeeper in CoreContainer.load before 
> any of the stateFormat=2 collection watches are set in the 
> CoreContainer.preRegisterInZk call a few lines later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-6610) In stateFormat=2, ZkController.publishAndWaitForDownStates always times out

2014-12-01 Thread Shalin Shekhar Mangar (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar updated SOLR-6610:

Fix Version/s: 4.10.3

> In stateFormat=2, ZkController.publishAndWaitForDownStates always times out
> ---
>
> Key: SOLR-6610
> URL: https://issues.apache.org/jira/browse/SOLR-6610
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud
>Reporter: Jessica Cheng Mallet
>Assignee: Noble Paul
>  Labels: solrcloud
> Fix For: 4.10.3, 5.0, Trunk
>
> Attachments: SOLR-6610.patch
>
>
> Using stateFormat=2, our solr always takes a while to start up and spits out 
> this warning line:
> {quote}
> WARN  - 2014-10-08 17:30:24.290; org.apache.solr.cloud.ZkController; Timed 
> out waiting to see all nodes published as DOWN in our cluster state.
> {quote}
> Looking at the code, this is probably because 
> ZkController.publishAndWaitForDownStates is called in ZkController.init, 
> which gets called via ZkContainer.initZookeeper in CoreContainer.load before 
> any of the stateFormat=2 collection watches are set in the 
> CoreContainer.preRegisterInZk call a few lines later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org