SOLR-13954: Embedded ZooKeeper in Solr now does not try to load JettyAdminServer (#1059)

This commit is contained in:
Jan Høydahl 2019-12-06 11:03:23 +01:00 committed by GitHub
parent 33ca971d2b
commit 7417fa1cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -208,6 +208,8 @@ Bug Fixes
* SOLR-13805: NPE when calling /solr/admin/info/health on standalone solr (Nicholas DiPiazza, shalin)
* SOLR-13954: Embedded ZooKeeper in Solr now does not try to load JettyAdminServer (janhoy)
Other Changes
---------------------

View File

@ -29,3 +29,6 @@ syncLimit=5
# Purge task interval in hours
# Set to "0" to disable auto purge feature
#autopurge.purgeInterval=1
# Disable ZK AdminServer since we do not use it
admin.enableServer=false

View File

@ -15,3 +15,5 @@ syncLimit=5
# clientPort=2181
# NOTE: Solr sets this based on zkRun / zkHost params
# Disable ZK AdminServer since we do not use it
admin.enableServer=false