janhoy commented on PR #1223:
URL: https://github.com/apache/solr/pull/1223#issuecomment-1349872685

   Yea, I tried `java -jar server/start.jar --help` and get
   
   ```
     --stop
                      Sends a stop signal to the running Jetty instance.
                      The running Jetty instance must have been started with a
                      stop.port=<port> property and the --stop command must
                      be executed with the same property.
   
     stop.port=<number>
                      Used with the --stop command.
                      Specifies the port to use to contact the Jetty server
                      to stop.
   
     stop.key=<alphanumeric>
                      Used with the --stop command.
                      The passphrase required to stop the Jetty server.
   
     stop.wait=<number>
                      Used with the --stop command.
                      The time, in seconds, to wait for confirmation that the
                      running Jetty server has stopped.
                      If not specified, the stopper will not wait.
   ```
   
   So I think we must also START solr with lowercase stop.port


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to