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 2021/01/04 03:10:49 UTC

[lucene-solr] branch master updated: SOLR-15062: /api/cluster/zk/ls should give the stat of the current node

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e852b0  SOLR-15062: /api/cluster/zk/ls should give the stat of the current node
3e852b0 is described below

commit 3e852b00dd3c3fcea632d226968b66490a79b2d1
Author: noblepaul <no...@gmail.com>
AuthorDate: Mon Jan 4 14:10:28 2021 +1100

    SOLR-15062: /api/cluster/zk/ls should give the stat of the current node
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index fd439cc..ffd08ee 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -230,6 +230,8 @@ Improvements
 
 * SOLR-14413: Allow timeAllowed and cursorMark parameters together. (John Gallagher via Mike Drob)
 
+* SOLR-15062: /api/cluster/zk/ls should give the stat of the current node (noble)
+
 Optimizations
 ---------------------
 * SOLR-14975: Optimize CoreContainer.getAllCoreNames, getLoadedCoreNames and getCoreDescriptors. (Bruno Roustant)