[
https://issues.apache.org/jira/browse/SOLR-9846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481624#comment-16481624
]
Mikhail Khludnev commented on SOLR-9846:
----------------------------------------
https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/cloud/ElectionContext.java#L850
{code}
if (overseer.getZkController() == null ||
overseer.getZkController().getCoreContainer() == null ||
!overseer.getZkController().getCoreContainer().isShutDown()) {
overseer.start(id);
}
{code}
[[email protected]], is it really correct condition?
> Overseer is not always closed after being started.
> --------------------------------------------------
>
> Key: SOLR-9846
> URL: https://issues.apache.org/jira/browse/SOLR-9846
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Mark Miller
> Assignee: Mark Miller
> Priority: Major
> Fix For: 6.5, 7.0
>
>
> We should interrupt it on close.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]