Skip to content

Commit 6b3b36b

Browse files
committed
Preparing hbase release 2.6.2RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 31bee36 commit 6b3b36b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
# HBASE Changelog
2020

21-
## Release 2.6.2 - Unreleased (as of 2025-02-05)
21+
## Release 2.6.2 - Unreleased (as of 2025-02-14)
2222

2323

2424

@@ -52,6 +52,7 @@
5252
| [HBASE-29071](https://issues.apache.org/jira/browse/HBASE-29071) | StochasticLoadBalancer candidate generators should use a Map, rather than ordinal based indexing | Major | . |
5353
| [HBASE-29099](https://issues.apache.org/jira/browse/HBASE-29099) | Avoid expensive BlockCacheKey.toString() calls when tracing is disabled | Major | Performance |
5454
| [HBASE-29047](https://issues.apache.org/jira/browse/HBASE-29047) | Remove redundant methods in TestMasterObserver | Minor | . |
55+
| [HBASE-29045](https://issues.apache.org/jira/browse/HBASE-29045) | Support new async-profiler \> 2.9 version | Major | profiler |
5556

5657

5758
### BUG FIXES:
@@ -86,6 +87,10 @@
8687
| [HBASE-29089](https://issues.apache.org/jira/browse/HBASE-29089) | Remove optional flag from spymemcached dependency | Minor | BlockCache |
8788
| [HBASE-29041](https://issues.apache.org/jira/browse/HBASE-29041) | Set UncaughtException Handler for RegionServer ExecutorService | Minor | regionserver |
8889
| [HBASE-29111](https://issues.apache.org/jira/browse/HBASE-29111) | Data loss in table cloned from a snapshot | Major | dataloss, snapshots |
90+
| [HBASE-29122](https://issues.apache.org/jira/browse/HBASE-29122) | Some modules are built with Hadoop 3.0-SNAPSHOT on branch-2.x | Critical | . |
91+
| [HBASE-29114](https://issues.apache.org/jira/browse/HBASE-29114) | Restoring to original splits fails if backups are on separate FileSystem | Major | backup&restore |
92+
| [HBASE-29124](https://issues.apache.org/jira/browse/HBASE-29124) | Restoring to original splits fails if bulkloads are on separate FileSystem | Major | backup&restore |
93+
| [HBASE-29117](https://issues.apache.org/jira/browse/HBASE-29117) | Kerby version conflict with Hadoop 3.4 | Major | dependencies |
8994

9095

9196
### SUB-TASKS:

RELEASENOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ Skips unnecessary BlockCacheKey.toString() calls when tracing is disabled
112112
Fixes a bug which caused the balancer to always run on HMaster startup.
113113

114114

115+
---
116+
117+
* [HBASE-29117](https://issues.apache.org/jira/browse/HBASE-29117) | *Major* | **Kerby version conflict with Hadoop 3.4**
118+
119+
HBase now uses Kerby 1.0.1when built with Hadoop 2.x and Kerby 2.3.0 when built with Hadoop 3.x.
120+
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.
121+
"mvn clean install -Dhadoop-three.version=3.3.6 -Dkerby.version=1.0.1"
122+
123+
115124

116125
# HBASE 2.6.1 Release Notes
117126

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
</site>
524524
</distributionManagement>
525525
<properties>
526-
<revision>2.6.3-SNAPSHOT</revision>
526+
<revision>2.6.2</revision>
527527
<!-- override on command line to have generated LICENSE files include
528528
diagnostic info for verifying notice requirements -->
529529
<license.debug.print.included>false</license.debug.print.included>

0 commit comments

Comments
 (0)