panther999 opened a new issue, #528:
URL: https://github.com/apache/solr-operator/issues/528

   Hello,
   
   We are planning to move away from our old solr cluster - and we found this 
tool. Using Solr-Operator, we were able to deploy solrcluster on aws EKS 
cluster with external zookeepers. We can see the state of zookeeper on Solr 
Admin panel. We are able to do other operations as well ( like creating 
collections/aliases etc ). This is very lightweight and fast to deploy - I 
really appreciate this project and effort. 
   
   However we are facing a problem during indexing. Our indexing process is a 
java batch job which uses SolrJ to connect to Zookeeper and pushes documents. 
While trying to push documents - SolrJ throws below error :
   
   `Request to collection [search1] failed due to (0) 
java.net.UnknownHostException: No such host is known 
(core-solrcloud-0.core-solrcloud-headless.default)`
   
   Essentially - it seems zookeeper is returning the host name - which are not 
valid for itself - which is causing the trouble.
   
   Can you suggest anything ? 


-- 
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-unsubscr...@solr.apache.org.apache.org

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


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

Reply via email to