VitalijusDBentley commented on issue #594: URL: https://github.com/apache/solr-operator/issues/594#issuecomment-2504331120
@liseli Do you fully re-create the cluster or just re-deploying. I would suggest looking into: ![image](https://github.com/user-attachments/assets/b145c2af-424f-4baf-9e0e-c19c80893dc6) This is what Zookeeper contains. You should see `security.json` file and it's contents. I noticed that sometimes it will be empty `{}` this will prevent new file to be uploaded. To remove existing `security.json`: - [ ] [SSH into Solr pod](https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/) - [ ] run command: `solr zk rm /security.json` you should see `Removing ZooKeeper node /security.json from ZooKeeper`\ - [ ] restart Solr Node -- 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