Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.10.2
-
None
Description
Due to following two lines of code, it would try to use port number less than 1024 which are privileged ports
-Dcom.sun.management.jmxremote.port=10${SOLR_PORT: -2} \ -Dcom.sun.management.jmxremote.rmi.port=10${SOLR_PORT: -2}"
Maybe the prefix should be changed to 20. (Too high a number may risk colliding with default port for embedded ZooKeeper.)
Attachments
Issue Links
- is related to
-
SOLR-6726 Specifying different ports with the new bin/solr script fails to start solr instances
- Closed