gerlowskija commented on issue #760:
URL: https://github.com/apache/solr-operator/issues/760#issuecomment-2718204202
I spent some time this morning trying to trigger this using the
`release-0.9` branch (Operator 0.9.0, essentially), and Solr 9.8.0, and
couldn't reproduce. Since @aloosnetmatch saw the behavior change after adding
the missing "ZK_HOST" value, I tried telling the prometheus about its ZK_HOST a
few different ways, including:
```
spec:
solrReference:
cloud:
zkConnectionInfo:
internalConnectionString:
"example-solrcloud-zookeeper-0.example-solrcloud-zookeeper-headless.default.svc.cluster.local:2181"
chroot: "/this/will/be/auto/created"
```
and
```
spec:
solrReference:
cloud:
name: "example"
```
Neither one allowed me to reproduce, out of the box.
@aloosnetmatch - could you share some more details about your solrcloud and
solrprometheusexporter, that might help folks here reproduce? The output of
commands like `kubectl get solrcloud <solrcloud-name> -o yaml` and `kubectl get
solrprometheusexporter <prom-name> -o yaml` would be a huge help.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]