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
The server did not close the Spanner pool when it was gracefully shut down. This caused gRPC channels to remain open when the server was shut down, which again could cause applications to shut down more slowly, as they would wait for the threads that managed those channels to shut down first.
0 commit comments