Uh oh!
There was an error while loading. Please reload this page.
HBASE-22878 Show table throttle quotas in table jsp - #510
Conversation
Apache-HBase
commented
Aug 19, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 19, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 20, 2019
💔 -1 overall
This message was automatically generated. |
| } | ||
| private List<ThrottleSettings> getThrottles(Configuration conf, QuotaFilter filter) | ||
| throws IOException { |
There was a problem hiding this comment.
Can we get the quota info from master?
There was a problem hiding this comment.
Quota info is not in master memory.
Apache-HBase
commented
Aug 20, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 20, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 22, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 22, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 22, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 22, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 23, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 23, 2019
💔 -1 overall
This message was automatically generated. |
the-sakthi
left a comment
There was a problem hiding this comment.
@mymeiyi can't we use quota = QuotaTableUtil.getTableQuota(master.getConnection(), tn) & then quota.getThrottle() to get the current throttle quotas set on the table? Also I think we can restrict all the scanning, retrieving logic to the QuotaUtil rather than doing that processing in the jsp. What do you think?
Apache-HBase
commented
Aug 24, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 25, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 25, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 27, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 27, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 28, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 28, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 29, 2019
💔 -1 overall
This message was automatically generated. |
mymeiyi
commented
Aug 29, 2019
@jatsakthi Thanks for your comments. The table throttles can get from quota table, but the user table throttles can not get because the rowkey is 'u.user' and user is unknown. |
Apache-HBase
commented
Aug 29, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 30, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 30, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 31, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 31, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2019
💔 -1 overall
This message was automatically generated. |
saintstack
commented
Sep 2, 2019
@jatsakthi Question for you above boss. |
Apache-HBase
commented
Sep 2, 2019
💔 -1 overall
This message was automatically generated. |
infraio
left a comment
There was a problem hiding this comment.
+1. Please repush the patch and trigger the HBase QA again.
4888d54 to
2f3708bCompareApache-HBase
commented
Sep 2, 2019
💔 -1 overall
This message was automatically generated. |
the-sakthi
commented
Sep 4, 2019
Agree with you @mymeiyi |
(cherry picked from commit 7d33de8) Change-Id: I6cc2cc35b433f5dd4843e281f0ec5a43d291fe87
No description provided.