uwiger / locks

A scalable, deadlock-resolving resource locker
Mozilla Public License 2.0
204 stars 26 forks source link

Surrender also handles indirect locks #23

Closed uwiger closed 8 years ago

uwiger commented 8 years ago

When surrendering a lock which is possibly an indirect lock, or at least related to indirect locks, all related locks for the agent in question must be released (and all direct locks re-applied).

Also added test cases, and simplified tracing of ets activity in locks_server.erl

Ref. Issue #22

uwiger commented 8 years ago

Merged, since 12 days have passed with no objections.