Skip to content

Commit 843e47e

Browse files
committed
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
1 parent d6b380e commit 843e47e

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ description: > # this means to ignore newlines until "url:"
1313
The Apache Accumulo™ sorted, distributed key/value store is a robust, scalable,
1414
high performance data storage and retrieval system.
1515
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
16-
latest_release: 2.1.3
17-
javadoc_version: 2.1.3
16+
latest_release: 2.1.4
17+
javadoc_version: 2.1.4
1818
num_home_posts: 5
1919
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
2020
docs_baseurl: "/docs/2.x"
@@ -75,8 +75,8 @@ defaults:
7575
layout: "docs-2"
7676
title_prefix: "Accumulo Documentation - "
7777
version: "2.x"
78-
latest_release: "2.1.3"
79-
javadoc_version: "2.1.3"
78+
latest_release: "2.1.4"
79+
javadoc_version: "2.1.4"
8080
docs_baseurl: "/docs/2.x"
8181
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
8282
skiph1fortitle: "true"

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Releases</a>
1515
<ul class="dropdown-menu">
1616
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-3.0.0/">3.0.0 (Latest non-LTM)</a></li>
17-
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-2.1.3/">2.1.3 (Latest LTM)</a></li>
17+
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-2.1.4/">2.1.4 (Latest LTM)</a></li>
1818
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-1.10.4/">1.10.4 (Legacy LTM)</a></li>
1919
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/">Archive</a></li>
2020
</ul>

_posts/release/2024-08-12-accumulo-2.1.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Apache Accumulo 2.1.3
33
sortableversion: '02.01.03'
44
LTM: true
5+
archived: true
56
---
67
## About
78

_posts/release/2025-04-08-accumulo-2.1.4.md renamed to _posts/release/2025-08-20-accumulo-2.1.4.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Apache Accumulo 2.1.4
33
sortableversion: '02.01.04'
4-
draft: true
54
LTM: true
65
---
76
## About
@@ -49,14 +48,16 @@ any prior 2.1 release.
4948
* {% ghi 5174 %} {% ghi 5035 %} {% ghi 5502 %} {% ghi 5439 %} Many improvements
5049
to the `accumulo-cluster` and `accumulo-service` scripts have been backported
5150
from the main branch. This includes syntax changes. Users should review the
52-
scripts for changes that may effect them.
51+
scripts for changes that may effect them. Changes were made to the default
52+
`conf/accumulo-env.sh` file to support the changes in those scripts, so
53+
users should pay particular attention to the changes in that configuration file.
5354
* {% ghi 5688 %} Added option to the Shell config command to show experimental properties.
5455
* {% ghi 5689 %} Modified tokenizer in Shell to provide better support for json values.
5556
* {% ghi 5726 %} Added new configuration properties for the Compactor to specify backoff
5657
behavior when compactions are failing consecutively. This would likely occur when there
5758
is a misconfiguration. This change also includes new logging in the Compactor and
5859
Coordinator, and new metrics being emitted by the Compactor.
59-
* {% ghi 5729 %} Monitor now supports hosting behind a proxy.
60+
* {% ghi 5729 %} Monitor now supports hosting behind a proxy by specifying a base directory.
6061
* {% ghi 5779 %} Admin serviceStatus command now report summaries per resource group.
6162
* {% ghi 5743 %} Added per table and per compaction erasure code configuration.
6263
* {% ghi 5720 %} Added ability to configure compactions differently per tablet and per output path.
@@ -98,7 +99,7 @@ any prior 2.1 release.
9899
indefinitely reserved for a compaction that is no longer running. This condition would continue until
99100
the tablet server hosting the tablet was restarted.
100101
* {% ghi 5543 %} {% ghi 5552 %} {% ghi 5543 %} Fixed multiple bugs that could destabilize external compactions.
101-
* {% ghi 5707 %} Fixes a bug where an exteranl compaction would not start.
102+
* {% ghi 5707 %} Fixes a bug where an external compaction would not start.
102103

103104
### Metrics Improvements
104105

@@ -123,7 +124,7 @@ any prior 2.1 release.
123124

124125
### Semver violations
125126

126-
The following are changes since 2.1.3 that violate semver. Writing code that
127+
The following are changes since 2.1.3 that violate semver. Writing code that
127128
uses these new methods will make it incompatible with 2.1.3 and earlier.
128129

129130
| Class | Changes |

0 commit comments

Comments
 (0)