You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by wc...@apache.org on 2020/04/23 10:30:47 UTC

[hbase-operator-tools] branch master updated: Remove removeExtraRegionsFromMeta from README (#59)

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

wchevreuil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new d92c16a  Remove removeExtraRegionsFromMeta from README (#59)
d92c16a is described below

commit d92c16ae5cc94392c6076c750a62c47fe3d4efb5
Author: Dice <po...@gmail.com>
AuthorDate: Thu Apr 23 19:30:38 2020 +0900

    Remove removeExtraRegionsFromMeta from README (#59)
    
    Signed-off-by: Wellington Chevreuil <wc...@apache.org>
---
 hbase-hbck2/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-hbck2/README.md b/hbase-hbck2/README.md
index 6e6d9ea..39f3711 100644
--- a/hbase-hbck2/README.md
+++ b/hbase-hbck2/README.md
@@ -558,7 +558,7 @@ have related entries on hbase:meta table. This may happen due to problems on spl
 operation mistakes (like deleting/moving the region dir manually), or even meta info data loss
 issues such as HBASE-21843.
 
-Such problem can be addressed with the Master online, using the _removeExtraRegionsFromMeta_
+Such problem can be addressed with the Master online, using the _extraRegionsInMeta --fix_
 command in _HBCK2_. This command is less disruptive to hbase than a full hbase:meta rebuild
 covered later. Also useful when this happens on versions that don't support _fixMeta_ hbck2 option
 (any prior to "2.0.6", "2.1.6", "2.2.1", "2.3.0","3.0.0").