You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Eugene Koontz (Updated) (JIRA)" <ji...@apache.org> on 2012/01/14 00:26:39 UTC

[jira] [Updated] (HBASE-3933) Hmaster throw NullPointerException

     [ https://issues.apache.org/jira/browse/HBASE-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugene Koontz updated HBASE-3933:
---------------------------------

    Attachment: HBASE-3993.patch
    
> 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-3993.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