You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/08/03 19:06:41 UTC

[GitHub] [hbase] bharathv commented on a change in pull request #3535: HBASE-25469 Create RIT servlet in HMaster to track more detailed RIT info not captured in metrics

bharathv commented on a change in pull request #3535:
URL: https://github.com/apache/hbase/pull/3535#discussion_r682026570



##########
File path: hbase-server/src/main/resources/hbase-webapps/master/rits.jsp
##########
@@ -69,24 +75,29 @@
         <div class="page-header">
             <a href="/rits.jsp?format=txt&filter=region&table=<%=table%>&state=<%=state%>" class="btn btn-primary">Regions in text format</a>
             <a href="/rits.jsp?format=txt&filter=procedure&table=<%=table%>&state=<%=state%>" class="btn btn-info">Procedures in text format</a>
+            <a href="/rits.jsp?format=json" class="btn btn-info">RIT info as JSON</a>

Review comment:
       Add table and state filters (=null) for completeness?




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

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org