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

Jonathan Hsieh updated HBASE-5103:
----------------------------------

    Description: 
In ActiveMasterManager#blockUntilBecomingActiveMaster the master znode is 
created as a versioned serialized version of ServerName
{code}
     if (ZKUtil.createEphemeralNodeAndWatch(this.watcher,
          this.watcher.masterAddressZNode, sn.getVersionedBytes())) {
{code}

There are a few user visible places where it is used but not deserialized 
properly.

  was:

In ActiveMasterManager#blockUntilBecomingActiveMaster the master znode is 
created as a versioned serialized version of ServerName
{code}
     if (ZKUtil.createEphemeralNodeAndWatch(this.watcher,
          this.watcher.masterAddressZNode, sn.getVersionedBytes())) {
{code}

There are a few user visible places where it is used but not deserialized 
properly.

       Priority: Minor  (was: Major)
        Summary: Fix places where master znode is improperly deserialized.  
(was: Fix a places where master znode is improperly deserialized.)
    
> Fix places where master znode is improperly deserialized.
> ---------------------------------------------------------
>
>                 Key: HBASE-5103
>                 URL: https://issues.apache.org/jira/browse/HBASE-5103
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>            Priority: Minor
>
> In ActiveMasterManager#blockUntilBecomingActiveMaster the master znode is 
> created as a versioned serialized version of ServerName
> {code}
>      if (ZKUtil.createEphemeralNodeAndWatch(this.watcher,
>           this.watcher.masterAddressZNode, sn.getVersionedBytes())) {
> {code}
> There are a few user visible places where it is used but not deserialized 
> properly.

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

        

Reply via email to