us icon indicating copy to clipboard operation
us copied to clipboard

tryLock is not released properly

Open jkawamoto opened this issue 3 years ago • 0 comments

We still get thousand of goroutines that waits for locking a tryLock:

goroutine 458763 [chan receive, 94 minutes]:
lukechampine.com/us/renter/renterutil.(*tryLock).Lock(...)

It looks like https://github.com/lukechampine/us/pull/167 isn't enough and there might be another miss of releasing a lock.

jkawamoto avatar Apr 17 '21 01:04 jkawamoto