mirror of https://github.com/apache/lucene.git
SOLR-13647: Default solr.in.sh contains incorrect default value
(cherry picked from commit d468d71c03
)
This commit is contained in:
parent
5df5df9ec3
commit
5ecc6dfaf8
|
@ -77,6 +77,8 @@ Bug Fixes
|
||||||
* SOLR-11556: Backup and restore command really supports picking one of a few repositories by
|
* SOLR-11556: Backup and restore command really supports picking one of a few repositories by
|
||||||
repository parameter (Timothy Potter via Mikhail Khludnev)
|
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
|
* SOLR-13660: Fixed AbstractFullDistribZkTestBase.waitForActiveReplicaCount() to ensure
|
||||||
replicas are active. (hossman)
|
replicas are active. (hossman)
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
# Set to true to activate the JMX RMI connector to allow remote JMX client applications
|
# 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
|
# to monitor the JVM hosting Solr; set to "false" to disable that behavior
|
||||||
# (false is recommended in production environments)
|
# (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
|
# The script will use SOLR_PORT+10000 for the RMI_PORT or you can set it here
|
||||||
# RMI_PORT=18983
|
# RMI_PORT=18983
|
||||||
|
|
Loading…
Reference in New Issue