-
Notifications
You must be signed in to change notification settings - Fork 81
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
Svcwatcher core after losing master/leader #227
Comments
so, this is the 97th line where it cores: the cannot create event remark above is more interesting for me |
reg the Eventing issue: the leader election library creates an event recorder without a namespace defined, so it defaults to default which is funny because as far as I can tell the Events are raised using the meta of the provided EndPointsLock: https://github.com/kubernetes/client-go/blob/00dbcca6ee44c678754d3f5fda1bd0e704b26fe2/tools/leaderelection/resourcelock/endpointslock.go#L100, soo... |
I guess others also have issues with the library :) |
@TothFerenc any comments on above? I'm kind of on the opinion that this is how stuff works, and we just need to live with it |
Maybe we can create a new TODO issue about log module harmonization (use the same logging engine across all DANM components), and this issue can depend on it. |
Is this a BUG REPORT or FEATURE REQUEST?:
bug
What happened:
Svcwatcher Pod lost master for any reason, so the process was exiting:
What you expected to happen:
No core dump before exit.
How to reproduce it:
It happens frequently during deployment.
Anything else we need to know?:
Environment:
danm -version
):kubectl version
):The text was updated successfully, but these errors were encountered: