[ 
https://issues.apache.org/jira/browse/HBASE-8914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Hofhansl updated HBASE-8914:
---------------------------------

    Issue Type: Test  (was: Bug)
    
> [0.94] TestRegionServerCoprocessorExceptionWithAbort is flaky
> -------------------------------------------------------------
>
>                 Key: HBASE-8914
>                 URL: https://issues.apache.org/jira/browse/HBASE-8914
>             Project: HBase
>          Issue Type: Test
>            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