We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried setting solrcloud values:
podOptions: livenessProbe: tcpSocket: port: 8983 initialDelaySeconds: 5 periodSeconds: 5 readinessProbe: tcpSocket: port: 8983 initialDelaySeconds: 5 periodSeconds: 5
but these settings seemed to be ignored; the normal http-get probes were used
http-get
The text was updated successfully, but these errors were encountered:
Good catch, thanks for submitting the bug!
The issue likely lies in the fact that the code for filling default values for a probe only looks for Handlers and Execs, not TcpSocket. https://github.com/apache/lucene-solr-operator/blob/main/controllers/util/solr_util.go#L663
Should be an easy fix!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I tried setting solrcloud values:
but these settings seemed to be ignored; the normal
http-get
probes were usedThe text was updated successfully, but these errors were encountered: