Apache9 commented on code in PR #6859:
URL: https://github.com/apache/hbase/pull/6859#discussion_r2014332773
##########
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:
OK, this is under the metaLocation != null condition.
For adding only the first replica size, why not testing j == 0?
--
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]