Operator does not restart kafka controllers after tiered storage is enabled, preventing data offload into S3 bucket #11585
Closed
totochichi
started this conversation in
General
Replies: 1 comment 6 replies
-
Your tiered storage configuration definitely does not look exactly as I would expect. It should look something like this: https://github.com/scholzj/demo-autoscaling-apache-kafka-with-strimzi/blob/main/01-kafka.yaml#L38-L47 -> the tiered storage configuration should be folded in the tiered storage section (different Aiven plugin, but the idea is the same). Having it outside might lead to things being ignored etc. That said ...
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, we are using custom image with tiered storage plugin with the below config (Operator version 0.45 and Kafka 3.8.0)
We also have MirrorMaker2 installed in this namespace.
After helmchart deployment, kafka brokers restart and we are able to create topic with remote storage enabled, but the topics data are not being sent to S3 bucket.
Upon checking controller logs, we see the error below. If we delete the controllers and let them restart, then the errors disappear and data sent to S3 successfully. Do we know why this happens? Should the Operator restart Controllers as well if the cert or ACLs needs to be refreshed?
Beta Was this translation helpful? Give feedback.
All reactions