[
https://issues.apache.org/jira/browse/SOLR-11966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876690#comment-17876690
]
Eric Pugh commented on SOLR-11966:
----------------------------------
This is interesting... To tackle this one, it would be great if we used our
BATS infrastrucutre to set up an example of this, in order to test this patch
(and any other ideas) against...
How common is this use case? It *feels* to me like it mostly would happen if
you are running bin/solr start -e cloud example and use it to start up multiple
nodes?
> /bin/solr stop -all should shutdown the Solr with embedded zookeeper last
> -------------------------------------------------------------------------
>
> Key: SOLR-11966
> URL: https://issues.apache.org/jira/browse/SOLR-11966
> Project: Solr
> Issue Type: Bug
> Components: scripts and tools
> Affects Versions: 6.6.2, 7.2
> Reporter: Shalin Shekhar Mangar
> Priority: Minor
> Attachments: SOLR-11966.patch
>
>
> {{bin/solr stop -all}} shuts down Solr processes in some random order but if
> it stops the Solr with embedded ZooKeeper first then the rest of the
> processes take a lot of time to stop. The cause is that those processes wait
> to delete their live node from ZK which has to time out first before the
> shutdown proceeds.
> We should stop the Solr running the embedded ZK at the very end.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]