Samarth Jain created PHOENIX-3482:
-------------------------------------
Summary: Provide a work around for HBASE-17096
Key: PHOENIX-3482
URL: https://issues.apache.org/jira/browse/PHOENIX-3482
Project: Phoenix
Issue Type: Bug
Reporter: Samarth Jain
HBASE-17096 causes failures in UpgradeIT#testAcquiringAndReleasingUpgradeMutex.
Essentially releasing of the upgrade mutex by using the checkAndMutate api
isn't working correctly. A simple though not ideal work around would be to not
call releaseMutex() and let the lock expire by the virtue of TTL set on the
cell. The side effect is that if a client encounters and exception while
executing the upgrade code, then a new client won't be able to initiate the
upgrade till the TTL expires.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)