-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[bitnami/zookeeper] zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /config/users/ after update 3.1.2 to 3.6.0 #53361
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
Comments
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Hi @flashick, Let me check the issue locally |
As mentioned in the README, there was several breaking changes introduced in version 3.5.1, so by definition a image upgrade is not enough for jump to 3.5.1 in above. Let me check with some colleagues and see if we can figure out a solution that could fit your scenario. I will reach back to you. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
First of all, a great thank you to bitnami team for this great work 🙇 In regards to this issue, maybe following could help:
I could be wrong, even if we mount jaas config file ( thanks |
For those who are in this situation there is a possible workaround for this error. Probably not the optimal but it works. Before the update process add the flag "-Dzookeeper.skipACL=yes" to the JVM of Zookeeper. After that, simple restart zookeeper followed by kafka's broker image update and restart. This way Kafka can create the user and the startup process works fine. Hope it helps ! |
Uh oh!
There was an error while loading. Please reload this page.
Name and Version
bitnami/kafka:3.6.0
What architecture are you using?
amd64
What steps will reproduce the bug?
3 nodes with this docker-compose:
Docker-compose for zookeeper (3 nodes too):
With that config kafka starts normally.
Now I change the version to 3.6.0 or 3.5.1 in docker-compose.yml and do:
What is the expected behavior?
New version kafka launches
What do you see instead?
Container restarts with this error:
Additional information
I want to upgrade to a new version (one broker at a time) to stop using the zookeeper.
The bitnami documentation (https://github.com/bitnami/containers/tree/main/bitnami/kafka) says to just use a new image, but kafka documentation(https://kafka.apache.org/36/documentation/streams/upgrade-guide) says additional steps need to be taken.
The text was updated successfully, but these errors were encountered: