Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
Spinoff from SOLR-16979.
The solr status command checks SOLR_PID_DIR first, if nothing found it runs a ps command or something to find more. However, the solr stop -all script will only consult pid files, and give up if not found.
Furthermore, the solr stop -all command will only try to stop solr on port 8983 if the SOLR_PORT environment variable is set to 8983. This is a bug.