You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load kafka via helm chart, create a topic with Kafka UI, delete topic with Kakfa UI or kafka-topic.sh
What is the expected behavior?
Kafka topic gets deleted
What do you see instead?
Kafka crashes immediately with:
"Failed atomic move of /bitnami/kafka/data/test-0 -> _/bitnami/kafka/data/test-0._some-numbers_-delete
Further down you get:
Error while renaming dir for test-0 in log dir /bitnami/kafka/data
...
java.nio.file.AccessDeniedException: /bitnami/kafka/data/test-0 -> /bitnami/kafka/data/test-0.9d271740a25e45aba27820dbfe632ce6-delete
Additional information
Things I've tried in my kafka-values.yml file (collapsed for ez reading), NOTE: I've tried numerous configurations of the settings below:
Different storage types (i.e. azure-csi, azure-csi-premium & our storage-with-sa-account)
I have found that the owner of /bitnami/kafka/data is root. Even though I use: helm uninstall kafka
AND delete the persistent volume claim (ensuring the volume get's removed too)
Assuming the user/group is suppose to be 1001
I created another namespace and installed kafka to that and noticed that it created the user/group 1001. Maybe, I need to do more to remove Kafka in its entirety?
I don't have much customization, however, here is what I'm using:
Name and Version
bitnami/kafka
What architecture are you using?
None
What steps will reproduce the bug?
Load kafka via helm chart, create a topic with Kafka UI, delete topic with Kakfa UI or
kafka-topic.sh
What is the expected behavior?
Kafka topic gets deleted
What do you see instead?
Kafka crashes immediately with:
Further down you get:
Additional information
Things I've tried in my kafka-values.yml file (collapsed for ez reading), NOTE: I've tried numerous configurations of the settings below:
controller.podSecurityContext.enabled: false
controller.containerSecurityContext.enabled: false
controller.containerSecurityContext.readOnlyRootFilesystem: false
controller.containerSecurityContext.runAsNonRoot: false
broker.containerSecurityContext.readOnlyRootFilesystem: false
delete.topic.enable = true
logDirs=/opt/bitnami/kafka/logs
The text was updated successfully, but these errors were encountered: