-
Notifications
You must be signed in to change notification settings - Fork 1k
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
"Watcher stopped unexpectedly, will restart" warnings when using leader election #1077
Comments
Are you suggesting we don't print the warning? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
I'm using the latest version of spring-cloud-kubernetes-fabric8-leader and the warning is still there. |
@a-maggioni you're right, we only switched to informers for discovery implementation, not for leader. Can you please create a defect so that we can track this properly? |
Describe the bug
On Spring Boot 2.7.2 & Spring Cloud 2021.0.3 (with Spring Cloud Kubernetes 2.1.3), the following warning appears in the logs every now and then when Kubernetes leader election is in use:
This is seemingly harmless as the application functions just fine. It seems similar to #730
Sample
N/A, simply running any application with leader election will return this warning after a while.
The text was updated successfully, but these errors were encountered: