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

Jean-Daniel Cryans resolved HBASE-1327.
---------------------------------------

    Resolution: Duplicate

Also this issue was filled on 0.19.1 when we were doing :

{code}
for (ToDoEntry e: this.toDo) {
  if (e.msg.isType(HMsg.Type.MSG_REGION_OPEN)) {
    addProcessingMessage(e.msg.getRegionInfo());
  }
} 
{code}

Now we check if the message is null. In both NPEs, this bug was already fixed 
so I'll mark it as duplicate.

> NPE in HRegionServer$ToDoEntry.access$100
> -----------------------------------------
>
>                 Key: HBASE-1327
>                 URL: https://issues.apache.org/jira/browse/HBASE-1327
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.1
>            Reporter: Andrew Purtell
>             Fix For: 0.20.2, 0.21.0
>
>
> From hbase-users@:
> From: Rakhi Khatwani
> Subject: Null pointer exception
> My hbase suddenly goes down, when i check the logs, i get the following 
> exception at master node's region server:
>  
> 2009-04-15 08:37:09,158 FATAL 
> org.apache.hadoop.hbase.regionserver.HRegionServer: Unhandled exception. 
> Aborting...
> java.lang.NullPointerException
>         at  
> org.apache.hadoop.hbase.regionserver.HRegionServer$ToDoEntry.access$100(HRegionServer.java:1201)
>         at  
> org.apache.hadoop.hbase.regionserver.HRegionServer.housekeeping(HRegionServer.java:1058)
>         at  
> org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:450)
>         at java.lang.Thread.run(Thread.java:619)
> 2009-04-15 08:37:09,159 INFO 
> org.apache.hadoop.hbase.regionserver.HRegionServer: Dump of metrics: 
> request=27, regions=42, stores=202, storefiles=247, storefileIndexSize=0,  
> memcacheSize=0, usedHeap=116, maxHeap=888

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to