This is an automated email from the ASF dual-hosted git repository.
git-site-role 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 6c6d03a2c Automatic Site Publish by Buildbot
6c6d03a2c is described below
commit 6c6d03a2c108cbeac272cbd9e1591addaf28d6e9
Author: buildbot <[email protected]>
AuthorDate: Tue Aug 13 23:19:54 2024 +0000
Automatic Site Publish by Buildbot
---
output/feed.xml | 26 +++++++++++++-------------
output/release/accumulo-2.1.3/index.html | 22 +++++++++++-----------
output/search_data.json | 2 +-
3 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/output/feed.xml b/output/feed.xml
index 470dcfbe6..bc479cfee 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>Tue, 13 Aug 2024 22:12:08 +0000</pubDate>
- <lastBuildDate>Tue, 13 Aug 2024 22:12:08 +0000</lastBuildDate>
+ <pubDate>Tue, 13 Aug 2024 23:19:47 +0000</pubDate>
+ <lastBuildDate>Tue, 13 Aug 2024 23:19:47 +0000</lastBuildDate>
<generator>Jekyll v4.3.3</generator>
@@ -21,8 +21,8 @@ fixes and minor enhancements. This version supersedes 2.1.2.
Users upgrading to
<h2 id="notable-changes">Notable Changes</h2>
-<p>The full set of changes are too numerous to be useful here. Included
here are some highlights of the
-most interesting bugs fixed and features added in 2.1.3. For the full set of
changes, please see the
+<p>The full set of changes are too numerous to be useful here. Below are
some highlights of the most
+significant bug fixes and features added in 2.1.3. For the full set of
changes, please see the
commit history or issue tracker milestone links below.</p>
<h3 id="configurable-improvements">Configurable
Improvements</h3>
@@ -49,8 +49,8 @@ happens.</li>
<code class="language-plaintext
highlighter-rouge">scan.server.selector.impl</code> client
property called
<code class="language-plaintext
highlighter-rouge">org.apache.accumulo.core.spi.scan.ConfigurableScanServerHostSelector</code>
that tries to use scan
servers on the same host to leverage shared off-heap-cache usage.</li>
- <li><a
href="https://github.com/apache/accumulo/issues/3737">#3737</a>,<a
href="https://github.com/apache/accumulo/issues/3783">#3783</a>
Addressed some common transport layer errors about max message sizes
-being exceeded. The max message size configuration was greatly simplified by
removing any
+ <li><a
href="https://github.com/apache/accumulo/issues/3737">#3737</a>,
<a
href="https://github.com/apache/accumulo/issues/3783">#3783</a>
Addressed some common transport layer errors about max message
+sizes being exceeded. The max message size configuration was greatly
simplified by removing any
experimental max message size properties, and deprecating the other
non-experimental ones, all in
favor of a new common single property, <a
href="/docs/2.x/configuration/server-properties#rpc_message_size_max">rpc.message.size.max</a>,
for all server types. The
default value is now very large to avoid users experiencing errors, but can be
constrained by
@@ -103,9 +103,9 @@ to increase performance.</li>
plugin environment.</li>
<li><a
href="https://github.com/apache/accumulo/issues/3721">#3721</a>
Fixed an issue with writes happening in a retry after batch writer was closed.
This
strengthens metadata consistency.</li>
- <li><a
href="https://github.com/apache/accumulo/issues/3749">#3749</a>,<a
href="https://github.com/apache/accumulo/issues/3750">#3750</a>
Fixed an issue where deleting a compaction pool with running
+ <li><a
href="https://github.com/apache/accumulo/issues/3749">#3749</a>,
<a
href="https://github.com/apache/accumulo/issues/3750">#3750</a>
Fixed an issue where deleting a compaction pool with running
compactions would leave the tserver in a bad state.</li>
- <li><a
href="https://github.com/apache/accumulo/issues/3748">#3748</a>
Fixed a bug where a wal could remained locked if an exception
occurred.</li>
+ <li><a
href="https://github.com/apache/accumulo/issues/3748">#3748</a>
Fixed a bug where a wal could remain locked if an exception
occurred.</li>
<li><a
href="https://github.com/apache/accumulo/issues/608">#608</a>,
<a
href="https://github.com/apache/accumulo/issues/3755">#3755</a>
Add validation to GC that checks that the scanner used by GC to
determine candidates for deletion returned a complete row as a mitigation for
<a
href="https://github.com/apache/accumulo/issues/608">#608</a>
which
observed referenced files being removed when they are still in use.</li>
@@ -115,17 +115,17 @@ infinite loops as described in <a
href="https://github.com/apache/accumu
<li><a
href="https://github.com/apache/accumulo/issues/4117">#4117</a>
Fixed a bug in compaction properties where the replacement <code
class="language-plaintext highlighter-rouge">maxOpen</code>
property was
being ignored in favor of the deprecated <code
class="language-plaintext highlighter-rouge">open.max</code>
property.</li>
<li><a
href="https://github.com/apache/accumulo/issues/4681">#4681</a>
Stopped listing all compactors in each compactor to reduce load on
Zookeeper.</li>
- <li><a
href="https://github.com/apache/accumulo/issues/3966">#3966</a>
Changed the default value of the the property
-<a
href="/docs/2.x/configuration/server-properties#table_majc_compaction_strategy">table.majc.compaction.strategy</a>
to empty string to fix a compatibility bug with old and
-new compaction plugins.</li>
+ <li><a
href="https://github.com/apache/accumulo/issues/3966">#3966</a>
Changed the default value of the property
+<a
href="/docs/2.x/configuration/server-properties#table_majc_compaction_strategy">table.majc.compaction.strategy</a>
to an empty string to fix a compatibility bug with old
+and new compaction plugins.</li>
<li><a
href="https://github.com/apache/accumulo/issues/4554">#4554</a>
Fixed a race condition that could cause duplicate compactions to run. While
harmless in terms of data, the duplicate compactions could waste significant
compute resources.</li>
<li><a
href="https://github.com/apache/accumulo/issues/4127">#4127</a>
Updated new compaction plugins to honor <a
href="/docs/2.x/configuration/server-properties#table_file_max">table.file.max</a>
property using a
much more efficient algorithm than old compaction plugins had for this
property.</li>
- <li><a
href="https://github.com/apache/accumulo/issues/4485">#4485</a>
Interrupt compactions on tablet unload. This prevents long running compactions
from
+ <li><a
href="https://github.com/apache/accumulo/issues/4485">#4485</a>
Interrupt compactions on tablet unload. This prevents long-running compactions
from
blocking tablet migration.</li>
<li><a
href="https://github.com/apache/accumulo/issues/3512">#3512</a>
Fixed an issue with improperly cleaned up scans preventing metadata tablet
unload.</li>
- <li><a
href="https://github.com/apache/accumulo/issues/4456">#4456</a>
Fixed an issue where setting an empty property value deleted the
property</li>
+ <li><a
href="https://github.com/apache/accumulo/issues/4456">#4456</a>
Fixed an issue where setting an empty property value deleted the
property.</li>
<li><a
href="https://github.com/apache/accumulo/issues/4000">#4000</a>
Fixed a bug that could cause bulk import to lose files when errors happened in
the
tablet server.</li>
<li><a
href="https://github.com/apache/accumulo/issues/4462">#4462</a>
Fixed bug that prevented listing Fate operations in some situations.</li>
diff --git a/output/release/accumulo-2.1.3/index.html
b/output/release/accumulo-2.1.3/index.html
index f2b41da75..d2964389e 100644
--- a/output/release/accumulo-2.1.3/index.html
+++ b/output/release/accumulo-2.1.3/index.html
@@ -144,8 +144,8 @@ fixes and minor enhancements. This version supersedes
2.1.2. Users upgrading to
<h2 id="notable-changes">Notable Changes</h2>
-<p>The full set of changes are too numerous to be useful here. Included here
are some highlights of the
-most interesting bugs fixed and features added in 2.1.3. For the full set of
changes, please see the
+<p>The full set of changes are too numerous to be useful here. Below are some
highlights of the most
+significant bug fixes and features added in 2.1.3. For the full set of
changes, please see the
commit history or issue tracker milestone links below.</p>
<h3 id="configurable-improvements">Configurable Improvements</h3>
@@ -172,8 +172,8 @@ happens.</li>
<code class="language-plaintext
highlighter-rouge">scan.server.selector.impl</code> client property called
<code class="language-plaintext
highlighter-rouge">org.apache.accumulo.core.spi.scan.ConfigurableScanServerHostSelector</code>
that tries to use scan
servers on the same host to leverage shared off-heap-cache usage.</li>
- <li><a href="https://github.com/apache/accumulo/issues/3737">#3737</a>,<a
href="https://github.com/apache/accumulo/issues/3783">#3783</a> Addressed some
common transport layer errors about max message sizes
-being exceeded. The max message size configuration was greatly simplified by
removing any
+ <li><a href="https://github.com/apache/accumulo/issues/3737">#3737</a>, <a
href="https://github.com/apache/accumulo/issues/3783">#3783</a> Addressed some
common transport layer errors about max message
+sizes being exceeded. The max message size configuration was greatly
simplified by removing any
experimental max message size properties, and deprecating the other
non-experimental ones, all in
favor of a new common single property, <a
href="/docs/2.x/configuration/server-properties#rpc_message_size_max">rpc.message.size.max</a>,
for all server types. The
default value is now very large to avoid users experiencing errors, but can be
constrained by
@@ -226,9 +226,9 @@ to increase performance.</li>
plugin environment.</li>
<li><a href="https://github.com/apache/accumulo/issues/3721">#3721</a> Fixed
an issue with writes happening in a retry after batch writer was closed. This
strengthens metadata consistency.</li>
- <li><a href="https://github.com/apache/accumulo/issues/3749">#3749</a>,<a
href="https://github.com/apache/accumulo/issues/3750">#3750</a> Fixed an issue
where deleting a compaction pool with running
+ <li><a href="https://github.com/apache/accumulo/issues/3749">#3749</a>, <a
href="https://github.com/apache/accumulo/issues/3750">#3750</a> Fixed an issue
where deleting a compaction pool with running
compactions would leave the tserver in a bad state.</li>
- <li><a href="https://github.com/apache/accumulo/issues/3748">#3748</a> Fixed
a bug where a wal could remained locked if an exception occurred.</li>
+ <li><a href="https://github.com/apache/accumulo/issues/3748">#3748</a> Fixed
a bug where a wal could remain locked if an exception occurred.</li>
<li><a href="https://github.com/apache/accumulo/issues/608">#608</a>, <a
href="https://github.com/apache/accumulo/issues/3755">#3755</a> Add validation
to GC that checks that the scanner used by GC to
determine candidates for deletion returned a complete row as a mitigation for
<a href="https://github.com/apache/accumulo/issues/608">#608</a> which
observed referenced files being removed when they are still in use.</li>
@@ -238,17 +238,17 @@ infinite loops as described in <a
href="https://github.com/apache/accumulo/issue
<li><a href="https://github.com/apache/accumulo/issues/4117">#4117</a> Fixed
a bug in compaction properties where the replacement <code
class="language-plaintext highlighter-rouge">maxOpen</code> property was
being ignored in favor of the deprecated <code class="language-plaintext
highlighter-rouge">open.max</code> property.</li>
<li><a href="https://github.com/apache/accumulo/issues/4681">#4681</a>
Stopped listing all compactors in each compactor to reduce load on
Zookeeper.</li>
- <li><a href="https://github.com/apache/accumulo/issues/3966">#3966</a>
Changed the default value of the the property
-<a
href="/docs/2.x/configuration/server-properties#table_majc_compaction_strategy">table.majc.compaction.strategy</a>
to empty string to fix a compatibility bug with old and
-new compaction plugins.</li>
+ <li><a href="https://github.com/apache/accumulo/issues/3966">#3966</a>
Changed the default value of the property
+<a
href="/docs/2.x/configuration/server-properties#table_majc_compaction_strategy">table.majc.compaction.strategy</a>
to an empty string to fix a compatibility bug with old
+and new compaction plugins.</li>
<li><a href="https://github.com/apache/accumulo/issues/4554">#4554</a> Fixed
a race condition that could cause duplicate compactions to run. While
harmless in terms of data, the duplicate compactions could waste significant
compute resources.</li>
<li><a href="https://github.com/apache/accumulo/issues/4127">#4127</a>
Updated new compaction plugins to honor <a
href="/docs/2.x/configuration/server-properties#table_file_max">table.file.max</a>
property using a
much more efficient algorithm than old compaction plugins had for this
property.</li>
- <li><a href="https://github.com/apache/accumulo/issues/4485">#4485</a>
Interrupt compactions on tablet unload. This prevents long running compactions
from
+ <li><a href="https://github.com/apache/accumulo/issues/4485">#4485</a>
Interrupt compactions on tablet unload. This prevents long-running compactions
from
blocking tablet migration.</li>
<li><a href="https://github.com/apache/accumulo/issues/3512">#3512</a> Fixed
an issue with improperly cleaned up scans preventing metadata tablet
unload.</li>
- <li><a href="https://github.com/apache/accumulo/issues/4456">#4456</a> Fixed
an issue where setting an empty property value deleted the property</li>
+ <li><a href="https://github.com/apache/accumulo/issues/4456">#4456</a> Fixed
an issue where setting an empty property value deleted the property.</li>
<li><a href="https://github.com/apache/accumulo/issues/4000">#4000</a> Fixed
a bug that could cause bulk import to lose files when errors happened in the
tablet server.</li>
<li><a href="https://github.com/apache/accumulo/issues/4462">#4462</a> Fixed
bug that prevented listing Fate operations in some situations.</li>
diff --git a/output/search_data.json b/output/search_data.json
index 18ed944f1..be018ec87 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -332,7 +332,7 @@
"release-accumulo-2-1-3": {
"title": "Apache Accumulo 2.1.3",
- "content": "AboutApache Accumulo 2.1.3 is a patch release of the 2.1 LTM
line. It contains bugfixes and minor enhancements. This version supersedes
2.1.2. Users upgrading to2.1 should upgrade directly to this version instead of
2.1.2.Notable ChangesThe full set of changes are too numerous to be useful
here. Included here are some highlights of themost interesting bugs fixed and
features added in 2.1.3. For the full set of changes, please see thecommit
history or issue tracker miles [...]
+ "content": "AboutApache Accumulo 2.1.3 is a patch release of the 2.1 LTM
line. It contains bugfixes and minor enhancements. This version supersedes
2.1.2. Users upgrading to2.1 should upgrade directly to this version instead of
2.1.2.Notable ChangesThe full set of changes are too numerous to be useful
here. Below are some highlights of the mostsignificant bug fixes and features
added in 2.1.3. For the full set of changes, please see thecommit history or
issue tracker milestone link [...]
"url": " /release/accumulo-2.1.3/",
"categories": "release"
}