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
Actually, I suspect that a circular wait and hold condition is broken by checking for a free buffer in the first bucket we lock. If there's a free block within the cache, this check has to eventually succeed, unblocking any threads that would be waiting on this bucket lock.
I suspect that there's a deadlock condition that the tests aren't triggering.
The text was updated successfully, but these errors were encountered: