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 2019/12/30 14:09:48 UTC

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

virajjasani commented on a change in pull request #951: HBASE-23578 [UI] Master UI shows long stack traces when table is broken
URL: https://github.com/apache/hbase/pull/951#discussion_r361995030
 
 

 ##########
 File path: hbase-server/src/main/resources/hbase-webapps/master/table.jsp
 ##########
 @@ -834,10 +844,22 @@ if (withReplica) {
 </tbody>
 </table>
 <% }
-} catch(Exception ex) {
+} catch(Exception ex) { %>
+  Unknown Regions
 
 Review comment:
   This is basically some issue with regions while iterating regDistribution. Is it good to display: `Unknown issue with Regions` instead?

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


With regards,
Apache Git Services