[
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: [email protected]
For additional commands, e-mail: [email protected]