Skip to content

Don't get more than one forkdb read lock in a task

Dan Notestein requested to merge fix-forkdb-deadlock into develop

If p2p tries to get a 2nd read lock, write_queue may have asked for a write lock in the meantime, resulting in a deadlock.

Merge request reports