You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/12/08 21:19:49 UTC

[GitHub] [solr-operator] ramayer commented on issue #498: Solr Operator seems very picky about the Kubernetes environment it's using (guessing networking/dns)

ramayer commented on issue #498:
URL: https://github.com/apache/solr-operator/issues/498#issuecomment-1343370987

   Using minkube on Ubuntu, log files show messages like this:
   
   ```
   java.net.UnknownHostException: example-solrcloud-zookeeper-1.example-solrcloud-zookeeper-headless.default.svc.cluster.local 	at java.base/java.net.InetAddress$CachedAddresses.get(Unknown Source) 	at java.base/java.net.InetAddress.getAllByName0(Unknown Source) 	at java.base/java.net.InetAddress.getAllByName(Unknown Source) 	at java.base/java.net.InetAddress.getAllByName(Unknown Source) 	at org.apache.zookeeper.client.StaticHostProvider$1.getAllByName(StaticHostProvider.java:88) 	at org.apache.zookeeper.client.StaticHostProvider.resolve(StaticHostProvider.java:141) 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:368) 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1197)
   ```
   
   It looks like the node `example-solrcloud-zookeeper-1` is not able to access itself by the name `example-solrcloud-zookeeper-1.example-solrcloud-zookeeper-headless.default.svc.cluster.local` 


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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