You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2012/05/25 19:02:23 UTC

[jira] [Commented] (HBASE-6095) ActiveMasterManager NullPointerException

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

ramkrishna.s.vasudevan commented on HBASE-6095:
-----------------------------------------------

+1 on patch.
                
> ActiveMasterManager NullPointerException
> ----------------------------------------
>
>                 Key: HBASE-6095
>                 URL: https://issues.apache.org/jira/browse/HBASE-6095
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.94.1
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>             Fix For: 0.94.1
>
>         Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>       byte [] bytes =
>         ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>       // TODO: redo this to make it atomic (only added for tests)
>       ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

--
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