[
https://issues.apache.org/jira/browse/SOLR-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14035952#comment-14035952
]
Alan Woodward commented on SOLR-6171:
-------------------------------------
Ah right, because the HTTP connector won't start accepting connections until
CoreContainer.load() has returned, and we wait for all cores to startup before
returning.
It would be nice to return immediately and let the cores load in the
background, registering themselves as they appear - that way the first cores to
load aren't waiting on later ones. But that's probably a matter for another
issue.
> Remove SolrCores coreNameToOrig map
> -----------------------------------
>
> Key: SOLR-6171
> URL: https://issues.apache.org/jira/browse/SOLR-6171
> Project: Solr
> Issue Type: Improvement
> Reporter: Alan Woodward
> Assignee: Alan Woodward
> Priority: Minor
> Attachments: SOLR-6171.patch, SOLR-6171.patch
>
>
> This doesn't appear to be used anywhere - I'm guessing it's a relic of the
> core aliasing code.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]