[accumulo-website] branch asf-site updated (7d2b63ee -> daa1a0ac)

2022-12-08 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

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


from 7d2b63ee Automatic Site Publish by Buildbot
 add 27f18de3 Automatic Site Publish by Buildbot
 add daa1a0ac Automatic Site Publish by Buildbot

No new revisions were added by this update.

Summary of changes:
 output/feed.xml|  4 +-
 output/release/accumulo-2.1.0/index.html   |  4 ++
 .../index.html | 79 +-
 output/release/index.html  | 11 +++
 output/search_data.json|  8 +++
 5 files changed, 72 insertions(+), 34 deletions(-)
 copy output/release/{accumulo-2.0.0-alpha-2 => accumulo-2.1.1}/index.html (69%)



[accumulo-website] branch main updated: Update release notes with recent changes (#369)

2022-12-08 Thread dlmarion
This is an automated email from the ASF dual-hosted git repository.

dlmarion 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 a1610070 Update release notes with recent changes (#369)
a1610070 is described below

commit a16100709bce06eaa9f9834a0ab7056d27341516
Author: Dave Marion 
AuthorDate: Thu Dec 8 07:05:20 2022 -0500

Update release notes with recent changes (#369)
---
 _posts/release/2022-11-02-accumulo-2.1.1.md | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/_posts/release/2022-11-02-accumulo-2.1.1.md 
b/_posts/release/2022-11-02-accumulo-2.1.1.md
index 2172ef0f..1be3d6fd 100644
--- a/_posts/release/2022-11-02-accumulo-2.1.1.md
+++ b/_posts/release/2022-11-02-accumulo-2.1.1.md
@@ -12,20 +12,17 @@ Apache Accumulo 2.1.1 is a patch release of the 2.1.0 LTM 
line.
 
 ### Minor Improvements
 
-* {% ghi 3077 %}, {% ghi 3079 %} Avoid filling OS file caches by setting the
+* {% ghi 3077 %}, {% ghi 3079 %}, {% ghi 3083 %} Avoid filling OS page cache 
by setting the
   `FSDataOutputStream.setDropBehind` flag when performing likely one-time file
-  accesses, as with WAL files and major compaction input files. This should 
allow
-  files that might benefit more from caching to stay in the cache longer.
+  accesses, as with WAL input and output files and major compaction input 
files. This should allow
+  files that might benefit more from caching to stay in the cache longer. {% 
ghi 3083 %}
+  introduces a new property, table.compaction.major.output.drop.cache, for 
dropping pages
+  from the OS page cache for major compaction output files. These changes will 
only have an
+  impact on HDFS FileSystem implementations and operating systems that support 
them.
 * {% ghi 3023 %}, {% ghi 3053 %} Prevent excessive logging when an 
ExternalCompaction
   is cancelled for cause and around the ThreadPools
 * {% ghi 3057 %} Modified Monitor to direct DataTable errors to console
 
-### Behavior Changes
-
-* {% ghi 3082 %} ScanServers can now scan offline tables. The AccumuloClient 
will no longer
-  throw a TableOfflineException when creating a Scanner or BatchScanner 
against an offline table.
-  Instead, an error will be thrown on the call to iterator() if it can't be 
scanned because it is offline.
-
 ### Bug Fixes
 
 * {% ghi 3059 %} Removed stale compactions from CompactionCoordinator internal 
structure. The



[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2022-12-08 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-staging by this push:
 new daa1a0ac Automatic Site Publish by Buildbot
daa1a0ac is described below

commit daa1a0ac604927d2fffdf66641494a180e99ddd9
Author: buildbot 
AuthorDate: Thu Dec 8 12:05:42 2022 +

Automatic Site Publish by Buildbot
---
 output/feed.xml  |  4 ++--
 output/release/accumulo-2.1.1/index.html | 17 ++---
 output/search_data.json  |  2 +-
 3 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 30e9..89fb2578 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml; rel="self" 
type="application/rss+xml"/>
-Fri, 18 Nov 2022 15:37:45 +
-Fri, 18 Nov 2022 15:37:45 +
+Thu, 08 Dec 2022 12:05:35 +
+Thu, 08 Dec 2022 12:05:35 +
 Jekyll v4.3.1
 
 
diff --git a/output/release/accumulo-2.1.1/index.html 
b/output/release/accumulo-2.1.1/index.html
index 92e27726..c5e55e94 100644
--- a/output/release/accumulo-2.1.1/index.html
+++ b/output/release/accumulo-2.1.1/index.html
@@ -175,23 +175,18 @@
 Minor Improvements
 
 
-  https://github.com/apache/accumulo/issues/3077;>#3077, https://github.com/apache/accumulo/issues/3079;>#3079 Avoid filling 
OS file caches by setting the
+  https://github.com/apache/accumulo/issues/3077;>#3077, https://github.com/apache/accumulo/issues/3079;>#3079, https://github.com/apache/accumulo/issues/3083;>#3083 Avoid filling 
OS page cache by setting the
 FSDataOutputStream.setDropBehind flag when performing 
likely one-time file
-accesses, as with WAL files and major compaction input files. This should allow
-files that might benefit more from caching to stay in the cache longer.
+accesses, as with WAL input and output files and major compaction input files. 
This should allow
+files that might benefit more from caching to stay in the cache longer. https://github.com/apache/accumulo/issues/3083;>#3083
+introduces a new property, table.compaction.major.output.drop.cache, for 
dropping pages
+from the OS page cache for major compaction output files. These changes will 
only have an
+impact on HDFS FileSystem implementations and operating systems that support 
them.
   https://github.com/apache/accumulo/issues/3023;>#3023, https://github.com/apache/accumulo/issues/3053;>#3053 Prevent 
excessive logging when an ExternalCompaction
 is cancelled for cause and around the ThreadPools
   https://github.com/apache/accumulo/issues/3057;>#3057 
Modified Monitor to direct DataTable errors to console
 
 
-Behavior Changes
-
-
-  https://github.com/apache/accumulo/issues/3082;>#3082 
ScanServers can now scan offline tables. The AccumuloClient will no longer
-throw a TableOfflineException when creating a Scanner or BatchScanner against 
an offline table.
-Instead, an error will be thrown on the call to iterator() if it can’t be 
scanned because it is offline.
-
-
 Bug Fixes
 
 
diff --git a/output/search_data.json b/output/search_data.json
index 2bb27605..c796c6c1 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -318,7 +318,7 @@
   
 "release-accumulo-2-1-1": {
   "title": "Apache Accumulo 2.1.1",
-  "content": "AboutApache Accumulo 2.1.1 is a patch release of the 2.1.0 
LTM line.Major ImprovementsMinor Improvements  #3077, #3079 Avoid filling OS 
file caches by setting theFSDataOutputStream.setDropBehind flag when performing 
likely one-time fileaccesses, as with WAL files and major compaction input 
files. This should allowfiles that might benefit more from caching to stay in 
the cache longer.  #3023, #3053 Prevent excessive logging when an 
ExternalCompactionis cancelled for caus [...]
+  "content": "AboutApache Accumulo 2.1.1 is a patch release of the 2.1.0 
LTM line.Major ImprovementsMinor Improvements  #3077, #3079, #3083 Avoid 
filling OS page cache by setting theFSDataOutputStream.setDropBehind flag when 
performing likely one-time fileaccesses, as with WAL input and output files and 
major compaction input files. This should allowfiles that might benefit more 
from caching to stay in the cache longer. #3083introduces a new property, 
table.compaction.major.output.dr [...]
   "url": " /release/accumulo-2.1.1/",
   "categories": "release"
 }