chandrasekhar-188k commented on code in PR #7655:
URL: https://github.com/apache/hbase/pull/7655#discussion_r2715211263


##########
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:
   initialise `String description = ""; ` to avoid this else block?



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

Reply via email to