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 2014/12/28 02:06:13 UTC

[jira] [Created] (HBASE-12764) TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to new table not available

Ted Yu created HBASE-12764:
------------------------------

             Summary: TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to new table not available
                 Key: HBASE-12764
                 URL: https://issues.apache.org/jira/browse/HBASE-12764
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor


>From https://builds.apache.org/job/HBase-1.1/27/testReport/org.apache.hadoop.hbase.regionserver/TestPerColumnFamilyFlush/testCompareStoreFileCount/ :
{code}
java.lang.NullPointerException: null
	at org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testCompareStoreFileCount(TestPerColumnFamilyFlush.java:542)
{code}
The exception was due to getRegionWithName() returning null:
{code}
    getRegionWithName(TABLENAME).getFirst();
{code}
The new table was not available yet.



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