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

Viraj Jasani commented on PHOENIX-6230:
---------------------------------------

It seems some issue with coproc TestMetaDataRegionObserver maybe? When I tried 
running test testChildLinkCreationFailThrowsException() locally, the control 
should have gone to TestMetaDataRegionObserver's overridden method: 
preCreateViewAddChildLink(), however, it didn't go there:

 
{code:java}
        @Override
        public void preCreateViewAddChildLink(
                final ObserverContext<PhoenixMetaDataControllerEnvironment> ctx,
                final String tableName) throws IOException {
            if (throwExceptionInChildLinkPreHook) {
                throw new IOException();
            }
            processTable(tableName);
        }
{code}
On the other hand, while running test, we can see coproc getting loaded as per 
logs:
{code:java}
org.apache.hadoop.hbase.coprocessor.CoprocessorHost(162): System coprocessor 
org.apache.phoenix.end2end.ViewConcurrencyAndFailureIT$TestMetaDataRegionObserver
 was loaded successfully with priority (536870911).
{code}
 

> IT suite hangs on ViewConcurrencyAndFailureIT
> ---------------------------------------------
>
>                 Key: PHOENIX-6230
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6230
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.1.0
>            Reporter: Istvan Toth
>            Priority: Critical
>
> The ASF Jenkins postcommit job timed out 5 times out of the last 6 runs on 
> the master branch.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to