You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2018/09/06 04:39:00 UTC

[jira] [Commented] (SOLR-11966) /bin/solr stop -all should shutdown the Solr with embedded zookeeper last

    [ https://issues.apache.org/jira/browse/SOLR-11966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16605257#comment-16605257 ] 

Shalin Shekhar Mangar commented on SOLR-11966:
----------------------------------------------

Patch to fix {{bin/solr}}. I don't have a windows environment to fix and test the powershell version. I'd appreciate a review from someone who knows bash well.

> /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
>      Security Level: Public(Default Security Level. Issues are Public) 
>          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
(v7.6.3#76005)

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