vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

Refactor duplicated code in LockTable.java #50

Closed pin-yu closed 4 years ago

pin-yu commented 4 years ago

It has duplicated code in the method - avoidDeadlock(). I created a new method - toBeAbortedAndNotified() that we could reuse in avoidDeadlock().