[
https://issues.apache.org/jira/browse/HBASE-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186272#comment-13186272
]
Hadoop QA commented on HBASE-3933:
----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12510589/HBASE-3933.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
-1 patch. The patch command could not apply the patch.
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/762//console
This message is automatically generated.
> Hmaster throw NullPointerException
> ----------------------------------
>
> Key: HBASE-3933
> URL: https://issues.apache.org/jira/browse/HBASE-3933
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.90.6
> Reporter: gaojinchao
> Assignee: Eugene Koontz
> Attachments: HBASE-3933.patch, HBASE-3933.patch, Hmastersetup0.90
>
>
> NullPointerException while hmaster starting.
> {code}
> java.lang.NullPointerException
> at java.util.TreeMap.getEntry(TreeMap.java:324)
> at java.util.TreeMap.get(TreeMap.java:255)
> at
> org.apache.hadoop.hbase.master.AssignmentManager.addToServers(AssignmentManager.java:1512)
> at
> org.apache.hadoop.hbase.master.AssignmentManager.regionOnline(AssignmentManager.java:606)
> at
> org.apache.hadoop.hbase.master.AssignmentManager.processFailover(AssignmentManager.java:214)
> at
> org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:402)
> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:283)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira