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

zoo.cfg for 3 replicas #31094

Open
OteemoSanjay opened this issue Dec 18, 2024 · 0 comments
Open

zoo.cfg for 3 replicas #31094

OteemoSanjay opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
tech-issues The user has a technical issue about an application triage Triage is needed zookeeper

Comments

@OteemoSanjay
Copy link

OteemoSanjay commented Dec 18, 2024

Name and Version

bitnami/zookeeper

What architecture are you using?

arm64

What steps will reproduce the bug?

  1. In this environment we want 3 zookeepers as it will manage SOLR and KAFKA.
  2. Using config, I can set the replica and storage as shown below.
  3. But when I enable security in SOLR, I get the attached message
    But obviously, we do not want to edit each zoo.cfg on each node

Are you using any custom parameters or values?

helm install solr-dev-solrcloud-zookeeper oci://registry-1.docker.io/bitnamicharts/zookeeper \
  --set global.defaultStorageClass="solr-dev-storage" \
  --set replicaCount=3 \
  --set minServerId=10 \
  --set persistence.enabled="true" \
  --set persistence.storageClass="solr-dev-storage"

What is the expected behavior?

Zookeeper to manage SOLR correctly so when I click the SOLR URL --> Cloud --> ZK Status
It should show the new zookeeper allowing full connectivity.

What do you see instead?

Errors:

Could not execute conf towards ZK host solr-dev-solrcloud-zookeeper-0.solr-dev-solrcloud-zookeeper-headless.solr.svc.cluster.local:2181. Add this line to the 'zoo.cfg' configuration file on each zookeeper node: '4lw.commands.whitelist=mntr,conf,ruok'. See also chapter 'Setting Up an External ZooKeeper Ensemble' in the Solr Reference Guide.
Could not execute conf towards ZK host solr-dev-solrcloud-zookeeper-1.solr-dev-solrcloud-zookeeper-headless.solr.svc.cluster.local:2181. Add this line to the 'zoo.cfg' configuration file on each zookeeper node: '4lw.commands.whitelist=mntr,conf,ruok'. See also chapter 'Setting Up an External ZooKeeper Ensemble' in the Solr Reference Guide.
Could not execute conf towards ZK host solr-dev-solrcloud-zookeeper-2.solr-dev-solrcloud-zookeeper-headless.solr.svc.cluster.local:2181. Add this line to the 'zoo.cfg' configuration file on each zookeeper node: '4lw.commands.whitelist=mntr,conf,ruok'. See also chapter 'Setting Up an External ZooKeeper Ensemble' in the Solr Reference Guide.
@OteemoSanjay OteemoSanjay added the tech-issues The user has a technical issue about an application label Dec 18, 2024
@github-actions github-actions bot added the triage Triage is needed label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-issues The user has a technical issue about an application triage Triage is needed zookeeper
Projects
None yet
Development

No branches or pull requests

2 participants