You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2013/07/10 05:23:49 UTC

[jira] [Created] (HBASE-8914) TestRegionServerCoprocessorExceptionWithAbort is flaky

Enis Soztutar created HBASE-8914:
------------------------------------

             Summary: 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.98.0, 0.95.2, 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