[ 
https://issues.apache.org/jira/browse/SOLR-17484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896903#comment-17896903
 ] 

ASF subversion and git services commented on SOLR-17484:
--------------------------------------------------------

Commit 9023e70ff72e4a2b08277469e980b4ed7bc2cd56 in solr's branch 
refs/heads/branch_9x from Christos Malliaridis
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=9023e70ff72 ]

SOLR-17483: Backport cleanup zk-related logic in bin/solr.cmd (#2823)

* SOLR-17484: Cleanup zk-related logic in bin/solr.cmd (#2816)

* Remove ZK logic from solr.cmd as it is obsolete
* Fix unreachable auth tool in solr.cmd
* Fix invalid references

(cherry picked from commit c2091d0258400c9064b8c67fe0d974e367ecccfd)

* Fix exec issue when executing bin\solr.cmd start

The closing parentheses caused the IF to be closed before
the echo message was fully printed, leading to "mode."
being executed instead of printed.

> Prometheus Exporter should efficiently work without ZK dependency
> -----------------------------------------------------------------
>
>                 Key: SOLR-17484
>                 URL: https://issues.apache.org/jira/browse/SOLR-17484
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - prometheus-exporter
>            Reporter: David Smiley
>            Priority: Major
>
> The Prometheus Exporter, when pointing at SolrCloud, CloudSolrClient with a 
> ZK connecting backing it.  This issue proposes switching it to the Solr/HTTP 
> based ClusterState provider.
> Note there are some performance issues with calls it makes to 
> CloudSolrClient.getClusterState which shifts from a simple getter to a remote 
> call that returns the entire cluster state.  Perhaps out of scope or a 
> dependency?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to