You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2019/03/07 19:58:00 UTC

[jira] [Created] (HBASE-22010) docs on upgrade from 2.0,2.1 -> 2.2 renders incorrectly

Sean Busbey created HBASE-22010:
-----------------------------------

             Summary: docs on upgrade from 2.0,2.1 -> 2.2 renders incorrectly
                 Key: HBASE-22010
                 URL: https://issues.apache.org/jira/browse/HBASE-22010
             Project: HBase
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.0.0, 2.2.0
            Reporter: Sean Busbey
            Assignee: Sean Busbey


heading doesn't work, which also means no linking to it.

the rendered page has an unrendered bit, e.g.

{code}
[[upgrade 2.2]] === Upgrade from 2.0 or 2.1 to 2.2+

HBase 2.2+ uses a new Procedure form assiging/unassigning/moving Regions. It does not process HBase 2.1 and 2.0’s Unassign/Assign Procedure types. Upgrade requires that we first drain the Master Procedure Store of old style Procedures before starting the new 2.2 Master. So you need to make sure that before you kill the old version (2.0 or 2.1) Master, there is no region in transition. And once the new version (2.2+) Master is up, you can rolling upgrade RegionServers one by one.


{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)