Uh oh!
There was an error while loading. Please reload this page.
HBASE-23578 [UI] Master UI shows long stack traces when table is broken - #951
HBASE-23578 [UI] Master UI shows long stack traces when table is broken#951yamasakisua wants to merge 5 commits into
Conversation
Apache-HBase
commented
Dec 19, 2019
🎊 +1 overall
This message was automatically generated. |
| <% } | ||
| } catch(Exception ex) { | ||
| } catch(Exception ex) { %> | ||
| Unknown Regions |
There was a problem hiding this comment.
This is basically some issue with regions while iterating regDistribution. Is it good to display: Unknown issue with Regions instead?
There was a problem hiding this comment.
Thanks for your comment.
I'll change the message to "Unknown issue with Regions"
xcangCRM
commented
Jan 30, 2020
This LGTM. |
| %><%= StringEscapeUtils.escapeHtml4(element.toString()) %><% | ||
| %><%= StringEscapeUtils.escapeHtml4(element.toString() + "\n") %><% | ||
| } | ||
| } finally { |
There was a problem hiding this comment.
Removal of finally seems unintentional
There was a problem hiding this comment.
Previous commit was conflicted in code of the finally section.
The HBASE-23653 removed the section and closed connection by changing hbase-server/src/test/java/org/apache/hadoop/hbase/ConnectionRule.java.
I thought I should keep compatibility with the HBASE-23653.
How should I modify the code intentionally?
There was a problem hiding this comment.
Sure sounds good. Btw, QA run output says branch needs rebase with master. Could you please rebase one more time? Hopefully we should be able to merge after that.
Thanks
There was a problem hiding this comment.
Thank you for comment. I rebased HBASE-23578 with master.
Apache-HBase
commented
Feb 2, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 4, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Mar 4, 2021
Opened a new PR against master. For compaction state, now it is gotten from master directly and there is no exception, so we do not need the fix any more. |
No description provided.