-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Compress duplicate events #4073
Comments
Design Proposal for Compressing Events
"Got yas" to watch out for:
|
Does sort order for events change to "last seen"? |
Good question. I was planning on leaving it as "Initial Time", but now that I think about it, it would make more sense to sort on "Last Seen Time". |
We should convert this doc into something we can actually check in to the codebase under docs/design - doesn't have to be long, but should explain and be actually current. |
Great point, will do. |
Fork from #3329 ...
When something goes bad, the system generates tons of events which are identical except the timestamps. For example, pulling a non existing image, Kubelet will generate a lot of image_not_existing events and container_is_waiting events until upstream components corrects the image. When such things happen, the entire event mechanism becomes useless. This also causes memory pressure for etcd #3853
The text was updated successfully, but these errors were encountered: