smoldenhauer-ish opened a new issue, #659:
URL: https://github.com/apache/solr-operator/issues/659

   We faced the issue that our edited security.json was suddenly replaced by 
the setup-zk with the initial bootstrap security.json version and the client 
application was not able to connect to Solr cluster anymore.
   
   There were some instabilities & connection issues at zookeeper side that 
caused the command sequence from the init container: 
   `ZK_SECURITY_JSON=$(/opt/solr/server/scripts/cloud-scripts/zkcli.sh -zkhost 
${ZK_HOST} -cmd get /security.json);`
   failed with a connection timeout 
   but the afterwards executed "put security.json in ZK" succeeded.


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

Reply via email to