Apache9 commented on code in PR #6859:
URL: https://github.com/apache/hbase/pull/6859#discussion_r2013524866
##########
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:
What do we actually fix here? What is the root cause of this problem?
--
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]