GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/301
Bug fix in LockManager loop - Added a false condition for acquiring lock - Added clarifying comment. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hbdeshmukh/incubator-quickstep lock-manager-bugfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/301.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #301 ---- commit e3f4e69a3c65dab53774cf39d29c7c18497c7560 Author: Harshad Deshmukh <hbdeshm...@apache.org> Date: 2017-09-27T15:02:10Z Bug fix in LockManager loop - Added a false condition for acquire lock - Added clarifying comment. ---- ---