-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support Zookeeper probes
parameters in Apache Solr Operator helm charts.
#477
Comments
probes
inputs via Apache Solr Operator helm charts probes
parameters in Apache Solr Operator helm charts.
@iampranabroy did you found an interim solution? Will dig into this and will submit an PR. Shouldn't be that hard I think. |
Hey @mmoscher - As of now, NO. If you can raise a PR that would be great. |
//Edit: false positive ... just had a bunch of luck. For now I'm unable to successfully (re-)deploy a zookeeper cluster. |
@mmoscher We can definitely add probes support through the Solr Operator, but just to make sure you solved this issue independently from any Solr/ZK settings correct? |
@HoustonPutman yes, solved it without using any probes. |
Hey, @mmoscher - Thanks for your response. @mmoscher - Do you have your |
@iampranabroy yes, all resources (Solr + ZK) in the same namespace with NetworkPolicies denying all pod's egress traffic. |
Describe the issue:
When deploying SolrCloud via Apache Solr Operator with ensembled Zookeeper, sometimes one of the zookeeper pods gives the below error during the start:
Possible solutions:
As per the discussions in the GitHub issue-315, they are suggesting increasing the
probes.readiness.initialDelaySeconds
from default10
to30/60
sec.Can we add support for the zookeeper
config.*
parameters in Apache Solr Operator helm charts?The text was updated successfully, but these errors were encountered: