[
https://issues.apache.org/jira/browse/HBASE-14609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958189#comment-14958189
]
Elliott Clark commented on HBASE-14609:
---------------------------------------
All day off peak would just be equivalent to not configuring that feature. Why
someone want to add the extra configuration to not get anything for it?
> Can't config all day as OffPeakHours
> ------------------------------------
>
> Key: HBASE-14609
> URL: https://issues.apache.org/jira/browse/HBASE-14609
> Project: HBase
> Issue Type: Bug
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Priority: Minor
>
> The offpeak hours is [startHour, endHour) and endhour is exclusive. But
> endHour is not valid when config as 24, so we can't config all day as
> OffPeakHours.
> {code}
> private static boolean isValidHour(int hour) {
> return 0 <= hour && hour <= 23;
> }
> {code}
> Let endHour=24 is valid or enable startHour==endHour can fix this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)