You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/07/18 09:51:12 UTC

[hbase] branch master updated: HBASE-22527 [hbck2] Add a master web ui to show the problematic regions (addendum)

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

zghao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 254dbd0  HBASE-22527 [hbck2] Add a master web ui to show the problematic regions (addendum)
254dbd0 is described below

commit 254dbd07fbac9d8291eeec7c5432d445a07e21f6
Author: Guanghao Zhang <zg...@apache.org>
AuthorDate: Thu Jul 18 13:58:52 2019 +0800

    HBASE-22527 [hbck2] Add a master web ui to show the problematic regions (addendum)
---
 .../hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon   | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
index 90351aa..b83f711 100644
--- a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
+++ b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
@@ -56,9 +56,12 @@ int numOfPages = (int) Math.ceil(totalSize * 1.0 / sizePerPage);
     <h2><a name="problem-regions">Problematic Regions</a></h2>
     <p>
         <span>
-            <% problematicRegions.size() %> problematic region(s). Notice: the reported online
-             regionservers may be not right when there are regions in transition. Please check them
-              in regionserver's web UI.
+            <% problematicRegions.size() %> problematic region(s). There are three case: 1. Master
+             thought this region opened, but no regionserver reported it. 2. Master thought this
+              region opened on Server1, but regionserver reported Server2. 3. More than one
+               regionservers reported opened this region. Notice: the reported online regionservers
+                may be not right when there are regions in transition. Please check them in
+                 regionserver's web UI.
         </span>
     </p>
     <div class="tabbable">