You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christine Poerschke (JIRA)" <ji...@apache.org> on 2017/11/28 17:50:00 UTC

[jira] [Updated] (SOLR-9137) solr-script ignores custom STOP_PORT on shutdown

     [ https://issues.apache.org/jira/browse/SOLR-9137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Poerschke updated SOLR-9137:
--------------------------------------
    Attachment: SOLR-9137.patch

bq. ... solr.cmd, but I haven't tested yet.

Attaching patch which is same as the later May 20th patch except for line-ending difference for the solr.cmd change.

I tested on Linux/Mac via
{code}
export STOP_PORT=9000
bin/solr start
{code}
followed by one of
{code}
bin/solr stop
bin/solr stop -p 8983
bin/solr stop -all
{code}

and on Windows via

{code}
set STOP_PORT=9000
bin\solr start
{code}
followed by one of
{code}
bin\solr stop
bin\solr stop -p 8983
bin\solr stop -all
{code}

----

{{ant precommit}} passes, if there are no further comments or suggestions here then I'll proceed to commit the change later this week or early next week.

> solr-script ignores custom STOP_PORT on shutdown
> ------------------------------------------------
>
>                 Key: SOLR-9137
>                 URL: https://issues.apache.org/jira/browse/SOLR-9137
>             Project: Solr
>          Issue Type: Bug
>          Components: scripts and tools
>    Affects Versions: 6.0
>            Reporter: Joachim Kohlhammer
>         Attachments: SOLR-9137.patch, SOLR-9137.patch, SOLR-9137.patch
>
>
> When stopping Solr using the script bin/solr a custom STOP_PORT is ignored and always calculated as SOLR_PORT - 1000.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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