Uh oh!
There was an error while loading. Please reload this page.
HBASE-26565 Make StatisticThread alternative in LruBC - #3939
Conversation
Apache-HBase
commented
Dec 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 13, 2021
🎊 +1 overall
This message was automatically generated. |
virajjasani
commented
Dec 18, 2021
Can we define common config that is applicable to any LRU we use? |
YutSean
commented
Dec 19, 2021
Spread this config to all the LRU. Found that it is really hard to spread a common feature among all LRUs. There are plenty of redundant code in them. Maybe we could also reconstruct them in another ticket. But this time, I just make FirstLevelBC as an abstract class to try my best to avoid redundant coding....... |
Apache-HBase
commented
Dec 19, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 19, 2021
💔 -1 overall
This message was automatically generated. |
YutSean
commented
Dec 21, 2021
The failed UT is not related to the changes. Has rebased master branch and see the UT result this time. |
Apache-HBase
commented
Dec 21, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 21, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 21, 2021
🎊 +1 overall
This message was automatically generated. |
| /* Statistics thread */ | ||
| protected static String STAT_THREAD_ENABLE_KEY = "hbase.lru.stat.enable"; | ||
| protected static boolean STAT_THREAD_ENABLE_DEFAULT = false; |
There was a problem hiding this comment.
As said in #3956 , we'd better set it to true in this PR, and file another PR to change to true on master branch.
https://issues.apache.org/jira/browse/HBASE-26565