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
s2a: Remove channel.awaitTermination() from S2A ChannelResource
awaitTermination() was always timing out, because when the channel
terminates it releases shared resources from a transport thread.
Releasing the reference count was blocked on the same lock that the
close() thread is holding. So it essentially deadlocked, except one
thread would eventually give up.
b/388769143
0 commit comments