Skip to content

Commit 7fd096f

Browse files
committed
Preparing hbase release 2.4.17RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
Signed-off-by: Tak Lon (Stephen) Wu <[email protected]>
1 parent 912b6d1 commit 7fd096f

File tree

46 files changed

+145
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+145
-45
lines changed

CHANGES.md

+69
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,75 @@
1818
-->
1919
# HBASE Changelog
2020

21+
## Release 2.4.17 - Unreleased (as of 2023-03-31)
22+
23+
24+
25+
### IMPROVEMENTS:
26+
27+
| JIRA | Summary | Priority | Component |
28+
|:---- |:---- | :--- |:---- |
29+
| [HBASE-27590](https://issues.apache.org/jira/browse/HBASE-27590) | Change Iterable to List in SnapshotFileCache | Minor | . |
30+
| [HBASE-21521](https://issues.apache.org/jira/browse/HBASE-21521) | Expose master startup status via web UI | Major | master, UI |
31+
| [HBASE-15242](https://issues.apache.org/jira/browse/HBASE-15242) | Client metrics for retries and timeouts | Major | metrics |
32+
| [HBASE-27458](https://issues.apache.org/jira/browse/HBASE-27458) | Use ReadWriteLock for region scanner readpoint map | Minor | Scanners |
33+
| [HBASE-27670](https://issues.apache.org/jira/browse/HBASE-27670) | Improve FSUtils to directly obtain FSDataOutputStream | Major | Filesystem Integration |
34+
| [HBASE-27710](https://issues.apache.org/jira/browse/HBASE-27710) | ByteBuff ref counting is too expensive for on-heap buffers | Major | . |
35+
| [HBASE-27646](https://issues.apache.org/jira/browse/HBASE-27646) | Should not use pread when prefetching in HFilePreadReader | Minor | Performance |
36+
| [HBASE-27676](https://issues.apache.org/jira/browse/HBASE-27676) | Scan handlers in the RPC executor should match at least one scan queues | Major | . |
37+
| [HBASE-26526](https://issues.apache.org/jira/browse/HBASE-26526) | Introduce a timeout to shutdown of WAL | Major | wal |
38+
| [HBASE-27758](https://issues.apache.org/jira/browse/HBASE-27758) | Inconsistent synchronization in MetricsUserSourceImpl | Major | . |
39+
40+
41+
### BUG FIXES:
42+
43+
| JIRA | Summary | Priority | Component |
44+
|:---- |:---- | :--- |:---- |
45+
| [HBASE-27608](https://issues.apache.org/jira/browse/HBASE-27608) | Use lowercase image reference name in our docker file | Major | scripts |
46+
| [HBASE-27580](https://issues.apache.org/jira/browse/HBASE-27580) | Reverse scan over rows with tags throw exceptions when using DataBlockEncoding | Major | . |
47+
| [HBASE-27628](https://issues.apache.org/jira/browse/HBASE-27628) | Spotless fix in RELEASENOTES.md | Trivial | . |
48+
| [HBASE-27621](https://issues.apache.org/jira/browse/HBASE-27621) | Also clear the Dictionary when resetting when reading compressed WAL file | Critical | Replication, wal |
49+
| [HBASE-27602](https://issues.apache.org/jira/browse/HBASE-27602) | Remove the impact of operating env on testHFileCleaning | Major | test |
50+
| [HBASE-27648](https://issues.apache.org/jira/browse/HBASE-27648) | CopyOnWriteArrayMap does not honor contract of ConcurrentMap.putIfAbsent | Major | . |
51+
| [HBASE-27636](https://issues.apache.org/jira/browse/HBASE-27636) | The "CREATE\_TIME\_TS" value of the hfile generated by the HFileOutputFormat2 class is 0 | Major | HFile, mapreduce |
52+
| [HBASE-27661](https://issues.apache.org/jira/browse/HBASE-27661) | Set size of systable queue in UT | Major | . |
53+
| [HBASE-27644](https://issues.apache.org/jira/browse/HBASE-27644) | Should not return false when WALKey has no following KVs while reading WAL file | Critical | dataloss, wal |
54+
| [HBASE-27668](https://issues.apache.org/jira/browse/HBASE-27668) | PB's parseDelimitedFrom can successfully return when there are not enough bytes | Critical | Protobufs, wal |
55+
| [HBASE-27650](https://issues.apache.org/jira/browse/HBASE-27650) | Merging empty regions corrupts meta cache | Major | . |
56+
| [HBASE-24781](https://issues.apache.org/jira/browse/HBASE-24781) | Clean up peer metrics when disabling peer | Major | Replication |
57+
| [HBASE-27688](https://issues.apache.org/jira/browse/HBASE-27688) | HFile splitting occurs during bulkload, the CREATE\_TIME\_TS of hfileinfo is 0 | Major | HFile |
58+
| [HBASE-27714](https://issues.apache.org/jira/browse/HBASE-27714) | WALEntryStreamTestBase creates a new HBTU in startCluster method which causes all sub classes are testing default configurations | Major | Replication, test |
59+
| [HBASE-27718](https://issues.apache.org/jira/browse/HBASE-27718) | The regionStateNode only need remove once in regionOffline | Minor | amv2 |
60+
| [HBASE-27651](https://issues.apache.org/jira/browse/HBASE-27651) | hbase-daemon.sh foreground\_start should propagate SIGHUP and SIGTERM | Minor | scripts |
61+
| [HBASE-27671](https://issues.apache.org/jira/browse/HBASE-27671) | Client should not be able to restore/clone a snapshot after it's TTL has expired | Minor | . |
62+
| [HBASE-27684](https://issues.apache.org/jira/browse/HBASE-27684) | Client metrics for user region lock related behaviors. | Major | Client |
63+
| [HBASE-26866](https://issues.apache.org/jira/browse/HBASE-26866) | Shutdown WAL may abort region server | Major | wal |
64+
| [HBASE-27732](https://issues.apache.org/jira/browse/HBASE-27732) | NPE in TestBasicWALEntryStreamFSHLog.testEOFExceptionInOldWALsDirectory | Major | Replication |
65+
| [HBASE-27726](https://issues.apache.org/jira/browse/HBASE-27726) | ruby shell not handled SyntaxError exceptions properly | Minor | shell |
66+
67+
68+
### SUB-TASKS:
69+
70+
| JIRA | Summary | Priority | Component |
71+
|:---- |:---- | :--- |:---- |
72+
| [HBASE-27627](https://issues.apache.org/jira/browse/HBASE-27627) | Backport HBASE-25899 to branch-2.4 | Major | . |
73+
| [HBASE-27629](https://issues.apache.org/jira/browse/HBASE-27629) | Backport HBASE-27043 to branch-2.4 | Major | . |
74+
| [HBASE-27645](https://issues.apache.org/jira/browse/HBASE-27645) | [JDK17] Use ReflectionUtils#getModifiersField in UT | Major | java, test |
75+
| [HBASE-27643](https://issues.apache.org/jira/browse/HBASE-27643) | [JDK17] Add-opens java.util.concurrent | Major | java, test |
76+
| [HBASE-27669](https://issues.apache.org/jira/browse/HBASE-27669) | chaos-daemon.sh should make use hbase script start/stop chaosagent and chaos monkey runner. | Major | . |
77+
78+
79+
### OTHER:
80+
81+
| JIRA | Summary | Priority | Component |
82+
|:---- |:---- | :--- |:---- |
83+
| [HBASE-27736](https://issues.apache.org/jira/browse/HBASE-27736) | HFileSystem.getLocalFs is not used | Major | HFile |
84+
| [HBASE-27626](https://issues.apache.org/jira/browse/HBASE-27626) | Suppress noisy logging in client.ConnectionImplementation | Minor | logging |
85+
| [HBASE-27685](https://issues.apache.org/jira/browse/HBASE-27685) | Enable code coverage reporting to SonarQube in HBase | Minor | . |
86+
| [HBASE-27741](https://issues.apache.org/jira/browse/HBASE-27741) | Fall back to protoc osx-x86\_64 on Apple Silicon | Minor | build |
87+
| [HBASE-27748](https://issues.apache.org/jira/browse/HBASE-27748) | Bump jettison from 1.5.2 to 1.5.4 | Major | dependabot, dependencies, security |
88+
89+
2190
## Release 2.4.16 - Unreleased (as of 2023-02-01)
2291

2392

RELEASENOTES.md

+31
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,37 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
-->
19+
# HBASE 2.4.17 Release Notes
20+
21+
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
22+
23+
24+
---
25+
26+
* [HBASE-27651](https://issues.apache.org/jira/browse/HBASE-27651) | *Minor* | **hbase-daemon.sh foreground\_start should propagate SIGHUP and SIGTERM**
27+
28+
<!-- markdown -->
29+
Introduce separate `trap`s for SIGHUP vs. the rest. Treat `SIGINT`, `SIGKILL`, and `EXIT` identically, as before. Use the signal name without `SIG` prefix for increased portability, as per the POSIX man page for `trap`.
30+
31+
`SIGTERM` handler will now honor `HBASE_STOP_TIMEOUT` as described in the file header.
32+
33+
34+
---
35+
36+
* [HBASE-27741](https://issues.apache.org/jira/browse/HBASE-27741) | *Minor* | **Fall back to protoc osx-x86\_64 on Apple Silicon**
37+
38+
<!-- markdown -->
39+
This change introduces and automatically applies a new profile for osx-aarch_64 hosts named `apple-silicon-workaround`. This profile overrides the property `os.detected.classifier` with the value `osx-x86_64`. The intention is that this change will permit the build to proceed with the x86 version of `protoc`, making use of the Rosetta instruction translation service built into the OS. If you'd like to provide and make use of your own aarch_64 `protoc`, you can disable this profile on the command line by adding `-P'!apple-silicon-workaround'`, or through configuration in your `settings.xml`.
40+
41+
42+
---
43+
44+
* [HBASE-27748](https://issues.apache.org/jira/browse/HBASE-27748) | *Major* | **Bump jettison from 1.5.2 to 1.5.4**
45+
46+
Bump jettison from 1.5.2 to 1.5.4 for CVE-2023-1436.
47+
48+
49+
1950
# HBASE 2.4.16 Release Notes
2051

2152
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.

hbase-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-archetypes/hbase-archetype-builder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.hbase</groupId>
2626
<artifactId>hbase-archetypes</artifactId>
27-
<version>2.4.17-SNAPSHOT</version>
27+
<version>2.4.17</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

hbase-archetypes/hbase-client-project/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-archetypes</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-client-project</artifactId>

hbase-archetypes/hbase-shaded-client-project/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-archetypes</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-client-project</artifactId>

hbase-archetypes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-assembly</artifactId>

hbase-asyncfs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-build-configuration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-checkstyle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<parent>
2626
<groupId>org.apache.hbase</groupId>
2727
<artifactId>hbase</artifactId>
28-
<version>2.4.17-SNAPSHOT</version>
28+
<version>2.4.17</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<groupId>org.apache.hbase</groupId>
3232
<artifactId>hbase-checkstyle</artifactId>
33-
<version>2.4.17-SNAPSHOT</version>
33+
<version>2.4.17</version>
3434
<name>Apache HBase - Checkstyle</name>
3535
<description>Module to hold Checkstyle properties for HBase.</description>
3636

hbase-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-endpoint/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-endpoint</artifactId>

hbase-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-examples</artifactId>

hbase-external-blockcache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-external-blockcache</artifactId>

hbase-hadoop-compat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-hadoop2-compat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.hbase</groupId>
2323
<artifactId>hbase-build-configuration</artifactId>
24-
<version>2.4.17-SNAPSHOT</version>
24+
<version>2.4.17</version>
2525
<relativePath>../hbase-build-configuration</relativePath>
2626
</parent>
2727

hbase-hbtop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-hbtop</artifactId>

hbase-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-http</artifactId>

hbase-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-mapreduce/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-mapreduce</artifactId>

hbase-metrics-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-procedure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-protocol-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-protocol-shaded</artifactId>

hbase-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-protocol</artifactId>

hbase-replication/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-replication</artifactId>

hbase-resource-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-rest</artifactId>

hbase-rsgroup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-rsgroup</artifactId>

hbase-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.17-SNAPSHOT</version>
26+
<version>2.4.17</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-server</artifactId>

0 commit comments

Comments
 (0)