You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/03/06 08:55:40 UTC

[GitHub] [hbase] virajjasani commented on a change in pull request #3014: HBASE-23578 [UI] Master UI shows long stack traces when table is broken

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:
users@infra.apache.org