This is an automated email from the ASF dual-hosted git repository. apurtell pushed a commit to annotated tag 2.5.11RC1 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 87b82b1a038d56cb9fb22210d073997a42b903d4 Author: Andrew Purtell <[email protected]> AuthorDate: Mon Feb 17 13:31:31 2025 -0800 Preparing hbase release 2.5.11RC1; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Andrew Purtell <[email protected]> --- CHANGES.md | 9 +++++++++ RELEASENOTES.md | 9 +++++++++ pom.xml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3c26017da2b..798a4faab63 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,6 +33,8 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-29097](https://issues.apache.org/jira/browse/HBASE-29097) | Add error logging when put creation fails | Major | . | +| [HBASE-29045](https://issues.apache.org/jira/browse/HBASE-29045) | Support new async-profiler \> 2.9 version | Major | profiler | | [HBASE-29004](https://issues.apache.org/jira/browse/HBASE-29004) | Optimize unnecessary type castings in Scan and Get setter methods | Major | Performance | | [HBASE-28600](https://issues.apache.org/jira/browse/HBASE-28600) | Enable setting blockcache on-heap sizes in bytes | Major | regionserver | | [HBASE-29040](https://issues.apache.org/jira/browse/HBASE-29040) | Fix incorrect description of "sampleRate" option of PerformanceEvaluation | Trivial | . | @@ -64,6 +66,13 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-29038](https://issues.apache.org/jira/browse/HBASE-29038) | NPE in processRS.jsp due to failure to get value from MBean | Minor | regionserver | +| [HBASE-29117](https://issues.apache.org/jira/browse/HBASE-29117) | Kerby version conflict with Hadoop 3.4 | Major | dependencies | +| [HBASE-29122](https://issues.apache.org/jira/browse/HBASE-29122) | Some modules are built with Hadoop 3.0-SNAPSHOT on branch-2.x | Critical | . | +| [HBASE-29111](https://issues.apache.org/jira/browse/HBASE-29111) | Data loss in table cloned from a snapshot | Major | dataloss, snapshots | +| [HBASE-29041](https://issues.apache.org/jira/browse/HBASE-29041) | Set UncaughtException Handler for RegionServer ExecutorService | Minor | regionserver | +| [HBASE-29089](https://issues.apache.org/jira/browse/HBASE-29089) | Remove optional flag from spymemcached dependency | Minor | BlockCache | +| [HBASE-29088](https://issues.apache.org/jira/browse/HBASE-29088) | The denominator cannot be 0 when calculating percentages in SnapshotStats | Major | . | | [HBASE-29070](https://issues.apache.org/jira/browse/HBASE-29070) | Balancer cost function epsilon is imprecise | Major | . | | [HBASE-28023](https://issues.apache.org/jira/browse/HBASE-28023) | ITBLL's RollingBatchSuspendResumeRsAction runs the "suspendRs" method to perform the action, but it inadvertently uses the "waitForRegionServerToStop" method to check if it was executed successfully. | Major | . | | [HBASE-29046](https://issues.apache.org/jira/browse/HBASE-29046) | Log message is not correct when the Master bind address configured wrongly | Major | . | diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 67c7ebff740..3b564c04fda 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,15 @@ These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. +--- + +* [HBASE-29117](https://issues.apache.org/jira/browse/HBASE-29117) | *Major* | **Kerby version conflict with Hadoop 3.4** + +HBase now uses Kerby 1.0.1when built with Hadoop 2.x and Kerby 2.3.0 when built with Hadoop 3.x. +This works for the default Hadoop 3.4.x. However, when building HBase with Hadoop 3.2.x or 3.3.x , the kerby.version property must be manually overriden, i.e. +"mvn clean install -Dhadoop-three.version=3.3.6 -Dkerby.version=1.0.1" + + --- * [HBASE-29049](https://issues.apache.org/jira/browse/HBASE-29049) | *Major* | **Increase the interval for running flaky tests** diff --git a/pom.xml b/pom.xml index 6ed4913b7fe..ac4193c7ac4 100644 --- a/pom.xml +++ b/pom.xml @@ -521,7 +521,7 @@ </site> </distributionManagement> <properties> - <revision>2.5.12-SNAPSHOT</revision> + <revision>2.5.11</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>
