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

Enis Soztutar commented on HBASE-8914:
--------------------------------------

It turns out that HBASE-5924 fixes this for trunk and 0.95. I'll put up a patch 
to bring 0.94 test on par with the trunk one. 
                
> [0.94] TestRegionServerCoprocessorExceptionWithAbort is flaky
> -------------------------------------------------------------
>
>                 Key: HBASE-8914
>                 URL: https://issues.apache.org/jira/browse/HBASE-8914
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.94.10
>
>
> TestRegionServerCoprocessorExceptionWithAbort fails sometimes with some 
> cryptic message like: 
> {code}
> java.lang.IllegalArgumentException: Check the value configured in 
> 'zookeeper.znode.parent'. There could be a mismatch with the one configured 
> in the master.
> {code}
> The root cause is that the test thread checks for region server abort in 
> another thread, and interrupts the client. However, if the client 
> (table.put()) is in some path when it gets the interrupt, it does not throw 
> IOE as expected, but IAE. 
> This issue will make the test more robust. 
> See:
> https://builds.apache.org/job/HBase-0.94/1027/testReport/junit/org.apache.hadoop.hbase.coprocessor/TestRegionServerCoprocessorExceptionWithAbort/testExceptionFromCoprocessorDuringPut/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to