You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Description of problem
Running the latest kata for some while, goroutines in agent will increasing continuously, about 1 goroutine per minute.
And it also produced many too many logs:
Expected result
Goroutines in agent should keep in a stable number.
Reason
GetOOMEvent rpc call used 60 seconds as timeout:
https://github.com/kata-containers/runtime/blob/master/virtcontainers/kata_agent.go#L2015
And code in agent will blocked at https://github.com/kata-containers/agent/blob/master/grpc.go#L1807
The text was updated successfully, but these errors were encountered: