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


##########
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:
   existing implementation has a check for metaLocation != null, I thought it 
would be incorrect to depend on the logic of j == 0.
   If the primary replica metaLocation can never be null, we can just test for 
j==0.. I have updated the PR with this change 



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