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 Jun 20, 2024. It is now read-only.
In the file https://github.com/weaveworks/weave/blob/master/vendor/k8s.io/client-go/tools/cache/heap.go. I noticed that the condition variable's synchronization operations are protected by h.lock, so I was confused if there could have some deadlock happend when the Broadcast() signal could not acquire a lock.
The text was updated successfully, but these errors were encountered: