Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-5091

[replication] Update replication doc to reflect current znode structure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.94.0
    • documentation, Replication
    • None
    • Reviewed

    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:

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

      Attachments

        1. HBASE-5091.patch
          5 kB
          Chris Trezzo

        Activity

          People

            ctrezzo Chris Trezzo
            ctrezzo Chris Trezzo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: