You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/04/26 19:11:36 UTC

[jira] Updated: (HBASE-2344) InfoServer and hence HBase Master doesn't fully start if you have HADOOP-6151 patch

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

stack updated HBASE-2344:
-------------------------

    Fix Version/s: 0.20.5
                       (was: 0.20.4)

> InfoServer and hence HBase Master doesn't fully start if you have HADOOP-6151 patch
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-2344
>                 URL: https://issues.apache.org/jira/browse/HBASE-2344
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kannan Muthukkaruppan
>            Assignee: Kannan Muthukkaruppan
>            Priority: Minor
>             Fix For: 0.20.5
>
>         Attachments: 2344_0.20_v1.patch
>
>
> This is was due to a minor issue on the HBase side. The hadoop HttpServer prior to HADOOP-6151 was more tolerant than now.
> In /org/apache/hadoop/hbase/util/InfoServer.java, addDefaultApps() adds a null key to the defaultContexts map. After HADOOP-6151, the HttpServer code raises a NPE. And hence HBase master doesn't fully start.
> Will submit the patch shortly.

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