Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Long release name causes 503 errors #29

Closed
gmcrobert opened this issue Aug 12, 2019 · 0 comments
Closed

Long release name causes 503 errors #29

gmcrobert opened this issue Aug 12, 2019 · 0 comments
Labels
2019.4.1 Issues targetted to be fixed in 2019.4.1 bug Something isn't working

Comments

@gmcrobert
Copy link
Member

Issue Description

When a helm chart is installed with a release name that is longer than 15 characters, the system starts up normally but any Kafka operations in the user interface or command line interface, e.g. topic create, will result in a 503 error notification being displayed.

The longer release name causes the system to truncate the pod names which introduces an issue where the non-truncated version of the name is used in accessing the Kafka brokers.

Issue resolution

The code is changed to correctly use the truncated names throughout so the lookup no longer fails

Workaround

Re-install the helm chart with a release name that is shorter than 15 characters

Fix details

IBM internal issue number - 3705
Fix target - 2019.4.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2019.4.1 Issues targetted to be fixed in 2019.4.1 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants