You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2022/05/12 14:33:48 UTC

[lucene-solr] branch branch_8_11 updated (de07f0a0c48 -> 3f2329b616e)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a change to branch branch_8_11
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


    from de07f0a0c48 SOLR-16095 Upgrade JQuery to 3.5.1 in velocity contrib module (#2647)
     add b1779a63bdb SOLR-15849 Incorrect use Zookeeper 4LW (#458)
     add 573bd20ed6c SOLR-15116: Support a HEAD request for managed resources (#495)
     add 7d4ea50e760 SOLR-16089: Fix empty columns in Cloud Node UI Screen when replica is in down state.
     add a383179e884 SOLR-16145: NPE fix in rejoinOverseerElection (#793)
     add 1c599331b30 SOLR-16168: Spellcheck NPE if invalid dictionary name is provided (#821)
     new 3f2329b616e SOLR-15968 bin/solr zk always throws exception - change zk logging to ERROR level for SolrCLI (#586)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 solr/CHANGES.txt                                   | 14 +++++-
 .../java/org/apache/solr/cloud/ZkController.java   |  9 ++--
 .../solr/handler/admin/ZookeeperStatusHandler.java |  3 +-
 .../handler/component/SpellCheckComponent.java     | 55 ++++++++++-----------
 .../src/java/org/apache/solr/rest/RestManager.java | 15 ++++++
 .../handler/component/SpellCheckComponentTest.java | 38 +++++++++++++++
 .../solr/response/TestSolrQueryResponse.java       | 28 +++++++++++
 solr/server/resources/log4j2-console.xml           |  2 +-
 solr/webapp/web/js/angular/controllers/cloud.js    | 57 +++++++++++-----------
 9 files changed, 158 insertions(+), 63 deletions(-)


[lucene-solr] 01/01: SOLR-15968 bin/solr zk always throws exception - change zk logging to ERROR level for SolrCLI (#586)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_8_11
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 3f2329b616e2fd925052cde13d3dfa697ab2be7f
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Wed Feb 2 11:03:52 2022 +0100

    SOLR-15968 bin/solr zk always throws exception - change zk logging to ERROR level for SolrCLI (#586)
    
    Backport from https://github.com/apache/solr/commit/38421ea20581e4f9d8f57dd2af631566f5947c10
---
 solr/CHANGES.txt                         | 2 ++
 solr/server/resources/log4j2-console.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 051952fb102..943400f218c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -44,6 +44,8 @@ Bug Fixes
 
 * SOLR-16168: Spellcheck NPE if invalid dictionary name is provided (Kevin Risden)
 
+* SOLR-15968: Hide annoying WARN log from bin/solr zk command (janhoy, Mike Drob)
+
 ==================  8.11.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
diff --git a/solr/server/resources/log4j2-console.xml b/solr/server/resources/log4j2-console.xml
index 923b018f04b..38677c3b23c 100644
--- a/solr/server/resources/log4j2-console.xml
+++ b/solr/server/resources/log4j2-console.xml
@@ -31,7 +31,7 @@
   </Appenders>
   <Loggers>
     <!-- Use <AsyncLogger/<AsyncRoot and <Logger/<Root for asynchronous logging or synchonous logging respectively -->
-    <AsyncLogger name="org.apache.zookeeper" level="WARN"/>
+    <AsyncLogger name="org.apache.zookeeper" level="ERROR"/>
     <AsyncLogger name="org.apache.hadoop" level="WARN"/>
 
     <AsyncRoot level="INFO">