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

Hudson commented on HBASE-8914:
-------------------------------

SUCCESS: Integrated in HBase-0.94-security #209 (See 
[https://builds.apache.org/job/HBase-0.94-security/209/])
HBASE-8914 [0.94] TestRegionServerCoprocessorExceptionWithAbort is flaky (enis: 
rev 1502709)
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.java

                
> [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
>
>         Attachments: hbase-8914_v1.patch
>
>
> 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