You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/11/23 23:02:14 UTC

[jira] Updated: (HBASE-3261) NPE out of HRS.run at startup when clock is out of sync

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

Jean-Daniel Cryans updated HBASE-3261:
--------------------------------------

    Attachment: HBASE-3261.patch

> NPE out of HRS.run at startup when clock is out of sync
> -------------------------------------------------------
>
>                 Key: HBASE-3261
>                 URL: https://issues.apache.org/jira/browse/HBASE-3261
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.90.0, 0.92.0
>
>         Attachments: HBASE-3261.patch
>
>
> This is what I get when I start a region server that's not properly sync'ed:
> {noformat}
> Exception in thread "regionserver60020" java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:603)
> 	at java.lang.Thread.run(Thread.java:637)
> {noformat}
> I this case the line was:
> {noformat}
> hlogRoller.interruptIfNecessary();
> {noformat}
> I guess we could add a bunch of other null checks.
> The end result is the same, the RS dies, but I think it's misleading.

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