You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chris Trezzo (Updated) (JIRA)" <ji...@apache.org> on 2011/12/22 20:53:31 UTC

[jira] [Updated] (HBASE-5091) [replication] Update replication doc to reflect current directory structure

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

Chris Trezzo updated HBASE-5091:
--------------------------------

    Description: 
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.

  was:
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:
/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

When in actuality it should be this:
/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

Not a big deal, but it gets confusing when you are going through the code and using the doc as a reference.

    
> [replication] Update replication doc to reflect current directory 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
>
> 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