-
Notifications
You must be signed in to change notification settings - Fork 194
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
Kubernetes loses the leader due to the timeout and doesn't elect new one #6761
Comments
Are you able to give any of the later Camel Quarkus releases a try? Like the 3.15 LTS? |
Something else you could try to get some more debugging info, would be to turn up the logging on the Kubernetes component. This configuration should reveal the exception behind
Or to log all debug messages from the Kubernetes component:
|
Hello James, problem exists in LTS 3.15 as well. I've enabled DEBUG logs and I can see following exceptions:
or
or
Do you have any idea what shall I change? |
I'm not super expert in this area. But there are some config options that could perhaps help by adjusting them:
|
Bug description
We have from time to time a problem with our master election via kubernetes. We are currently on Camel Quarkus 3.8.3 and Quarkus 3.8.6 LTS. There is no special configuration of the master election, just defaults:
Initially the application works as charm, but later it loses the leadership and there is no pod with it. At this point we do see in Log following messages:
There is nothing more relevant to kubernetes in pod1 Log. The camel routes are since this moment down.
After new deployment everything works again. I have absolutely no idea where the bug occurs, that's the reason why i'm trying to report it here. Any ideas? Would really appreciate.
Thanks a lot
Miro
The text was updated successfully, but these errors were encountered: