[
https://issues.apache.org/jira/browse/SOLR-4749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638171#comment-13638171
]
Yonik Seeley commented on SOLR-4749:
------------------------------------
The publishCoresAsDown() code holds the same lock as used for everything else
now, and publishes to ZK with the lock held, effectively preventing any other
core operations for the duration. It's tough to determine if this has real
practical downsides as it's only called during shutdown, but perhaps we should
move the publish outside the synchronization just in case (unless it's really
needed of course).
> Refactor the new solr.xml and core discovery code.
> --------------------------------------------------
>
> Key: SOLR-4749
> URL: https://issues.apache.org/jira/browse/SOLR-4749
> Project: Solr
> Issue Type: Improvement
> Reporter: Mark Miller
> Assignee: Mark Miller
> Fix For: 5.0, 4.4
>
>
> I think we can clean up a variety of things in the latest code.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]