gerlowskija commented on PR #756:
URL: https://github.com/apache/solr-operator/pull/756#issuecomment-2653981478

   Hi @elangelo - what Solr version are you running?  And are there any 
particular steps needed to reproduce the issue?
   
   I tried playing with this a bit this morning but haven't been able to 
reproduce on the versions I tried (9.7.0 and the unreleased 10.0):
   
   ```
   # Try without a ZK_HOST initially
   $ bin/solr zk cp foo.json zk:/foo.json  
   Neither --zk-host or --solr-url parameters provided so assuming solr url is 
http://localhost:8983.
   
   ERROR: Server refused connection at: 
http://localhost:8983/solr/admin/info/system
   ...
   # With ZK_HOST value
   $ export ZK_HOST=localhost:9765
   $ bin/solr zk cp foo.json zk:/foo.json
   Copying from 'foo.json' to 'zk:/foo.json'. ZooKeeper at localhost:9765
   ```


-- 
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

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