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 <us...@infra.apache.org> AuthorDate: Thu Dec 8 12:05:42 2022 +0000 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 30e9bbbb..89fb2578 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>Fri, 18 Nov 2022 15:37:45 +0000</pubDate> - <lastBuildDate>Fri, 18 Nov 2022 15:37:45 +0000</lastBuildDate> + <pubDate>Thu, 08 Dec 2022 12:05:35 +0000</pubDate> + <lastBuildDate>Thu, 08 Dec 2022 12:05:35 +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 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 @@ <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> Avoid filling OS file caches by setting the + <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 files and major compaction input files. This should allow -files that might benefit more from caching to stay in the cache longer.</li> +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/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> </ul> -<h3 id="behavior-changes">Behavior Changes</h3> - -<ul> - <li><a href="https://github.com/apache/accumulo/issues/3082">#3082</a> 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.</li> -</ul> - <h3 id="bug-fixes">Bug Fixes</h3> <ul> 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" }