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 ConflictDAG calls the VirtualVoting and viceversa. This is weird and causes deadlocks with regular mutexes.
For now "fixed" it by turning both the ConflictDAG and VirtualVoting eviction mutexes into a starving mutexes, but a proper refactor to clear this interdependency out is in order.
The ConflictDAG calls the VirtualVoting and viceversa. This is weird and causes deadlocks with regular mutexes.
For now "fixed" it by turning both the ConflictDAG and VirtualVoting eviction mutexes into a starving mutexes, but a proper refactor to clear this interdependency out is in order.
The text was updated successfully, but these errors were encountered: