This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 976643616 Automatic Site Publish by Buildbot
976643616 is described below
commit 976643616cad5e97b3ea35de8dae8dd5226f950a
Author: buildbot <[email protected]>
AuthorDate: Wed Jul 8 23:42:37 2026 +0000
Automatic Site Publish by Buildbot
---
output/feed.xml | 4 +-
output/release/accumulo-2.1.5/index.html | 4 +-
.../{accumulo-2.1.5 => accumulo-2.1.6}/index.html | 79 ++++++++--------------
output/release/accumulo-3.0.0/index.html | 4 +-
output/release/index.html | 11 +++
output/search_data.json | 8 +++
6 files changed, 53 insertions(+), 57 deletions(-)
diff --git a/output/feed.xml b/output/feed.xml
index 562dd328e..b5cf9dd68 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>https://accumulo.apache.org/</link>
<atom:link href="https://accumulo.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Wed, 08 Jul 2026 04:58:46 +0000</pubDate>
- <lastBuildDate>Wed, 08 Jul 2026 04:58:46 +0000</lastBuildDate>
+ <pubDate>Wed, 08 Jul 2026 23:42:29 +0000</pubDate>
+ <lastBuildDate>Wed, 08 Jul 2026 23:42:29 +0000</lastBuildDate>
<generator>Jekyll v4.4.1</generator>
diff --git a/output/release/accumulo-2.1.5/index.html
b/output/release/accumulo-2.1.5/index.html
index ecdf1c0d9..83b54bef9 100644
--- a/output/release/accumulo-2.1.5/index.html
+++ b/output/release/accumulo-2.1.5/index.html
@@ -124,7 +124,7 @@
- <li class="page-item"><a class="page-link"
href="/release/accumulo-3.0.0/">Apache Accumulo 3.0.0 »</a></li>
+ <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.6/">Apache Accumulo 2.1.6 »</a></li>
</ul></nav>
@@ -221,7 +221,7 @@ of the <code class="language-plaintext
highlighter-rouge">admin fate --delete</c
- <li class="page-item"><a class="page-link"
href="/release/accumulo-3.0.0/">Apache Accumulo 3.0.0 »</a></li>
+ <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.6/">Apache Accumulo 2.1.6 »</a></li>
</ul></nav>
diff --git a/output/release/accumulo-2.1.5/index.html
b/output/release/accumulo-2.1.6/index.html
similarity index 65%
copy from output/release/accumulo-2.1.5/index.html
copy to output/release/accumulo-2.1.6/index.html
index ecdf1c0d9..95c8e6449 100644
--- a/output/release/accumulo-2.1.5/index.html
+++ b/output/release/accumulo-2.1.6/index.html
@@ -26,7 +26,7 @@
<link rel="stylesheet" type="text/css"
href="/css/datatables/bs5/dt-2.0.8/datatables.css">
<link rel="stylesheet" type="text/css" href="/css/accumulo.css">
-<title>Apache Accumulo 2.1.5</title>
+<title>Apache Accumulo 2.1.6</title>
<script type="text/javascript" src="/js/jquery/3.7.1/jquery.js"></script>
<script type="text/javascript"
src="/js/bootstrap/5.3.3/dist/js/bootstrap.bundle.js"></script>
@@ -113,14 +113,14 @@
</div>
<div id="content">
- <h1 class="title">Apache Accumulo 2.1.5</h1>
+ <h1 class="title">Apache Accumulo 2.1.6</h1>
-<p>08 Jul 2026</p>
+<p>04 Jul 2026</p>
<nav aria-label="Navigate Release Notes"><ul class="pagination d-flex
justify-content-between">
- <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.4/">« Apache Accumulo 2.1.4</a></li>
+ <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.5/">« Apache Accumulo 2.1.5</a></li>
@@ -129,6 +129,11 @@
</ul></nav>
+<div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">
+ These are <strong>draft</strong> release notes for a future release of
Accumulo!<br>
+ Please view <a class="alert-link" href="/release/accumulo-2.1.5/">the latest
release notes</a>.
+</div>
+
<div class="alert alert-success" role="alert">
@@ -138,66 +143,38 @@
<h2 id="about">About</h2>
-<p>Apache Accumulo 2.1.5 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.</p>
+<p>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.</p>
<h2 id="notable-changes">Notable Changes</h2>
<ul>
- <li><a href="https://github.com/apache/accumulo/issues/5998">#5998</a> Added
property that allows user to specify whether or not
-RFiles should be shuffled when reading from a Tablet to try and reduce the
-number of scan threads that are waiting on the same file to opened.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6040">#6040</a> <a
href="https://github.com/apache/accumulo/issues/6075">#6075</a> Prior to 2.1.5
iterators that had the same
-priority would execute in a non-deterministic order. In 2.1.5 the iterators
-with the same priority will execute in the lexicographical order of the name
-property.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6146">#6146</a> Added
Scan Server property that allows user to control which
-tables are allowed to be used with Scan Servers.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6156">#6156</a> Scan
Servers can now be used to scan offline tables.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6160">#6160</a>
Accumulo 2.1.5 requires JDK 21 to build. For runtime the
-minimum required JDK version is 11.</li>
+ <li><a href="https://github.com/apache/accumulo/issues/6461">#6461</a>
Hadoop minimum compatibility was changed from 3.0.x to 3.3.x
+to make use of a new API for opening files.</li>
+ <li><a href="https://github.com/apache/accumulo/issues/6460">#6460</a>
Changes the API used for opening files that will reduce calls
+to the NameNode when the FileStatus has already been retrieved for the
file.</li>
</ul>
+<h3 id="configuration-improvements">Configuration Improvements</h3>
+
<h3 id="notable-bug-fixes">Notable Bug Fixes</h3>
-<ul>
- <li><a href="https://github.com/apache/accumulo/issues/5856">#5856</a>
Modified Shell to stop removing backslash characters.</li>
- <li><a href="https://github.com/apache/accumulo/issues/5888">#5888</a> Fail
the <code class="language-plaintext highlighter-rouge">accumulo upgrade
--prepare</code> command when table
-properties are set in the site configuration.</li>
- <li><a href="https://github.com/apache/accumulo/issues/5960">#5960</a> Fixed
a bug when <code class="language-plaintext
highlighter-rouge">table.file.ec</code> property set to <code
class="language-plaintext highlighter-rouge">inherit</code>.</li>
- <li><a href="https://github.com/apache/accumulo/issues/5963">#5963</a>
Enable reloading of the <code class="language-plaintext
highlighter-rouge">general.server.iter.opts.compression</code>
-property so that changes don’t require process restart.</li>
- <li><a href="https://github.com/apache/accumulo/issues/5989">#5989</a> Adds
a new log message in the Compaction Coordinator that will
-periodically log summary information to include number of compactions running
-for each table, the number of compactor, queued compactions (max 100), and
-running compactions for each compaction queue.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6029">#6029</a>
Modified Monitor tables to support ‘all’ size option.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6148">#6148</a> Fixed
shell commands <code class="language-plaintext highlighter-rouge">grep</code>
and <code class="language-plaintext highlighter-rouge">deletemany</code> to
honor the
-context classloader option.</li>
-</ul>
+<h3 id="metrics-improvements">Metrics Improvements</h3>
<h3 id="other-improvements">Other Improvements</h3>
<ul>
- <li><a href="https://github.com/apache/accumulo/issues/5928">#5928</a>
Converted Scan Servers to use Rendezvous hashing.</li>
- <li><a href="https://github.com/apache/accumulo/issues/5983">#5983</a> Added
<code class="language-plaintext highlighter-rouge">-v</code> option to shell
<code class="language-plaintext highlighter-rouge">getsplits</code> command to
print split
-information that matches the supplied obfuscated extent.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6005">#6005</a> Added
compaction output tmp file name to pre-compaction log
-message.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6014">#6014</a>
Modified Fate to exit normally when Manager shut down instead
-of failing the transaction.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6051">#6051</a> <code
class="language-plaintext highlighter-rouge">shell fate --delete</code> command
will remove the fate transaction
-id from the table_locks directory in ZooKeeper to match the delete behavior
-of the <code class="language-plaintext highlighter-rouge">admin fate
--delete</code> command.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6064">#6064</a>
Updated log4j dependency to version 2.25.3.</li>
- <li><a href="https://github.com/apache/accumulo/issues/6067">#6067</a> Fixed
<code class="language-plaintext highlighter-rouge">accumulo-cluster
prune</code> bug with Scan Servers.</li>
+ <li><a href="https://github.com/apache/accumulo/issues/6449">#6449</a>
Modifies the Garbage Collector to use a server-side filter when
+processing candidate files.</li>
</ul>
+<h3 id="semver-violations">Semver violations</h3>
+
<h2 id="requirements">Requirements</h2>
-<p>Accumulo 2.1.5 now requires JDK 21 to build, but still supports Java 11
runtime.</p>
+<p>Accumulo 2.1.6 now requires JDK 21 to build, but still supports Java 11
runtime.</p>
<h2 id="upgrading">Upgrading</h2>
@@ -206,8 +183,8 @@ of the <code class="language-plaintext
highlighter-rouge">admin fate --delete</c
<h2 id="useful-links">Useful Links</h2>
<ul>
- <li><a
href="https://github.com/apache/accumulo/compare/rel/2.1.4...apache:rel/2.1.5">All
Changes since 2.1.4</a></li>
- <li><a href="https://github.com/apache/accumulo/milestone/22">All tickets
related to this release</a></li>
+ <li><a
href="https://github.com/apache/accumulo/compare/rel/2.1.5...apache:rel/2.1.6">All
Changes since 2.1.5</a></li>
+ <li><a href="https://github.com/apache/accumulo/milestone/23">All tickets
related to this release</a></li>
</ul>
@@ -217,7 +194,7 @@ of the <code class="language-plaintext
highlighter-rouge">admin fate --delete</c
<p><strong>View all releases in the <a
href="/release/">archive</a></strong></p>
<nav aria-label="Navigate Release Notes"><ul class="pagination d-flex
justify-content-between">
- <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.4/">« Apache Accumulo 2.1.4</a></li>
+ <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.5/">« Apache Accumulo 2.1.5</a></li>
diff --git a/output/release/accumulo-3.0.0/index.html
b/output/release/accumulo-3.0.0/index.html
index 0ea0f9e19..234fb813b 100644
--- a/output/release/accumulo-3.0.0/index.html
+++ b/output/release/accumulo-3.0.0/index.html
@@ -120,7 +120,7 @@
<p>21 Aug 2023</p>
<nav aria-label="Navigate Release Notes"><ul class="pagination d-flex
justify-content-between">
- <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.5/">« Apache Accumulo 2.1.5</a></li>
+ <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.6/">« Apache Accumulo 2.1.6</a></li>
@@ -233,7 +233,7 @@ when memory is low. See the server properties for <code
class="language-plaintex
<p><strong>View all releases in the <a
href="/release/">archive</a></strong></p>
<nav aria-label="Navigate Release Notes"><ul class="pagination d-flex
justify-content-between">
- <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.5/">« Apache Accumulo 2.1.5</a></li>
+ <li class="page-item"><a class="page-link"
href="/release/accumulo-2.1.6/">« Apache Accumulo 2.1.6</a></li>
diff --git a/output/release/index.html b/output/release/index.html
index 9717e3d59..0642720dc 100644
--- a/output/release/index.html
+++ b/output/release/index.html
@@ -136,6 +136,17 @@
+
+
+ <div class="row" style="margin-top: 15px; font-family: monospace">
+ <div class="col-md-1">Jul 04</div>
+ <div class="col-md-10">
+ <span class="badge bg-danger"> DRAFT! </span> <a
href="/contributor/versioning#LTM"><span class="badge
bg-success"> LTM </span></a><em><strong> <a
href="/release/accumulo-2.1.6/">Apache Accumulo 2.1.6</a></strong></em>
+ </div>
+ </div>
+
+
+
<hr />
<h3>2025</h3>
diff --git a/output/search_data.json b/output/search_data.json
index 00342c18c..fbdd72fb9 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -338,6 +338,14 @@
}
,
+ "release-accumulo-2-1-6": {
+ "title": "Apache Accumulo 2.1.6",
+ "content": "AboutApache Accumulo 2.1.6 is a patch release of the 2.1 LTM
line. It contains bugfixes and minor enhancements. This version supersedes
earlier 2.1 releasesand users upgrading to 2.1 should upgrade directly to this
version instead ofany prior 2.1 release.Notable Changes #6461 Hadoop minimum
compatibility was changed from 3.0.x to 3.3.xto make use of a new API for
opening files. #6460 Changes the API used for opening files that will reduce
callsto the NameNode when the [...]
+ "url": " /release/accumulo-2.1.6/",
+ "categories": "release"
+ }
+ ,
+
"release-accumulo-2-1-4": {
"title": "Apache Accumulo 2.1.4",
"content": "AboutApache Accumulo 2.1.4 is a patch release of the 2.1 LTM
line. It contains bugfixes and minor enhancements. This version supersedes
earlier 2.1 releasesand users upgrading to 2.1 should upgrade directly to this
version instead ofany prior 2.1 release.Notable Changes #5446 Many
dependencies were updated, to include protobuf-java whichwas updated from
3.22.0 to 3.25.6 due to a vulnerability. Users may run intoa runtime exception
added in https://github.com/protocolbu [...]