Github user hakanmemisoglu commented on a diff in the pull request:
https://github.com/apache/incubator-quickstep/pull/301#discussion_r141387707
--- Diff: transaction/LockManager.cpp ---
@@ -81,15 +81,17 @@ void LockManager::run() {
CHECK(releaseAllLocks(request.getTransactionId()))
<< "Unexpected condition occured.";
- } else if (acquireLock(request.getTransactionId(),
--- End diff --
Good catch!---
