virajjasani commented on a change in pull request #3014:
URL: https://github.com/apache/hbase/pull/3014#discussion_r588855703
##########
File path: hbase-server/src/main/resources/hbase-webapps/master/table.jsp
##########
@@ -1089,9 +1089,18 @@
</table>
<% }
-} catch(Exception ex) {
+} catch(Exception ex) { %>
+ Unknown Issue with Regions
+ <div
onclick="document.getElementById('closeRegion').style.display='block';document.getElementById('openRegion').style.display='none';">
+ <a id="openRegion" style="cursor:pointer;"> Show StackTrace</a>
Review comment:
`openRegion` and `closeRegion` ids could be renamed to `openStackTrace`
and `closeStackTrace` respectively?
----------------------------------------------------------------
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]