You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/03/08 16:58:20 UTC

[hbase] branch branch-2.2 updated: HBASE-22010 Upgrade to 2.2 section header can't use spaces.

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new baf86dd  HBASE-22010 Upgrade to 2.2 section header can't use spaces.
baf86dd is described below

commit baf86ddb4f581bea366d11d3a22aff4c72e97689
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Thu Mar 7 20:44:20 2019 -0600

    HBASE-22010 Upgrade to 2.2 section header can't use spaces.
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
    (cherry picked from commit 3d269cb37a032bbbdc966949f7536513dfb3e77e)
---
 src/main/asciidoc/_chapters/upgrading.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/asciidoc/_chapters/upgrading.adoc b/src/main/asciidoc/_chapters/upgrading.adoc
index 2a33e42..d8aada4 100644
--- a/src/main/asciidoc/_chapters/upgrading.adoc
+++ b/src/main/asciidoc/_chapters/upgrading.adoc
@@ -314,7 +314,7 @@ Quitting...
 
 == Upgrade Paths
 
-[[upgrade 2.2]]
+[[upgrade2.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.