[85/98] [abbrv] incubator-geode git commit: GEODE-2024 Deadlock creating a new lock service Grantor

2016-10-28 Thread dschneider
GEODE-2024 Deadlock creating a new lock service Grantor This change-set causes the code in TXLockServiceImpl.release() to perform periodic checks to see if grantor recovery is being performed. If so it skips releaseTryLocks, which requires a recovered grantor to function. This is in line with

[11/50] [abbrv] incubator-geode git commit: GEODE-2024 Deadlock creating a new lock service Grantor

2016-10-27 Thread klund
GEODE-2024 Deadlock creating a new lock service Grantor This change-set causes the code in TXLockServiceImpl.release() to perform periodic checks to see if grantor recovery is being performed. If so it skips releaseTryLocks, which requires a recovered grantor to function. This is in line with

incubator-geode git commit: GEODE-2024 Deadlock creating a new lock service Grantor

2016-10-26 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 69a0877ab -> f02ea36f2 GEODE-2024 Deadlock creating a new lock service Grantor This change-set causes the code in TXLockServiceImpl.release() to perform periodic checks to see if grantor recovery is being performed. If so it