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 2c5d093 Automatic Site Publish by Buildbot 2c5d093 is described below commit 2c5d093ebf11c24d0a5da9f7cb0b2a385be5f5c2 Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Dec 27 17:05:46 2021 +0000 Automatic Site Publish by Buildbot --- output/feed.xml | 4 ++-- output/images/release/active-compactions-table.png | Bin 26834 -> 0 bytes output/images/release/ec-running-details.png | Bin 0 -> 131341 bytes output/images/release/ec-running2.png | Bin 0 -> 66055 bytes output/release/accumulo-2.1.0/index.html | 16 +++++++++++++--- output/search_data.json | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/output/feed.xml b/output/feed.xml index 18413c4..75e3fb1 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>Mon, 27 Dec 2021 16:14:14 +0000</pubDate> - <lastBuildDate>Mon, 27 Dec 2021 16:14:14 +0000</lastBuildDate> + <pubDate>Mon, 27 Dec 2021 17:05:40 +0000</pubDate> + <lastBuildDate>Mon, 27 Dec 2021 17:05:40 +0000</lastBuildDate> <generator>Jekyll v4.2.0</generator> diff --git a/output/images/release/active-compactions-table.png b/output/images/release/active-compactions-table.png deleted file mode 100644 index d2c9925..0000000 Binary files a/output/images/release/active-compactions-table.png and /dev/null differ diff --git a/output/images/release/ec-running-details.png b/output/images/release/ec-running-details.png new file mode 100644 index 0000000..506fd5a Binary files /dev/null and b/output/images/release/ec-running-details.png differ diff --git a/output/images/release/ec-running2.png b/output/images/release/ec-running2.png new file mode 100644 index 0000000..3311235 Binary files /dev/null and b/output/images/release/ec-running2.png differ diff --git a/output/release/accumulo-2.1.0/index.html b/output/release/accumulo-2.1.0/index.html index 87a937a..5332886 100644 --- a/output/release/accumulo-2.1.0/index.html +++ b/output/release/accumulo-2.1.0/index.html @@ -376,6 +376,12 @@ TABLE: accumulo.metadata 2 default_tablet 0 0 0 0 HOSTED CURRENT:ip-10-113-12-25:9997 !0 ~ +INF </code></pre></div></div> +<h3 id="new-utility-for-generating-splits">New Utility for generating splits</h3> + +<p>A new command line utility was created to generate split points from 1 or more rfiles. One or more HDFS directories can +be given as well. The utility will iterate over all the files provided and determine the proper split points +based on either the size or number given. It uses Apache Datasketches to get the split points from the data. <a href="https://github.com/apache/accumulo/issues/2361">#2361</a> <a href="https://github.com/apache/accumulo/issues/2368">#2368</a></p> + <h3 id="new-option-for-cloning-offline">New option for cloning offline</h3> <p>Added option to leave cloned tables offline <a href="https://github.com/apache/accumulo/issues/1474">#1474</a> <a href="https://github.com/apache/accumulo/issues/1475">#1475</a></p> @@ -418,14 +424,18 @@ to stderr then terminate the VM using Runtime.halt. <a href="https://github.com/ <p>Created new “jshell” convenience entry point <a href="https://github.com/apache/accumulo/issues/1870">#1870</a> <a href="https://github.com/apache/accumulo/issues/1910">#1910</a></p> -<h3 id="new-monitor-compactions-page--optimization">New Monitor Compactions page & optimization</h3> +<h3 id="new-monitor-pages--improvments">New Monitor Pages & Improvments</h3> <p>A page was added to the Monitor that lists the active compactions and the longest running active compaction. As an optimization, the page will only fetch data if a user loads the page and will only do so a maximum of once a minute. The same optimization was added for the Active Scans page, -along with the addition of a “Fetched” column indicating when the data was retrieved. <a href="https://github.com/apache/accumulo/issues/2283">#2283</a> <a href="https://github.com/apache/accumulo/issues/2294">#2294</a></p> +along with the addition of a “Fetched” column indicating when the data was retrieved. A new page was also created +for External Compactions that allows seeing the progress of compactions and many details about ongoing compactions. +<a href="https://github.com/apache/accumulo/issues/2283">#2283</a> <a href="https://github.com/apache/accumulo/issues/2294">#2294</a> <a href="https://github.com/apache/accumulo/issues/2358">#2358</a></p> + +<p><img src="/images/release/ec-running2.png" alt="External Compactions" style="width:85%" /></p> -<p><img src="/images/release/active-compactions-table.png" alt="Active Compactions" /></p> +<p><img src="/images/release/ec-running-details.png" alt="External Compactions Details" style="width:85%" /></p> <h3 id="other-notable-changes">Other notable changes</h3> diff --git a/output/search_data.json b/output/search_data.json index 5cb0712..b9de730 100644 --- a/output/search_data.json +++ b/output/search_data.json @@ -352,7 +352,7 @@ "release-accumulo-2-1-0": { "title": "Apache Accumulo 2.1.0", - "content" : "** DRAFT RELEASE NOTES **AboutTODO high level description of the releaseTODO summarize contributionsTODO Version Upgrade guidanceMinimum RequirementsTODO describe requirementsBinary IncompatibilityThis release is known to be incompatible with prior versions of the clientlibraries. That is, the 2.0.0 or 2.0.1 version of the client libraries will notbe able to communicate with a 2.1.0 or later installation of Accumulo, nor willthe 2.1.0 or later version of the client li [...] + "content" : "** DRAFT RELEASE NOTES **AboutTODO high level description of the releaseTODO summarize contributionsTODO Version Upgrade guidanceMinimum RequirementsTODO describe requirementsBinary IncompatibilityThis release is known to be incompatible with prior versions of the clientlibraries. That is, the 2.0.0 or 2.0.1 version of the client libraries will notbe able to communicate with a 2.1.0 or later installation of Accumulo, nor willthe 2.1.0 or later version of the client li [...] "url": " /release/accumulo-2.1.0/", "categories": "release" }