You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2013/12/24 00:33:50 UTC

[jira] [Commented] (HBASE-10231) Potential NPE in HBaseFsck#checkMetaRegion()

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

Andrew Purtell commented on HBASE-10231:
----------------------------------------

Please assign this and/or provide a patch, or close it. 

> Potential NPE in HBaseFsck#checkMetaRegion()
> --------------------------------------------
>
>                 Key: HBASE-10231
>                 URL: https://issues.apache.org/jira/browse/HBASE-10231
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> metaHbckInfo is initialized to null and assigned when metaRegions is not empty.
> However, it is dereferenced unconditionally later (line 2710):
> {code}
>           // try fix it (treat is a dupe assignment)
>           HBaseFsckRepair.fixMultiAssignment(admin, metaHbckInfo.metaEntry, servers);
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)