Skip to content
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

decouple klog and event recorder from the main flow #117

Open
sanposhiho opened this issue Aug 23, 2024 · 0 comments
Open

decouple klog and event recorder from the main flow #117

sanposhiho opened this issue Aug 23, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@sanposhiho
Copy link
Member

scheduler_perf shows the latency drop when the guests use logs and event recording.
Currently, we send logs and events from guests to hosts synchronously, but actually we can accept the delay in logging and event recording actually.

Probably we just keep logs and events in the guest's side when klog / event recorder is used and ship them to the host once the main function finishes. (goroutine isn't an option, wasm doesn't support it)

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants