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 15:02:10 UTC

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

Apache9 commented on a change in pull request #3014:
URL: https://github.com/apache/hbase/pull/3014#discussion_r588891937



##########
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:
       Done.




----------------------------------------------------------------
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