pankaj72981 commented on code in PR #6117:
URL: https://github.com/apache/hbase/pull/6117#discussion_r1691629008


##########
hbase-server/src/main/resources/hbase-webapps/regionserver/region.jsp:
##########
@@ -79,17 +86,20 @@
            <th>Len Of Biggest Cell</th>
            <th>Key Of Biggest Cell</th>
          </tr>
-       <%   for(StoreFile sf : storeFiles) { %>
+       <% int count = 0;
+          for(StoreFile sf : storeFiles) {
+            if (!fs.exists(sf.getPath())) continue;

Review Comment:
   Do we need to check the file existence for primary region also?



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to