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 2017/08/30 18:00:03 UTC

[jira] [Created] (PHOENIX-4143) ConcurrentMutationsIT flaps

Samarth Jain created PHOENIX-4143:
-------------------------------------

             Summary: ConcurrentMutationsIT flaps
                 Key: PHOENIX-4143
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4143
             Project: Phoenix
          Issue Type: Bug
            Reporter: Samarth Jain


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)