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 2018/02/22 17:12:00 UTC

[jira] [Created] (HBASE-20052) TestRegionOpen#testNonExistentRegionReplica fails due to NPE

Ted Yu created HBASE-20052:
------------------------------

             Summary: TestRegionOpen#testNonExistentRegionReplica fails due to NPE
                 Key: HBASE-20052
                 URL: https://issues.apache.org/jira/browse/HBASE-20052
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Assignee: Ted Yu


After HBASE-19391 was integrated, the following test failure can be observed:
{code}
java.lang.NullPointerException
	at org.apache.hadoop.hbase.regionserver.TestRegionOpen.testNonExistentRegionReplica(TestRegionOpen.java:122)
{code}
This was due null being returned from HRegionFileSystem#createRegionOnFileSystem().



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)