saintstack commented on a change in pull request #3092:
URL: https://github.com/apache/hbase/pull/3092#discussion_r601877809
##########
File path:
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
##########
@@ -604,7 +604,6 @@ AssignmentManager assignmentManager =
master.getAssignmentManager();
<th>CLOSED</th>
<th>CLOSING</th>
<th>OFFLINE</th>
- <th>FAILED</th>
Review comment:
There is no single 'FAILED' status; there is FAILED_CLOSE and
FAILED_OPEN. I do not seem to be able to pass two STATEs to filter on so in
the meantime, just lump these in w/ the 'Other' states for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]