mirror of https://github.com/apache/lucene.git
SOLR-4867: Admin UI - setting loglevel on root throws RangeError (backport for 4.3.1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9b4ded14c
commit
d4d127d5d1
|
@ -111,8 +111,6 @@ Bug Fixes
|
|||
* SOLR-4814: If a SolrCore cannot be created it should remove any information it
|
||||
published about itself from ZooKeeper. (Mark Miller)
|
||||
|
||||
* SOLR-4867: Admin UI - setting loglevel on root throws RangeError (steffkes)
|
||||
|
||||
* SOLR-4863: Removed non-existent attribute sourceId from dynamic JMX stats
|
||||
to fix AttributeNotFoundException (suganuma, hossman via shalin)
|
||||
|
||||
|
@ -209,6 +207,8 @@ Bug Fixes
|
|||
|
||||
* SOLR-4855: DistributedUpdateProcessor doesn't check for peer sync requests (shalin)
|
||||
|
||||
* SOLR-4867: Admin UI - setting loglevel on root throws RangeError (steffkes)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue