You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/04/27 05:45:33 UTC

[lucene-solr] branch jira/solr13942_taketwo updated (c270579 -> cdd60e3)

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

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


    from c270579  paths changed to /cluster/zk/ls & /cluster/zk/data
     add cdd60e3  Refactored, with better error handling

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/solr/api/AnnotatedApi.java |  89 ++++++++------
 solr/core/src/java/org/apache/solr/api/ApiBag.java |  10 ++
 .../src/java/org/apache/solr/api/EndPoint.java     |   2 +-
 .../java/org/apache/solr/core/CoreContainer.java   |  12 +-
 .../solr/handler/admin/ZookeeperReadAPI.java       | 136 ++++++++++-----------
 .../solr/handler/admin/TestApiFramework.java       |  27 +++-
 6 files changed, 157 insertions(+), 119 deletions(-)