You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Samarth Jain (JIRA)" <ji...@apache.org> on 2016/12/15 07:04:58 UTC

[jira] [Created] (PHOENIX-3535) Fix race condition in ConnectionQueryServicesImpl#acquireUpgradeMutex

Samarth Jain created PHOENIX-3535:
-------------------------------------

             Summary: Fix race condition in ConnectionQueryServicesImpl#acquireUpgradeMutex
                 Key: PHOENIX-3535
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3535
             Project: Phoenix
          Issue Type: Bug
            Reporter: Samarth Jain


Conversation on HBASE-17300 revealed that concurrently creating a table, checking for its existence and performing an operation on it is fraught with races. This race condition is causing UpgradeIT#testConcurrentUpgradeThrowsUpgradeInProgressException to fail. We need to figure out a way for not creating/checking existence of the SYSTEM.MUTEX table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)