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 f8593fe8 Automatic Site Publish by Buildbot
f8593fe8 is described below

commit f8593fe8a17845ecf090a272ff49477d8cdc6469
Author: buildbot <us...@infra.apache.org>
AuthorDate: Mon Dec 19 18:51:46 2022 +0000

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

diff --git a/output/feed.xml b/output/feed.xml
index 89fb2578..7f0a1fbf 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>Thu, 08 Dec 2022 12:05:35 +0000</pubDate>
-    <lastBuildDate>Thu, 08 Dec 2022 12:05:35 +0000</lastBuildDate>
+    <pubDate>Mon, 19 Dec 2022 18:51:38 +0000</pubDate>
+    <lastBuildDate>Mon, 19 Dec 2022 18:51:38 +0000</lastBuildDate>
     <generator>Jekyll v4.3.1</generator>
     
     
diff --git a/output/release/accumulo-2.1.1/index.html 
b/output/release/accumulo-2.1.1/index.html
index c5e55e94..051f3c28 100644
--- a/output/release/accumulo-2.1.1/index.html
+++ b/output/release/accumulo-2.1.1/index.html
@@ -175,13 +175,17 @@
 <h3 id="minor-improvements">Minor Improvements</h3>
 
 <ul>
-  <li><a href="https://github.com/apache/accumulo/issues/3077";>#3077</a>, <a 
href="https://github.com/apache/accumulo/issues/3079";>#3079</a>, <a 
href="https://github.com/apache/accumulo/issues/3083";>#3083</a> Avoid filling 
OS page cache by setting the
-<code class="language-plaintext 
highlighter-rouge">FSDataOutputStream.setDropBehind</code> flag when performing 
likely one-time file
-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. <a 
href="https://github.com/apache/accumulo/issues/3083";>#3083</a>
-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.</li>
+  <li><a href="https://github.com/apache/accumulo/issues/3077";>#3077</a>, <a 
href="https://github.com/apache/accumulo/issues/3079";>#3079</a>, <a 
href="https://github.com/apache/accumulo/issues/3083";>#3083</a>, <a 
href="https://github.com/apache/accumulo/issues/3123";>#3123</a> Avoid filling
+OS page cache by calling <code class="language-plaintext 
highlighter-rouge">setDropBehind</code> on the FS data stream when
+performing likely one-time file accesses, as with WAL and compaction input
+and output files. This should allow files that might benefit more from
+caching to stay in the cache longer. <a 
href="https://github.com/apache/accumulo/issues/3083";>#3083</a> and <a 
href="https://github.com/apache/accumulo/issues/3123";>#3123</a>
+introduces new properties, table.compaction.major.output.drop.cache and 
+table.compaction.minor.output.drop.cache, for dropping pages from the OS
+page cache for compaction output files. These changes will only have an
+impact on HDFS FileSystem implementations and operating systems that support
+the underlying OS system call. See associated HDFS <a 
href="https://issues.apache.org/jira/browse/HDFS-16864";>issue</a>
+that will improve the underlying implementation when resolved.</li>
   <li><a href="https://github.com/apache/accumulo/issues/3023";>#3023</a>, <a 
href="https://github.com/apache/accumulo/issues/3053";>#3053</a> Prevent 
excessive logging when an ExternalCompaction
 is cancelled for cause and around the ThreadPools</li>
   <li><a href="https://github.com/apache/accumulo/issues/3057";>#3057</a> 
Modified Monitor to direct DataTable errors to console</li>
diff --git a/output/search_data.json b/output/search_data.json
index c796c6c1..6e4c975d 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, #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 [...]
+      "content": "AboutApache Accumulo 2.1.1 is a patch release of the 2.1.0 
LTM line.Major ImprovementsMinor Improvements  #3077, #3079, #3083, #3123 Avoid 
fillingOS page cache by calling setDropBehind on the FS data stream 
whenperforming likely one-time file accesses, as with WAL and compaction 
inputand output files. This should allow files that might benefit more 
fromcaching to stay in the cache longer. #3083 and #3123introduces new 
properties, table.compaction.major.output.drop.cache [...]
       "url": " /release/accumulo-2.1.1/",
       "categories": "release"
     }

Reply via email to