Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.1
-
None
Description
The bin/solr script doesn't wait long enough for Solr to stop before it sends the KILL signal to the process. The start could use a longer wait too.
Also, the RMI_PORT is calculated by simply prefixing the port number with a "1" instead of adding 10000. If the solr port has five digits, then the rmi port will be invalid, because it will be greater than 65535.