[ 
https://issues.apache.org/jira/browse/PHOENIX-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150004#comment-16150004
 ] 

Hudson commented on PHOENIX-4143:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1762 (See 
[https://builds.apache.org/job/Phoenix-master/1762/])
PHOENIX-4143 ConcurrentMutationsIT flaps (samarth: rev 
1aabbfa0d04261d1cebba845deaebf4c4048ae62)
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java


> ConcurrentMutationsIT flaps
> ---------------------------
>
>                 Key: PHOENIX-4143
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4143
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Samarth Jain
>            Assignee: Samarth Jain
>             Fix For: 4.12.0
>
>         Attachments: PHOENIX-4143.patch, PHOENIX-4143_v2.patch
>
>
> I have seen sometimes that the test flaps with a RegionOpeningException 
> especially on master and 1.x branches. I believe this is likely because we 
> are adding a co-processor by doing an admin.modify() call which is 
> asynchronous. So it's possible that the region would likely be still opening 
> even though the call returned. A potential fix is to poll for the updated 
> table descriptor. Not sure if it will always prevent test from flapping 
> (since the problem is similar to what Rajesh is solving in PHOENIX-3496) but 
> it should reduce the chances.
> FYI, [~jamestaylor]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to