You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/03/20 00:19:43 UTC

[jira] [Created] (HBASE-10795) TestHBaseFsck#testHBaseFsck() should drop the table it creates

Ted Yu created HBASE-10795:
------------------------------

             Summary: TestHBaseFsck#testHBaseFsck() should drop the table it creates
                 Key: HBASE-10795
                 URL: https://issues.apache.org/jira/browse/HBASE-10795
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Assignee: Ted Yu
         Attachments: 10795-v1.txt

When investigating TestHBaseFsck test failures, I often saw the following (https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/223/testReport/junit/org.apache.hadoop.hbase.util/TestHBaseFsck/testSplitDaughtersNotInMeta/):
{code}
Number of Tables: 3
  Table: tableBadMetaAssign	rw	    	 families: 1
  Table: hbase:namespace	rw	    	 families: 1
  Table: testSplitdaughtersNotInMeta	rw	    	 families: 1
{code}
TestHBaseFsck#testHBaseFsck() should drop the table it creates.



--
This message was sent by Atlassian JIRA
(v6.2#6252)