-
Notifications
You must be signed in to change notification settings - Fork 218
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
Make info logging non-blocking #209
Comments
/cc @serathius |
Having info logs as non-blocking sounds reasonable assuming that we will not change the default behavior, but introduce a flag to maintain backward compatibility |
@serathius i'll let the others chime in first. my question would be, is there a prior art in some other logging library? |
I don't know open-source logging libraries TBH, but I know that this is something we're doing internally. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
/cc @erain |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Related change that introduces buffering info logs in Json logging format kubernetes/kubernetes#104873 |
@marseel Info log buffering was implemented in v1.23 kubernetes as part of JSON log format. Please check if this fulfills your requirements. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Closing as feature was implemented. |
@serathius: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature
Describe the solution you'd like
I would like to make it possible to make logging with info level non-blocking.
Draft idea:
This change would make info logs best effort and non-blocking.
Anything else you would like to add:
During scalability tests of kubernetes, we've observed that logging can significantly degrade performance of masters. Under high load, logging was taking up to 10s.
The text was updated successfully, but these errors were encountered: