Replies: 2 comments 1 reply
-
Not sure how, but I solved it by increasing the following values:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Describe the bug
I have a 3 Broker setup. When one of them crashes, it fails to restart.
The situation it's a bit tricky as I can't seem to see any error, the broker pod on kubernetes simply restarts at some point while reloading the offsets/data on start...
I can see the broker pod readiness probe keeps failing, probably because the broker is taking forever to reload the segments:
(a piece of the log from the restarting broker)
There's no error, the pod simply restarts so I think it could be readiness probe issue maybe?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The broker should restart, reload the offsets and work fine after a crash.
Environment (please complete the following information):
YAML files and logs
KafkaCluster.yaml
Beta Was this translation helpful? Give feedback.
All reactions