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

Fix Oxia config so that it includes a list of all pods in the statefulset #553

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Nov 22, 2024

Fixes #551

Motivation

There's an issue in the current Oxia configuration in Apache Pulsar Helm chart described in #551

Modifications

The config.yaml was invalid. In the original Oxia Helm chart, all pods of the statefulset are listed:
https://github.com/streamnative/oxia/blob/79fea6ac5a5ba61572505149a7024a46bb936ded/deploy/charts/oxia-cluster/templates/coordinator-configmap.yaml#L29-L32
A subtle mistake was made when this template was added to the Apache Pulsar Helm chart.
This PR adds similar logic to the configuration. The template logic contains variable names that make it easy to follow the logic.

Verifying this change

  • Make sure that the change passes the CI checks.

@lhotari lhotari force-pushed the lh-fix-oxia-config-server-pod-names branch from 7fa2fbf to 097eb17 Compare November 22, 2024 13:12
@lhotari lhotari merged commit 0768986 into apache:master Nov 22, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Oxia cluster with more than 1 server doesn't become available
1 participant