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

[ISSUE] Broken Zeebe start script for multi-region failBack mode #1247

Closed
falko opened this issue Jan 21, 2024 · 1 comment · Fixed by #1248
Closed

[ISSUE] Broken Zeebe start script for multi-region failBack mode #1247

falko opened this issue Jan 21, 2024 · 1 comment · Fixed by #1248
Assignees
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between

Comments

@falko
Copy link
Member

falko commented Jan 21, 2024

Describe the issue:

Zeebe brokers don't start in multi-region failBack mode due to a missing newline in the start script configmap:

else
exec /usr/local/zeebe/bin/broker fi

Actual behavior:

Brokers crash-loop with the following error message:

/usr/local/bin/startup.sh: line 16: syntax error: unexpected end of file

Expected behavior:

Brokers start in failBack mode.

How to reproduce:

helm install camunda camunda/camunda-platform --set global.multiregion.installationType=failBack

See also: https://github.com/camunda-community-hub/camunda-8-helm-profiles/tree/multi-region-active-active/google/multi-region/active-active#fail-back-by-restoring-missing-nodes-in-the-disastered-region

Logs:

Environment:

Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.

@falko falko added the kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between label Jan 21, 2024
falko added a commit to falko/camunda-platform-helm that referenced this issue Jan 21, 2024
@falko
Copy link
Member Author

falko commented Jan 21, 2024

As a workaround one can manually edit the deployed configmap in k8s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between
Projects
None yet
1 participant