[
https://issues.apache.org/jira/browse/HBASE-10231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856429#comment-13856429
]
Hudson commented on HBASE-10231:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #32 (See
[https://builds.apache.org/job/HBase-0.98/32/])
HBASE-10231 Potential NPE in HBaseFsck#checkMetaRegion() (tedyu: rev 1553284)
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
> 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
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 0.98.0, 0.96.2, 0.99.0
>
> Attachments: 10231-v1.txt, 10231-v2.txt
>
>
> 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)