This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b54da3f12 Add draft 2.1.6 relnotes (#483)
b54da3f12 is described below

commit b54da3f12694e9b4dc410577cb7d064f8fd61214
Author: Dave Marion <[email protected]>
AuthorDate: Wed Jul 8 19:42:11 2026 -0400

    Add draft 2.1.6 relnotes (#483)
---
 _posts/release/2026-07-04-accumulo-2.1.6.md | 50 +++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/_posts/release/2026-07-04-accumulo-2.1.6.md 
b/_posts/release/2026-07-04-accumulo-2.1.6.md
new file mode 100644
index 000000000..f63510cb4
--- /dev/null
+++ b/_posts/release/2026-07-04-accumulo-2.1.6.md
@@ -0,0 +1,50 @@
+---
+title: Apache Accumulo 2.1.6
+sortableversion: '02.01.06'
+LTM: true
+draft: true
+---
+## About
+
+Apache Accumulo 2.1.6 is a patch release of the 2.1 LTM line. It contains bug
+fixes and minor enhancements. This version supersedes earlier 2.1 releases
+and users upgrading to 2.1 should upgrade directly to this version instead of
+any prior 2.1 release.
+
+## Notable Changes
+
+* {% ghi 6461 %} Hadoop minimum compatibility was changed from 3.0.x to 3.3.x
+to make use of a new API for opening files.
+* {% ghi 6460 %} Changes the API used for opening files that will reduce calls
+to the NameNode when the FileStatus has already been retrieved for the file.
+
+### Configuration Improvements
+
+### Notable Bug Fixes
+
+### Metrics Improvements
+
+### Other Improvements
+
+* {% ghi 6449 %} Modifies the Garbage Collector to use a server-side filter 
when
+processing candidate files.
+
+### Semver violations
+
+## Requirements
+
+Accumulo 2.1.6 now requires JDK 21 to build, but still supports Java 11 
runtime.
+
+## Upgrading
+
+View the [Upgrading Accumulo documentation][upgrade] for guidance.
+
+## Useful Links
+
+* [All Changes since 2.1.5][all-changes]
+* [All tickets related to this release][milestone]
+
+
+[upgrade]: /docs/2.x/administration/upgrading
+[milestone]: https://github.com/apache/accumulo/milestone/23
+[all-changes]: 
https://github.com/apache/accumulo/compare/rel/2.1.5...apache:rel/2.1.6

Reply via email to