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

stack resolved HBASE-5091.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.0
     Hadoop Flags: Reviewed

Committed to trunk.  Thanks for patch Chris.
                
> [replication] Update replication doc to reflect current znode structure
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5091
>                 URL: https://issues.apache.org/jira/browse/HBASE-5091
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation, replication
>            Reporter: Chris Trezzo
>            Assignee: Chris Trezzo
>            Priority: Trivial
>             Fix For: 0.94.0
>
>         Attachments: HBASE-5091.patch
>
>
> A small nit: The zookeeper node structure in the region server fail over 
> section of the replication document is slightly different than the actual 
> structure. 
> The doc shows this:
> {noformat}
> /hbase/replication/rs/
>                       1.1.1.1,60020,123456780/
>                         peers/
>                               2/
>                                 1.1.1.1,60020.1234  (Contains a position)
>                                 1.1.1.1,60020.1265
> {noformat}
> When in actuality it should be this:
> {noformat}
> /hbase/replication/rs/
>                       1.1.1.1,60020,123456780/
>                          2/
>                             1.1.1.1,60020.1234  (Contains a position)
>                             1.1.1.1,60020.1265
> {noformat}
> Not a big deal, but it gets confusing when you are going through the code and 
> using the doc as a reference.

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