This is an automated email from the ASF dual-hosted git repository. ishan pushed a commit to branch jira/SOLR15694 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 4fb3713a7f611a5d92408017530606d080fe44a1 Author: Noble Paul <[email protected]> AuthorDate: Fri Dec 17 16:36:14 2021 +1100 removed nocommit --- solr/core/src/java/org/apache/solr/handler/ClusterAPI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java b/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java index 446cd9b..9f93c39 100644 --- a/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java +++ b/solr/core/src/java/org/apache/solr/handler/ClusterAPI.java @@ -84,7 +84,6 @@ public class ClusterAPI { @EndPoint(method = GET, path = "/cluster/node-roles", permission = COLL_READ_PERM) - // nocommit: it must also output all data nodes that didn't start with -Dsolr.node.roles public void roles(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception { Map<String, Object> result = new LinkedHashMap<>();
