[ 
https://issues.apache.org/jira/browse/HBASE-14109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630168#comment-14630168
 ] 

Hadoop QA commented on HBASE-14109:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12745665/14109.txt
  against master branch at commit be5631f37711ec158ac8f81fcd902db6e6a54589.
  ATTACHMENT ID: 12745665

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14808//console

This message is automatically generated.

> NPE if we don't load fully before we are shutdown
> -------------------------------------------------
>
>                 Key: HBASE-14109
>                 URL: https://issues.apache.org/jira/browse/HBASE-14109
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 1.2.0
>            Reporter: stack
>            Assignee: stack
>            Priority: Trivial
>         Attachments: 14109.txt
>
>
> We failed to find ZK so:
> {code}
> 2015-07-15 22:51:04,725 FATAL 
> [regionserver/c2022.halxg.cloudera.com/10.20.84.28:16020] 
> regionserver.HRegionServer: ABORTING region server 
> c2022.halxg.cloudera.com,16020,1437025808277: Initialization of RS failed.  
> Hence aborting RS.
> java.io.IOException: Received the shutdown message while waiting.
>         at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.blockAndCheckIfStopped(HRegionServer.java:807)
>         at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.initializeZooKeeper(HRegionServer.java:756)
>         at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.preRegistrationInitialization(HRegionServer.java:732)
>         at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:876)
>         at java.lang.Thread.run(Thread.java:745)
> {code}
> ... which got us this:
> {code}
> 2015-07-15 22:51:04,734 FATAL 
> [regionserver/c2022.halxg.cloudera.com/10.20.84.28:16020] 
> regionserver.HRegionServer: ABORTING region server 
> c2022.halxg.cloudera.com,16020,1437025808277: Unhandled: null
> java.lang.NullPointerException
>         at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:911)
>         at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to