expire stale locks when owner is down (#11247)

fixes #11246
This commit is contained in:
Harshavardhana
2021-01-07 19:16:18 -08:00
committed by GitHub
parent b35b537e3f
commit a4f6705874
5 changed files with 21 additions and 4 deletions

View File

@@ -192,6 +192,8 @@ var (
globalEndpoints EndpointServerPools
globalRemoteEndpoints map[string]Endpoint
// Global server's network statistics
globalConnStats = newConnStats()