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 843e47ead Update release notes and navigation for 2.1.4
843e47ead is described below
commit 843e47ead1094358aea83364ef259d662fb303d4
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 20 21:33:47 2025 -0400
Update release notes and navigation for 2.1.4
* Update Jekyll config
* Update nav links
* Archive 2.1.3 release notes
* Small tweaks to 2.1.4 release notes and remove from draft status
---
_config.yml | 8 ++++----
_includes/nav.html | 2 +-
_posts/release/2024-08-12-accumulo-2.1.3.md | 1 +
...5-04-08-accumulo-2.1.4.md => 2025-08-20-accumulo-2.1.4.md} | 11 ++++++-----
4 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/_config.yml b/_config.yml
index f228f4d96..3da5f4d24 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,8 +13,8 @@ description: > # this means to ignore newlines until "url:"
The Apache Accumuloâ„¢ sorted, distributed key/value store is a robust,
scalable,
high performance data storage and retrieval system.
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
-latest_release: 2.1.3
-javadoc_version: 2.1.3
+latest_release: 2.1.4
+javadoc_version: 2.1.4
num_home_posts: 5
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
docs_baseurl: "/docs/2.x"
@@ -75,8 +75,8 @@ defaults:
layout: "docs-2"
title_prefix: "Accumulo Documentation - "
version: "2.x"
- latest_release: "2.1.3"
- javadoc_version: "2.1.3"
+ latest_release: "2.1.4"
+ javadoc_version: "2.1.4"
docs_baseurl: "/docs/2.x"
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
skiph1fortitle: "true"
diff --git a/_includes/nav.html b/_includes/nav.html
index 68ce22a85..89f4cb67b 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -14,7 +14,7 @@
<a class="nav-link dropdown-toggle" href="#" role="button"
data-bs-toggle="dropdown">Releases</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-3.0.0/">3.0.0 (Latest non-LTM)</a></li>
- <li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-2.1.3/">2.1.3 (Latest LTM)</a></li>
+ <li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-2.1.4/">2.1.4 (Latest LTM)</a></li>
<li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-1.10.4/">1.10.4 (Legacy LTM)</a></li>
<li><a class="dropdown-item" href="{{ site.baseurl
}}/release/">Archive</a></li>
</ul>
diff --git a/_posts/release/2024-08-12-accumulo-2.1.3.md
b/_posts/release/2024-08-12-accumulo-2.1.3.md
index c1480132d..ba867e0fa 100644
--- a/_posts/release/2024-08-12-accumulo-2.1.3.md
+++ b/_posts/release/2024-08-12-accumulo-2.1.3.md
@@ -2,6 +2,7 @@
title: Apache Accumulo 2.1.3
sortableversion: '02.01.03'
LTM: true
+archived: true
---
## About
diff --git a/_posts/release/2025-04-08-accumulo-2.1.4.md
b/_posts/release/2025-08-20-accumulo-2.1.4.md
similarity index 95%
rename from _posts/release/2025-04-08-accumulo-2.1.4.md
rename to _posts/release/2025-08-20-accumulo-2.1.4.md
index 38a954080..75884280a 100644
--- a/_posts/release/2025-04-08-accumulo-2.1.4.md
+++ b/_posts/release/2025-08-20-accumulo-2.1.4.md
@@ -1,7 +1,6 @@
---
title: Apache Accumulo 2.1.4
sortableversion: '02.01.04'
-draft: true
LTM: true
---
## About
@@ -49,14 +48,16 @@ any prior 2.1 release.
* {% ghi 5174 %} {% ghi 5035 %} {% ghi 5502 %} {% ghi 5439 %} Many improvements
to the `accumulo-cluster` and `accumulo-service` scripts have been backported
from the main branch. This includes syntax changes. Users should review the
- scripts for changes that may effect them.
+ scripts for changes that may effect them. Changes were made to the default
+ `conf/accumulo-env.sh` file to support the changes in those scripts, so
+ users should pay particular attention to the changes in that configuration
file.
* {% ghi 5688 %} Added option to the Shell config command to show experimental
properties.
* {% ghi 5689 %} Modified tokenizer in Shell to provide better support for
json values.
* {% ghi 5726 %} Added new configuration properties for the Compactor to
specify backoff
behavior when compactions are failing consecutively. This would likely occur
when there
is a misconfiguration. This change also includes new logging in the
Compactor and
Coordinator, and new metrics being emitted by the Compactor.
-* {% ghi 5729 %} Monitor now supports hosting behind a proxy.
+* {% ghi 5729 %} Monitor now supports hosting behind a proxy by specifying a
base directory.
* {% ghi 5779 %} Admin serviceStatus command now report summaries per resource
group.
* {% ghi 5743 %} Added per table and per compaction erasure code configuration.
* {% ghi 5720 %} Added ability to configure compactions differently per tablet
and per output path.
@@ -98,7 +99,7 @@ any prior 2.1 release.
indefinitely reserved for a compaction that is no longer running. This
condition would continue until
the tablet server hosting the tablet was restarted.
* {% ghi 5543 %} {% ghi 5552 %} {% ghi 5543 %} Fixed multiple bugs that could
destabilize external compactions.
-* {% ghi 5707 %} Fixes a bug where an exteranl compaction would not start.
+* {% ghi 5707 %} Fixes a bug where an external compaction would not start.
### Metrics Improvements
@@ -123,7 +124,7 @@ any prior 2.1 release.
### Semver violations
-The following are changes since 2.1.3 that violate semver. Writing code that
+The following are changes since 2.1.3 that violate semver. Writing code that
uses these new methods will make it incompatible with 2.1.3 and earlier.
| Class | Changes |