Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security.json reset with bootstrap by init container setup-zk on zookeeper errors #659

Closed
smoldenhauer-ish opened this issue Nov 27, 2023 · 0 comments · Fixed by #660
Closed
Labels
bug Something isn't working security TLS or Auth for Solr zookeeper Related to Zookeeper or the Zookeeper Operator
Milestone

Comments

@smoldenhauer-ish
Copy link
Contributor

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.

smoldenhauer-ish added a commit to intershop/solr-operator that referenced this issue Nov 27, 2023
@HoustonPutman HoustonPutman added bug Something isn't working zookeeper Related to Zookeeper or the Zookeeper Operator security TLS or Auth for Solr labels Nov 28, 2023
@HoustonPutman HoustonPutman added this to the main (v0.9.0) milestone Nov 28, 2023
smoldenhauer-ish added a commit to intershop/solr-operator that referenced this issue Nov 29, 2023
smoldenhauer-ish added a commit to intershop/solr-operator that referenced this issue Feb 12, 2024
smoldenhauer-ish added a commit to intershop/solr-operator that referenced this issue Feb 12, 2024
@HoustonPutman HoustonPutman linked a pull request Mar 26, 2024 that will close this issue
@HoustonPutman HoustonPutman modified the milestones: main (v0.9.0), v0.8.1 Mar 26, 2024
smoldenhauer-ish added a commit to intershop/solr-operator that referenced this issue Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working security TLS or Auth for Solr zookeeper Related to Zookeeper or the Zookeeper Operator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants