Files
seaweedfs/weed/server
James Hartig 91e4eca1e9 Fix deadlock with KeepConnected and SendHeartbeat
There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock.
2020-09-21 22:41:38 -04:00
..
2019-03-03 10:17:44 -08:00
2020-07-25 20:09:19 -07:00
2020-09-20 16:00:01 -07:00
2020-09-20 15:38:59 -07:00
2020-09-20 15:38:59 -07:00
2020-08-31 10:23:31 -07:00
2020-08-18 17:39:29 -07:00
2019-12-28 21:13:10 -08:00
2020-09-20 16:00:01 -07:00
2020-09-20 16:00:01 -07:00
2020-09-20 16:01:56 -07:00
2020-09-20 15:38:59 -07:00
2020-09-16 00:41:50 -07:00