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 90351aadd5a..b83f711d950 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);

Problematic Regions

- <% 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.