liuxiaocs7 commented on code in PR #7655:
URL: https://github.com/apache/hbase/pull/7655#discussion_r2715406636
##########
hbase-server/src/main/resources/hbase-webapps/master/catalogTables.jsp:
##########
@@ -73,6 +73,11 @@
} else if (tableName.equals(TableName.valueOf("hbase:replication"))) {
description = "The hbase:replication table tracks cross cluster
replication through " +
"WAL file offsets.";
+ } else if (tableName.equals(TableName.valueOf("hbase:slowlog"))) {
+ description = "The hbase:slowlog table holds information about
slow and large rpc " +
+ "operations.";
+ } else {
+ description = "";
Review Comment:
Hi, @chandrasekhar-188k, thanks for your review and comments, it has been
updated, please review again when you have time, thanks!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]