brickpattern commented on issue #704:
URL: https://github.com/apache/solr-operator/issues/704#issuecomment-2110180338
after looking at what the Zookeeper charts are doing, its establishing the
DOMAIN for the service as "solr-solrcloud-zookeeper-headless"
Even though the name resolution in linux is 5 Dot notation, that is meant to
come out as
svcname.namespace.svc.cluste.local
this injection of Domain in between is still resolved after restarting the
SolrCloud pods.
So essentially when both ZK and SolrCloud starts , the name is unresolved.
But once ZK cluster is all settled, restarting SolrCloud does the resolution
properly.
--
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]