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

Allow configuration of zookeeper cluster configs via values.yaml #290

Closed
chaicesan opened this issue Jul 20, 2021 · 0 comments · Fixed by #311
Closed

Allow configuration of zookeeper cluster configs via values.yaml #290

chaicesan opened this issue Jul 20, 2021 · 0 comments · Fixed by #311
Labels
zookeeper Related to Zookeeper or the Zookeeper Operator
Milestone

Comments

@chaicesan
Copy link
Contributor

As it stands we can't configure the lower level zookeeper cluster properties (e.g. zoo.cfg) via the solr-operator. I realised this recently when I was debugging one of our services and decided it's worth changing some zookeeper configs but there is no access to them. Specifically I am interested in these properties.

How I envision it working (give or take)

values.yaml

...
zookeeper:
    properties:
        initLimit: 10
        maxClientCnxns: 1000
        syncLimit: 5
        tickTime: 2000
...

If there are any questions then feel free to let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
zookeeper Related to Zookeeper or the Zookeeper Operator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants