Open vipul-06 opened 1 year ago
Can you share the yamls for your solrcloud and solrprometheusexporters? Hard to debug without that.
is that the same basic auth secret that the SolrCloud is setup to use? have you changed the solrcloud security after creating the cloud? The default roles provided by the Solr Operator should allow for calling the ping handler.
Can you check your solr cloud security json and see if the user in that basic auth secret is allowed to use the ping handler?
I ran into a similar issue where the prometheus exporter kept crashing: Changing the CPU limits on the prometheus exporter did the trick for me: Otherwise every collection round it crashes because it's being throttled by the CPU.
I have deployed solr prometheus exporter for monitoring purpose. It is running on gke but my exporter pod is gettting error of crashloopbackoff. The logs of my exporter pod are like this INFO - 2022-11-10 05:45:56.943; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper INFO - 2022-11-10 05:45:56.991; org.apache.solr.common.cloud.ConnectionManager; zkClient has connected INFO - 2022-11-10 05:45:56.991; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper INFO - 2022-11-10 05:45:57.003; org.apache.solr.common.cloud.ZkStateReader; Updated live nodes from ZooKeeper... (0) -> (5)