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 2019/08/07 07:10:45 UTC

[lucene-solr] branch master updated (878d332 -> 64884be)

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

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


    from 878d332  Harden BasicAuthIntegrationTest w/work around for SOLR-13464
     add 1123afa  SOLR-13672: Cloud -> Zk Status page now parses response from Zookeeper 3.5.5 correctly
     add 9548481  Fix precommit Remove errors from each host detail map Display secureClientPort and server.1, server.2, server.3... Added test for various failure responses and expected result from multiple nodes
     add be7e9df  Unused import
     add 5ff709d  Merge remote-tracking branch 'origin/master' into solr13672-zk
     add 1083817  CHANGES
     add 8d0506e  Add spaces
     add 79c13d6  Added check for explicit empty line response from Zookeeper
     add 7ab12b4  Skip mocking for simple tests
     new 64884be  SOLR-13672: Zk Status page now parses response from Zookeeper 3.5.5 correctly (#818)

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                                   |  2 +
 .../solr/handler/admin/ZookeeperStatusHandler.java | 71 ++++++++++++++-------
 .../handler/admin/ZookeeperStatusHandlerTest.java  | 74 ++++++++++++++++++++++
 solr/webapp/web/js/angular/controllers/cloud.js    | 11 +++-
 solr/webapp/web/partials/cloud.html                |  2 +-
 5 files changed, 133 insertions(+), 27 deletions(-)


[lucene-solr] 01/01: SOLR-13672: Zk Status page now parses response from Zookeeper 3.5.5 correctly (#818)

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

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

commit 64884be0444e3ed7ae2a0adce2689b03da934188
Merge: 878d332 7ab12b4
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Wed Aug 7 09:10:37 2019 +0200

    SOLR-13672: Zk Status page now parses response from Zookeeper 3.5.5 correctly (#818)
    
    * SOLR-13672: Cloud -> Zk Status page now parses response from Zookeeper 3.5.5 correctly

 solr/CHANGES.txt                                   |  2 +
 .../solr/handler/admin/ZookeeperStatusHandler.java | 71 ++++++++++++++-------
 .../handler/admin/ZookeeperStatusHandlerTest.java  | 74 ++++++++++++++++++++++
 solr/webapp/web/js/angular/controllers/cloud.js    | 11 +++-
 solr/webapp/web/partials/cloud.html                |  2 +-
 5 files changed, 133 insertions(+), 27 deletions(-)