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:33:59 UTC

[hbase-operator-tools] 02/02: HBASE-24239 [HBCK2] 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

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

    HBASE-24239 [HBCK2] 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").