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
So if UpdateState (and all the things that schedule callbacks?) doesn't check whether the ccr is closing before scheduling callbacks, then we can deadlock.
The text was updated successfully, but these errors were encountered:
From #6778 (comment):
grpc-go/clientconn.go
Line 429 in be1d1c1
And
ccr.UpdateState
's callback callsupdateResolverState
which needscc.mu
:grpc-go/clientconn.go
Line 829 in be1d1c1
So if
UpdateState
(and all the things that schedule callbacks?) doesn't check whether the ccr is closing before scheduling callbacks, then we can deadlock.The text was updated successfully, but these errors were encountered: