You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/11/26 10:56:13 UTC

[jira] [Updated] (HBASE-12584) Fix branch-1 failing since task 5 HBASE-12404 (HBASE-12404 addendum)

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

stack updated HBASE-12584:
--------------------------
    Attachment: 12584.txt

Includes HBASE-12581 from master.

Each of the test failures were legit.

The key max size tests were failing because we had a Connection made with a Configuration before we set the max size on it -- so we were not seeing the change.

The TestAssignmentManager was failing because it was doing reflection setting access on a data member whose name had changed.

The truncate table test was failing because we had backported too much of the cleanup on delete of a table (The truncate table handler needs work... its copy/paste of create handler...and missing bits)

> Fix branch-1 failing since task 5 HBASE-12404 (HBASE-12404 addendum)
> --------------------------------------------------------------------
>
>                 Key: HBASE-12584
>                 URL: https://issues.apache.org/jira/browse/HBASE-12584
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 12584.txt
>
>
> I see failures like following on branch-1 since big patch went in. Let this issue cover my fixups.
> {code}
> org.apache.hadoop.hbase.security.access.TestCellACLWithMultipleVersions.testCellPermissionsWithDeleteWithUserTs
> org.apache.hadoop.hbase.client.TestFromClientSide.testMaxKeyValueSize
> org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor.testMaxKeyValueSize
> org.apache.hadoop.hbase.master.TestAssignmentManager.testMasterRestartWhenTableInEnabling
> org.apache.hadoop.hbase.master.TestAssignmentManager.testRegionInOpeningStateOnDeadRSWhileMasterFailover
> org.apache.hadoop.hbase.master.TestAssignmentManager.testDisablingTableRegionsAssignmentDuringCleanClusterStartup
> org.apache.hadoop.hbase.master.TestAssignmentManager.testBalanceOnMasterFailoverScenarioWithOpenedNode
> org.apache.hadoop.hbase.master.TestAssignmentManager.testOpenCloseRegionRPCIntendedForPreviousServer
> org.apache.hadoop.hbase.master.TestAssignmentManager.testMasterRestartShouldRemoveStaleZnodesOfUnknownTableAsForMeta
> org.apache.hadoop.hbase.master.TestAssignmentManager.testBalanceOnMasterFailoverScenarioWithOfflineNode
> org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager.testLogRoll
> org.apache.hadoop.hbase.security.access.TestAccessController.testTruncatePerms
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)