You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/02 18:09:59 UTC

[jira] [Commented] (HBASE-14140) HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API

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

Ted Yu commented on HBASE-14140:
--------------------------------

The following change is needed for TestVisibilityLabelsWithACL to reliably pass:
{code}
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/security
index 1d5add9..c07c64c 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
@@ -90,6 +90,7 @@ public class TestVisibilityLabelsWithACL {
     TEST_UTIL.waitTableEnabled(AccessControlLists.ACL_TABLE_NAME.getName(), 50000);
     // Wait for the labels table to become available
     TEST_UTIL.waitTableEnabled(LABELS_TABLE_NAME.getName(), 50000);
+    TEST_UTIL.waitUntilAllSystemRegionsAssigned();
     addLabels();

     // Create users for testing
{code}

> HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API
> --------------------------------------------------------------------------------------------
>
>                 Key: HBASE-14140
>                 URL: https://issues.apache.org/jira/browse/HBASE-14140
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>             Fix For: HBASE-7912
>
>         Attachments: HBASE-14140-v1.patch, HBASE-14140-v10.patch, HBASE-14140-v11.patch, HBASE-14140-v12.patch, HBASE-14140-v13.patch, HBASE-14140-v14.patch, HBASE-14140-v4.patch, HBASE-14140-v7.patch, HBASE-14140-v9.patch
>
>




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