You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Himanshu Vashishtha (JIRA)" <ji...@apache.org> on 2013/01/17 19:18:23 UTC

[jira] [Created] (HBASE-7607) Fix TestRegionServerCoprocessorExceptionWithAbort flakiness

Himanshu Vashishtha created HBASE-7607:
------------------------------------------

             Summary: Fix TestRegionServerCoprocessorExceptionWithAbort flakiness 
                 Key: HBASE-7607
                 URL: https://issues.apache.org/jira/browse/HBASE-7607
             Project: HBase
          Issue Type: Bug
          Components: Client, test
    Affects Versions: 0.94.4
            Reporter: Himanshu Vashishtha
            Assignee: Himanshu Vashishtha
             Fix For: 0.96.0, 0.94.5


TestRegionServerCoprocessorExceptionWithAbort fails sometimes both on trunk and 0.94.X. The codebase is different in both. 
In trunk, table.put() passes even with BuggyRegionCoprocessor failed the transaction:
"The put should have failed, as the coprocessor is buggy"

In 0.94.x, client retries to look at the root region, while the cluster is down and /hbase znode is no longer present.
"Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master."

--
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