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


##########
hbase-server/src/main/resources/hbase-webapps/master/table.jsp:
##########
@@ -356,6 +356,9 @@
                         double rSize = 
load.getStoreFileSize().get(Size.Unit.BYTE);
                         if (rSize > 0) {
                           fileSize = StringUtils.byteDesc((long) rSize);
+                          if (totalStoreFileSizeMB == 0) {

Review Comment:
   totalStoreFileSizeMB variable is not updated when the table is meta which is 
causing this issue, for user tables issue not exists.
   For meta table there could be multiple replicas, so adding a check  that 
only the first replica size is considerd.



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