Skip to content

Commit cca1542

Browse files
committed
HBASE-24908 Correct the description of hbase.offpeak.end.hour
1 parent 1164531 commit cca1542

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hbase-common/src/main/resources/hbase-default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ possible configurations would overwhelm and obscure the important.
923923
<property>
924924
<name>hbase.offpeak.end.hour</name>
925925
<value>-1</value>
926-
<description>The end of off-peak hours, expressed as an integer between 0 and 23, inclusive. Set
926+
<description>The end of off-peak hours, expressed as an integer between 0 and 23, exclusive. Set
927927
to -1 to disable off-peak.</description>
928928
</property>
929929
<property>

src/main/asciidoc/_chapters/hbase-default.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ The start of off-peak hours, expressed as an integer between 0 and 23, inclusive
11131113
*`hbase.offpeak.end.hour`*::
11141114
+
11151115
.Description
1116-
The end of off-peak hours, expressed as an integer between 0 and 23, inclusive. Set
1116+
The end of off-peak hours, expressed as an integer between 0 and 23, exclusive. Set
11171117
to -1 to disable off-peak.
11181118
+
11191119
.Default

0 commit comments

Comments
 (0)