Uh oh!
There was an error while loading. Please reload this page.
HBASE-27492 support through all day offPeak to cover all the usage scenario - #4890
HBASE-27492 support through all day offPeak to cover all the usage scenario#4890tianliuliu wants to merge 1 commit into
Conversation
Apache-HBase
commented
Nov 21, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 21, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 21, 2022
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Nov 23, 2022
I think this is by design, all day off peak just means all day peak, then you do not need two groups of configs, just remove the off peak hours and change the default configurations... |
I understand what you said, but I need to modify all related peak configurations to offpeak to achieve the same effect. When offpeak was introduced at the beginning, it could only cover part of the time period. Is this the consideration? |
Apache9
commented
Dec 1, 2022
So your problem is that, it is not easy to copy all the compaction related configurations from off peak to peak? |
Yes, it‘s not easy. |
Apache9
commented
Dec 19, 2022
The design is to not allow whole day offpeak, as I said above, whole day offpeak just means whole day peak... Could you explain more on why it is not easy for you to copy all the configurations? What is the difficulty here? Thanks. |
fix the bug for scenario not cover all the usage
I just want all day 0-24 offpeak, I cannot just change my configuration to achieve it, no peak configuration here.
I cannot set hbase.offpeak.end.hour=24, because not vailded.
support through all day offPeak to cover all the usage scenario only when including the end hour 23