Apache9 commented on a change in pull request #469: HBASE-22824 Show filesystem
path for the orphans regions on filesystem
URL: https://github.com/apache/hbase/pull/469#discussion_r312321584
##########
File path: hbase-server/src/main/resources/hbase-webapps/master/hbck.jsp
##########
@@ -110,7 +110,7 @@
<table class="table table-striped">
<tr>
- <th>Region</th>
+ <th>Region Encoded Name</th>
Review comment:
I think through the path on fs we can know the table the region belongs to,
but what about the start key? We can not get the start key through the encoded
name?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services