You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2021/12/13 21:39:46 UTC

[accumulo-website] branch main updated: Update release notes for new EC page in monitor (#303)

This is an automated email from the ASF dual-hosted git repository.

mmiller 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 4b3d095  Update release notes for new EC page in monitor (#303)
4b3d095 is described below

commit 4b3d095ff35cc2fb8d3f3d5c1cf0f8ca36f4d8e1
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Dec 13 16:39:38 2021 -0500

    Update release notes for new EC page in monitor (#303)
---
 _posts/release/2020-01-19-accumulo-2.1.0.md |  15 ++++++++++++---
 images/release/active-compactions-table.png | Bin 26834 -> 0 bytes
 images/release/ec-running-details.png       | Bin 0 -> 131341 bytes
 images/release/ec-running2.png              | Bin 0 -> 66055 bytes
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/_posts/release/2020-01-19-accumulo-2.1.0.md b/_posts/release/2020-01-19-accumulo-2.1.0.md
index 8e966b2..3ada29b 100644
--- a/_posts/release/2020-01-19-accumulo-2.1.0.md
+++ b/_posts/release/2020-01-19-accumulo-2.1.0.md
@@ -213,6 +213,12 @@ TABLE: accumulo.metadata
 2    default_tablet  0     0     0         0         HOSTED     CURRENT:ip-10-113-12-25:9997   !0    ~                    +INF
 ```
 
+### New Utility for generating splits
+
+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. {% ghi 2361 %} {% ghi 2368 %}
+
 ### New option for cloning offline
 
 Added option to leave cloned tables offline {% ghi 1474 %} {% ghi 1475 %}
@@ -253,15 +259,18 @@ TODO clarify what was done for this. {% ghi 1787 %} {% ghi 1788 %} {% ghi 1798 %
 
 Created new "jshell" convenience entry point {% ghi 1870 %} {% ghi 1910 %}
 
-### New Monitor Compactions page & optimization
+### New Monitor Pages & Improvments
 
 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. {% ghi 2283 %} {% ghi 2294 %}
+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.
+{% ghi 2283 %} {% ghi 2294 %} {% ghi 2358 %}
 
-![Active Compactions](/images/release/active-compactions-table.png)
+<img src="/images/release/ec-running2.png" alt="External Compactions" style="width:85%"/>
 
+<img src="/images/release/ec-running-details.png" alt="External Compactions Details" style="width:85%"/>
 
 ### Other notable changes
 
diff --git a/images/release/active-compactions-table.png b/images/release/active-compactions-table.png
deleted file mode 100644
index d2c9925..0000000
Binary files a/images/release/active-compactions-table.png and /dev/null differ
diff --git a/images/release/ec-running-details.png b/images/release/ec-running-details.png
new file mode 100644
index 0000000..506fd5a
Binary files /dev/null and b/images/release/ec-running-details.png differ
diff --git a/images/release/ec-running2.png b/images/release/ec-running2.png
new file mode 100644
index 0000000..3311235
Binary files /dev/null and b/images/release/ec-running2.png differ