This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to annotated tag 2.6.2RC0 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 9ed00e26e0148ad0d54e4b79022b0b6f533ed62c Author: Duo Zhang <[email protected]> AuthorDate: Tue Feb 4 13:36:45 2025 +0000 Preparing hbase release 2.6.2RC0; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Duo Zhang <[email protected]> --- CHANGES.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 507c85ae7c9..aa5d21982cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ --> # HBASE Changelog -## Release 2.6.2 - Unreleased (as of 2025-02-02) +## Release 2.6.2 - Unreleased (as of 2025-02-04) @@ -83,6 +83,8 @@ | [HBASE-29072](https://issues.apache.org/jira/browse/HBASE-29072) | StochasticLoadBalancer#areReplicasColocated ignores rack colocation | Major | . | | [HBASE-29073](https://issues.apache.org/jira/browse/HBASE-29073) | StochasticLoadBalancer will always run the balancer on startup because of uninitialized sumMultiplier | Major | . | | [HBASE-29088](https://issues.apache.org/jira/browse/HBASE-29088) | The denominator cannot be 0 when calculating percentages in SnapshotStats | Major | . | +| [HBASE-29089](https://issues.apache.org/jira/browse/HBASE-29089) | Remove optional flag from spymemcached dependency | Minor | BlockCache | +| [HBASE-29041](https://issues.apache.org/jira/browse/HBASE-29041) | Set UncaughtException Handler for RegionServer ExecutorService | Minor | regionserver | ### SUB-TASKS: diff --git a/pom.xml b/pom.xml index 3669f721fc0..e8a71d79b8d 100644 --- a/pom.xml +++ b/pom.xml @@ -523,7 +523,7 @@ </site> </distributionManagement> <properties> - <revision>2.6.3-SNAPSHOT</revision> + <revision>2.6.2</revision> <!-- override on command line to have generated LICENSE files include diagnostic info for verifying notice requirements --> <license.debug.print.included>false</license.debug.print.included>
