janhoy commented on issue #762: URL: https://github.com/apache/solr-operator/issues/762#issuecomment-2699447199
Thanks for testing further. Turns out many CLI commands document that `ZK_HOST` can be used in place of `--zk-host`, but they never attempt to read the environment. What `CLIUtils#getZkHost` does instead is to fall back to connecting to Solr itself to query the system-info endpoint to get zkHost. I believe this shuold be solved in Solr CLI so it respects `ZK_HOST` variable. -- 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]
