SOLR-13647: Default solr.in.sh contains incorrect default value

(cherry picked from commit d468d71c03)
This commit is contained in:
Jan Høydahl 2019-08-12 13:56:35 +02:00
parent 5df5df9ec3
commit 5ecc6dfaf8
2 changed files with 5 additions and 3 deletions

View File

@ -74,8 +74,10 @@ Bug Fixes
* SOLR-13206: Fix AIOOBE when group.facet is specified with group.query and return proper error code. (Marek, Munendra S N)
* SOLR-11556: Backup and restore command really supports picking one of a few repositories by
repository parameter (Timothy Potter via Mikhail Khludnev)
* SOLR-11556: Backup and restore command really supports picking one of a few repositories by
repository parameter (Timothy Potter via Mikhail Khludnev)
* SOLR-13647: Default solr.in.sh contains incorrect default value (John Ryan)
* SOLR-13660: Fixed AbstractFullDistribZkTestBase.waitForActiveReplicaCount() to ensure
replicas are active. (hossman)

View File

@ -82,7 +82,7 @@
# Set to true to activate the JMX RMI connector to allow remote JMX client applications
# to monitor the JVM hosting Solr; set to "false" to disable that behavior
# (false is recommended in production environments)
ENABLE_REMOTE_JMX_OPTS="true"
#ENABLE_REMOTE_JMX_OPTS="false"
# The script will use SOLR_PORT+10000 for the RMI_PORT or you can set it here
# RMI_PORT=18983