[
https://issues.apache.org/jira/browse/PHOENIX-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15672637#comment-15672637
]
Hudson commented on PHOENIX-3482:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1493 (See
[https://builds.apache.org/job/Phoenix-master/1493/])
PHOENIX-3482 Provide a work around for HBASE-17096 (Samarth: rev
7cdd7ca00574a6d815d367be883952bc30d006fc)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
> 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
> Assignee: Samarth Jain
> Fix For: 4.9.0, 4.8.2
>
> Attachments: PHOENIX-3482.patch, PHOENIX-3482_v2.patch
>
>
> 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)