You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/05/14 21:03:38 UTC

[GitHub] asfgit closed pull request #85: Website updates to release 1.9.1

asfgit closed pull request #85: Website updates to release 1.9.1
URL: https://github.com/apache/accumulo-website/pull/85
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/1.9/accumulo_user_manual.html b/1.9/accumulo_user_manual.html
index 2bdc374a..a9cf0ff2 100644
--- a/1.9/accumulo_user_manual.html
+++ b/1.9/accumulo_user_manual.html
@@ -1172,7 +1172,7 @@ <h1>Apache Accumulo® User Manual Version 1.9</h1>
 </div>
 </div>
 <div class="paragraph">
-<p>Copyright © 2011-2017 The Apache Software Foundation, Licensed under the Apache
+<p>Copyright © 2011-2018 The Apache Software Foundation, Licensed under the Apache
 License, Version 2.0.  Apache Accumulo, Accumulo, Apache, and the Apache
 Accumulo project logo are trademarks of the Apache Software Foundation.</p>
 </div>
@@ -12177,7 +12177,7 @@ <h4 id="_uri">A.4.14. uri</h4>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-04-23 13:09:15 EDT
+Last updated 2018-05-09 21:28:32 EDT
 </div>
 </div>
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
diff --git a/_config.yml b/_config.yml
index 788fb4da..3c8a6ac4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,9 +15,9 @@ url: "https://accumulo.apache.org" # the base hostname & protocol for your site
 twitter_username: ApacheAccumulo
 exclude: [vendor]
 latest_minor_release: 1.9
-latest_release: 1.9.0
+latest_release: 1.9.1
 num_home_posts: 5
-javadoc_core: "https://static.javadoc.io/org.apache.accumulo/accumulo-core/1.9.0"
+javadoc_core: "https://static.javadoc.io/org.apache.accumulo/accumulo-core/1.9.1"
 
 # Build settings
 markdown: kramdown
@@ -68,7 +68,7 @@ defaults:
       latest_release: "2.0.0"
       docs_baseurl: "/docs/2.0"
       javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
-      javadoc_core: "https://static.javadoc.io/org.apache.accumulo/accumulo-core/1.9.0"
+      javadoc_core: "https://static.javadoc.io/org.apache.accumulo/accumulo-core/1.9.1"
       skiph1fortitle: "true"
 
 whitelist: [jekyll-redirect-from]
diff --git a/_includes/nav.html b/_includes/nav.html
index 1eb13d6a..3c246e0b 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -17,7 +17,7 @@
         <li class="dropdown">
           <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
           <ul class="dropdown-menu">
-            <li><a href="{{ site.baseurl }}/release/accumulo-1.9.0/">1.9.0 (Latest)</a></li>
+            <li><a href="{{ site.baseurl }}/release/accumulo-1.9.1/">1.9.1 (Latest)</a></li>
             <li><a href="{{ site.baseurl }}/release/accumulo-1.7.4/">1.7.4</a></li>
             <li><a href="{{ site.baseurl }}/release/">Archive</a></li>
           </ul>
diff --git a/_layouts/release.html b/_layouts/release.html
index a8ed6e54..b3bc88b1 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -4,7 +4,24 @@
 <p>{{ page.date | date_to_string }}</p>
 
 {% if page.draft %}
-<div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">These are draft release notes for a future release of Accumulo! <a href="{{ site.baseurl }}/release/accumulo-{{ site.latest_release }}/">View the latest release notes</a>.</div>
+<div class="alert alert-info" style="margin-bottom: 0px;" role="alert">
+  <p>These are <strong>draft</strong> release notes for a future release of Accumulo!</p>
+  <p>Please view <a class="alert-link" href="{{ site.baseurl }}/release/accumulo-{{ site.latest_release }}/">the latest release notes</a>.</p>
+</div>
+{% endif %}
+
+{% if page.archived %}
+<div class="alert alert-warning" style="margin-bottom: 0px;" role="alert">
+  <p>This version of Accumulo has been superceded by a newer version.</p>
+  <p>Please check <a class="alert-link" href="{{ site.baseurl }}/release/">our release archive</a> for a newer version.</p>
+</div>
+{% endif %}
+
+{% if page.archived_critical %}
+<div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">
+  <p><strong>WARNING:</strong> This version of Accumulo has critical bugs fixed in newer versions.</p>
+  <p>Please check <a class="alert-link" href="{{ site.baseurl }}/release/">our release archive</a> for a newer version.</p>
+</div>
 {% endif %}
 
 {{ content }}
diff --git a/_posts/release/2011-12-16-accumulo-1.3.5-incubating.md b/_posts/release/2011-12-16-accumulo-1.3.5-incubating.md
index 32b1576b..77b37a72 100644
--- a/_posts/release/2011-12-16-accumulo-1.3.5-incubating.md
+++ b/_posts/release/2011-12-16-accumulo-1.3.5-incubating.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.3.5-incubating
+archived: true
 ---
 
 Apache Accumulo 1.3.5-incubating is the first release of Accumulo containing [these changes][changes].
diff --git a/_posts/release/2012-03-30-accumulo-1.4.0.md b/_posts/release/2012-03-30-accumulo-1.4.0.md
index 550d3e1b..4ecc5398 100644
--- a/_posts/release/2012-03-30-accumulo-1.4.0.md
+++ b/_posts/release/2012-03-30-accumulo-1.4.0.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.4.0
+archived: true
 ---
 
 Apache Accumulo 1.4.0 is a significant release containing [these changes][changes].
diff --git a/_posts/release/2012-07-03-accumulo-1.4.1.md b/_posts/release/2012-07-03-accumulo-1.4.1.md
index cfdec0bb..ddc89186 100644
--- a/_posts/release/2012-07-03-accumulo-1.4.1.md
+++ b/_posts/release/2012-07-03-accumulo-1.4.1.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.4.1
+archived: true
 ---
 
 Apache Accumulo 1.4.1 is a maintenance release containing [these changes][changes].
diff --git a/_posts/release/2012-07-06-accumulo-1.3.6.md b/_posts/release/2012-07-06-accumulo-1.3.6.md
index 6d0e4b16..3c2d2660 100644
--- a/_posts/release/2012-07-06-accumulo-1.3.6.md
+++ b/_posts/release/2012-07-06-accumulo-1.3.6.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.3.6
+archived: true
 ---
 
 Apache Accumulo 1.3.6 is a maintenance release containing [these changes][changes].
diff --git a/_posts/release/2012-11-15-accumulo-1.4.2.md b/_posts/release/2012-11-15-accumulo-1.4.2.md
index ca4d5b42..bf798c53 100644
--- a/_posts/release/2012-11-15-accumulo-1.4.2.md
+++ b/_posts/release/2012-11-15-accumulo-1.4.2.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.4.2
+archived: true
 ---
 
 Apache Accumulo 1.4.2 is a maintenance release containing [these changes][changes].
diff --git a/_posts/release/2013-03-18-accumulo-1.4.3.md b/_posts/release/2013-03-18-accumulo-1.4.3.md
index bf93d915..972ef91e 100644
--- a/_posts/release/2013-03-18-accumulo-1.4.3.md
+++ b/_posts/release/2013-03-18-accumulo-1.4.3.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.4.3
+archived: true
 ---
 
 Apache Accumulo 1.4.3 is a maintenance release containing [these changes][changes].
diff --git a/_posts/release/2013-05-25-accumulo-1.5.0.md b/_posts/release/2013-05-25-accumulo-1.5.0.md
index 1c9038bf..6e19f035 100644
--- a/_posts/release/2013-05-25-accumulo-1.5.0.md
+++ b/_posts/release/2013-05-25-accumulo-1.5.0.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.5.0
+archived: true
 ---
 
 Apache Accumulo 1.5.0 is a significant release containing [these changes][changes].
diff --git a/_posts/release/2013-08-23-accumulo-1.4.4.md b/_posts/release/2013-08-23-accumulo-1.4.4.md
index 68fb2515..68d4ab3d 100644
--- a/_posts/release/2013-08-23-accumulo-1.4.4.md
+++ b/_posts/release/2013-08-23-accumulo-1.4.4.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.4.4
+archived: true
 ---
 
 Apache Accumulo 1.4.4 is a maintenance release containing [these changes][changes].
diff --git a/_posts/release/2014-03-06-accumulo-1.5.1.md b/_posts/release/2014-03-06-accumulo-1.5.1.md
index e5dc95b5..ad9244c8 100644
--- a/_posts/release/2014-03-06-accumulo-1.5.1.md
+++ b/_posts/release/2014-03-06-accumulo-1.5.1.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.5.1
+archived: true
 redirect_from: /release_notes/1.5.1.html
 ---
 
diff --git a/_posts/release/2014-04-04-accumulo-1.4.5.md b/_posts/release/2014-04-04-accumulo-1.4.5.md
index 71367c77..0beba77a 100644
--- a/_posts/release/2014-04-04-accumulo-1.4.5.md
+++ b/_posts/release/2014-04-04-accumulo-1.4.5.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.4.5
+archived: true
 ---
 
 Apache Accumulo 1.4.5 is a maintenance release containing [these changes][changes].
diff --git a/_posts/release/2014-05-02-accumulo-1.6.0.md b/_posts/release/2014-05-02-accumulo-1.6.0.md
index 72771798..df602112 100644
--- a/_posts/release/2014-05-02-accumulo-1.6.0.md
+++ b/_posts/release/2014-05-02-accumulo-1.6.0.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.0
+archived: true
 redirect_from: /release_notes/1.6.0.html
 ---
 
diff --git a/_posts/release/2014-09-25-accumulo-1.6.1.md b/_posts/release/2014-09-25-accumulo-1.6.1.md
index 6b5e81ef..dde92789 100644
--- a/_posts/release/2014-09-25-accumulo-1.6.1.md
+++ b/_posts/release/2014-09-25-accumulo-1.6.1.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.1
+archived: true
 redirect_from: /release_notes/1.6.1.html
 ---
 
diff --git a/_posts/release/2015-02-16-accumulo-1.6.2.md b/_posts/release/2015-02-16-accumulo-1.6.2.md
index 9232e906..a0fadf2f 100644
--- a/_posts/release/2015-02-16-accumulo-1.6.2.md
+++ b/_posts/release/2015-02-16-accumulo-1.6.2.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.2
+archived: true
 redirect_from: /release_notes/1.6.2.html
 ---
 
diff --git a/_posts/release/2015-05-18-accumulo-1.7.0.md b/_posts/release/2015-05-18-accumulo-1.7.0.md
index 1230d691..34fb8125 100644
--- a/_posts/release/2015-05-18-accumulo-1.7.0.md
+++ b/_posts/release/2015-05-18-accumulo-1.7.0.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.7.0
+archived: true
 redirect_from: /release_notes/1.7.0.html
 ---
 
diff --git a/_posts/release/2015-06-25-accumulo-1.5.3.md b/_posts/release/2015-06-25-accumulo-1.5.3.md
index 0a802ecf..e402e1bb 100644
--- a/_posts/release/2015-06-25-accumulo-1.5.3.md
+++ b/_posts/release/2015-06-25-accumulo-1.5.3.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.5.3
+archived: true
 redirect_from: /release_notes/1.5.3.html
 ---
 
diff --git a/_posts/release/2015-07-04-accumulo-1.6.3.md b/_posts/release/2015-07-04-accumulo-1.6.3.md
index e210a9bd..376c598d 100644
--- a/_posts/release/2015-07-04-accumulo-1.6.3.md
+++ b/_posts/release/2015-07-04-accumulo-1.6.3.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.3
+archived: true
 redirect_from: /release_notes/1.6.3.html
 ---
 
diff --git a/_posts/release/2015-09-19-accumulo-1.5.2.md b/_posts/release/2015-09-19-accumulo-1.5.2.md
index 1a73486a..b832e64d 100644
--- a/_posts/release/2015-09-19-accumulo-1.5.2.md
+++ b/_posts/release/2015-09-19-accumulo-1.5.2.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.5.2
+archived: true
 redirect_from: /release_notes/1.5.2.html
 ---
 
diff --git a/_posts/release/2015-09-21-accumulo-1.5.4.md b/_posts/release/2015-09-21-accumulo-1.5.4.md
index 09ef3191..7f887747 100644
--- a/_posts/release/2015-09-21-accumulo-1.5.4.md
+++ b/_posts/release/2015-09-21-accumulo-1.5.4.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.5.4
+archived: true
 redirect_from: /release_notes/1.5.4.html
 ---
 
diff --git a/_posts/release/2015-10-03-accumulo-1.6.4.md b/_posts/release/2015-10-03-accumulo-1.6.4.md
index b4988149..c1ceab7c 100644
--- a/_posts/release/2015-10-03-accumulo-1.6.4.md
+++ b/_posts/release/2015-10-03-accumulo-1.6.4.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.4
+archived: true
 redirect_from: /release_notes/1.6.4.html
 ---
 
diff --git a/_posts/release/2016-02-17-accumulo-1.6.5.md b/_posts/release/2016-02-17-accumulo-1.6.5.md
index 7f6d6167..b58c3da7 100644
--- a/_posts/release/2016-02-17-accumulo-1.6.5.md
+++ b/_posts/release/2016-02-17-accumulo-1.6.5.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.5
+archived: true
 redirect_from: /release_notes/1.6.5.html
 ---
 
diff --git a/_posts/release/2016-02-26-accumulo-1.7.1.md b/_posts/release/2016-02-26-accumulo-1.7.1.md
index 77ce3886..e4eb7919 100644
--- a/_posts/release/2016-02-26-accumulo-1.7.1.md
+++ b/_posts/release/2016-02-26-accumulo-1.7.1.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.7.1
+archived: true
 redirect_from: /release_notes/1.7.1.html
 ---
 
diff --git a/_posts/release/2016-06-22-accumulo-1.7.2.md b/_posts/release/2016-06-22-accumulo-1.7.2.md
index e9da2755..ef6bf200 100644
--- a/_posts/release/2016-06-22-accumulo-1.7.2.md
+++ b/_posts/release/2016-06-22-accumulo-1.7.2.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.7.2
+archived: true
 redirect_from: /release_notes/1.7.2.html
 ---
 
diff --git a/_posts/release/2016-09-06-accumulo-1.8.0.md b/_posts/release/2016-09-06-accumulo-1.8.0.md
index 80e7ffb1..82cdb65a 100644
--- a/_posts/release/2016-09-06-accumulo-1.8.0.md
+++ b/_posts/release/2016-09-06-accumulo-1.8.0.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.8.0
+archived_critical: true
 redirect_from: /release_notes/1.8.0.html
 ---
 
diff --git a/_posts/release/2016-09-18-accumulo-1.6.6.md b/_posts/release/2016-09-18-accumulo-1.6.6.md
index 50534859..1113f85d 100644
--- a/_posts/release/2016-09-18-accumulo-1.6.6.md
+++ b/_posts/release/2016-09-18-accumulo-1.6.6.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.6.6
+archived: true
 redirect_from: /release_notes/1.6.6.html
 ---
 
diff --git a/_posts/release/2017-02-26-accumulo-1.8.1.md b/_posts/release/2017-02-26-accumulo-1.8.1.md
index 0584ffd2..6a682faa 100644
--- a/_posts/release/2017-02-26-accumulo-1.8.1.md
+++ b/_posts/release/2017-02-26-accumulo-1.8.1.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.8.1
+archived_critical: true
 redirect_from: /release_notes/1.8.1.html
 ---
 
diff --git a/_posts/release/2017-04-06-accumulo-1.7.3.md b/_posts/release/2017-04-06-accumulo-1.7.3.md
index 3b71e3dc..b1d3a8e6 100644
--- a/_posts/release/2017-04-06-accumulo-1.7.3.md
+++ b/_posts/release/2017-04-06-accumulo-1.7.3.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.7.3
+archived: true
 redirect_from: /release_notes/1.7.3.html
 ---
 
diff --git a/_posts/release/2018-04-23-accumulo-1.9.0.md b/_posts/release/2018-04-23-accumulo-1.9.0.md
index 97a3766b..ca7364fe 100644
--- a/_posts/release/2018-04-23-accumulo-1.9.0.md
+++ b/_posts/release/2018-04-23-accumulo-1.9.0.md
@@ -1,5 +1,6 @@
 ---
 title: Apache Accumulo 1.9.0
+archived_critical: true
 ---
 
 Apache Accumulo 1.9.0 is a minor release on the 1.x branch. This release would
diff --git a/_posts/release/2018-05-08-accumulo-1.9.1.md b/_posts/release/2018-05-08-accumulo-1.9.1.md
deleted file mode 100644
index 841928cb..00000000
--- a/_posts/release/2018-05-08-accumulo-1.9.1.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Apache Accumulo 1.9.1
-draft: true
----
-
-Accumulo 1.9.1 contains multiple bug fixes for write ahead log recovery. Write
-ahead log recovery is the process of restoring data that was in memory when a
-tablet server died. These bugs could lead to data loss and are present in
-1.8.0, 1.8.1, and 1.9.0.  Because the bugs can negatively impact Accumulo's
-metadata table, even users that mainly use bulk import may be affected.  It is
-recommended that anyone using 1.8.0 or greater upgrade immediately.  For more
-information see issues [#441] and [#449].  These issues were fixed in pull
-request [#443] and [#458]. 
-
-[#441]:https://github.com/apache/accumulo/issues/441
-[#449]:https://github.com/apache/accumulo/issues/449
-[#443]:https://github.com/apache/accumulo/issues/443
-[#458]:https://github.com/apache/accumulo/issues/458
-
diff --git a/_posts/release/2018-05-14-accumulo-1.9.1.md b/_posts/release/2018-05-14-accumulo-1.9.1.md
new file mode 100644
index 00000000..92d937a1
--- /dev/null
+++ b/_posts/release/2018-05-14-accumulo-1.9.1.md
@@ -0,0 +1,64 @@
+---
+title: Apache Accumulo 1.9.1
+---
+
+Apache Accumulo 1.9.1 contains bug fixes for a critical data loss bug. Users of
+1.8.0, 1.8.1, or 1.9.0 are encouraged to upgrade immediately.
+
+* [User Manual][user_manual] - In-depth developer and administrator documentation
+* [Javadocs][javadoc] - Accumulo 1.9 API
+* [Examples][examples] - Code with corresponding readme files that give step by
+  step instructions for running example code
+
+## Notable Changes
+
+### Fixes for Critical WAL Data Loss Bugs (affects versions 1.8.0-1.9.0)
+
+Accumulo 1.9.1 contains multiple bug fixes for write ahead log recovery. Write
+ahead log recovery is the process of restoring data that was in memory when a
+tablet server died. These bugs could lead to data loss and are present in
+1.8.0, 1.8.1, and 1.9.0. Because the bugs can negatively impact Accumulo's
+metadata table, **even users that mainly use bulk import may be affected**. It
+is **strongly** recommended that anyone using 1.8.0 or greater upgrade
+immediately. For more information see issues [#441] and [#449]. These issues
+were fixed in pull request [#443] and [#458].
+
+The only users who would not be affected by these bugs would be users already
+running Accumulo without the recommended write-ahead logs enabled at all
+(durability: none), including for the metadata tables. Such users are already
+risking data loss when a server fails, but are not subject to any additional
+risk from these bugs, which occur during automated recovery from such failures.
+
+## Some WAL recovery files were not being properly cleaned up
+
+A less serious bug than the above critical bugs was discovered and fixed,
+pertaing to write-ahead log recovery. This bug involved recovery files not
+being removed properly when no longer required and was fixed in [#432].
+
+## Other Changes
+
+* [GitHub] - List of issues tracked on GitHub corresponding to this release
+* [1.9.0 release notes][1.9.0_notes] - Release notes showing changes in the previous release, 1.9.0
+
+## Upgrading
+
+View the [Upgrading Accumulo documentation][upgrade] for guidance.
+
+## Testing
+
+Continuous ingest with agitation and all integration test were run against this
+version. Continuous ingest was run with 9 nodes for 24 hours followed by a
+successful verification. The integration tests were run against both Hadoop
+2.6.4 and Hadoop 3.0.0.
+
+[#432]: https://github.com/apache/accumulo/issues/432
+[#441]: https://github.com/apache/accumulo/issues/441
+[#443]: https://github.com/apache/accumulo/issues/443
+[#449]: https://github.com/apache/accumulo/issues/449
+[#458]: https://github.com/apache/accumulo/issues/458
+[1.9.0_notes]: {{ site.baseurl }}/release/accumulo-1.9.0/
+[GitHub]: https://github.com/apache/accumulo/issues?q=label%3Av1.9.1
+[examples]: {{ site.baseurl }}/1.9/examples/
+[javadoc]: {{ site.baseurl }}/1.9/apidocs/
+[upgrade]: {{ site.baseurl }}/docs/2.0/administration/upgrading
+[user_manual]: {{ site.baseurl }}/1.9/accumulo_user_manual.html
diff --git a/doap/accumulo.rdf b/doap/accumulo.rdf
index ca8c4e65..a1ae1045 100644
--- a/doap/accumulo.rdf
+++ b/doap/accumulo.rdf
@@ -34,6 +34,13 @@
     <download-page rdf:resource="https://accumulo.apache.org/downloads"/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/big-data"/>
+    <release>
+      <Version>
+        <name>Apache Accumulo</name>
+        <created>2018-05-14</created>
+        <revision>1.9.1</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache Accumulo</name>
diff --git a/pages/downloads.md b/pages/downloads.md
index 818bb4ec..86205e1a 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -92,13 +92,13 @@ Be sure to verify your downloads by these [procedures][VERIFY_PROCEDURES] using
 
 ## Current Releases
 
-### 1.9.0 **latest**{: .label .label-primary }
+### 1.9.1 **latest**{: .label .label-primary }
 
-The most recent Apache Accumulo&reg; release is version 1.9.0. See the [release notes][REL_NOTES_19].
+The most recent Apache Accumulo&reg; release is version 1.9.1. See the [release notes][REL_NOTES_19].
 
 {: .table }
-| **Generic Binaries** | [accumulo-1.9.0-bin.tar.gz][BIN_19] | [ASC][ASC_BIN_19] | [SHA][SHA_BIN_19] |
-| **Source**           | [accumulo-1.9.0-src.tar.gz][SRC_19] | [ASC][ASC_SRC_19] | [SHA][SHA_SRC_19] |
+| **Binary** | [accumulo-1.9.1-bin.tar.gz][BIN_19] | [ASC][ASC_BIN_19] | [SHA][SHA_BIN_19] |
+| **Source** | [accumulo-1.9.1-src.tar.gz][SRC_19] | [ASC][ASC_SRC_19] | [SHA][SHA_SRC_19] |
 
 #### 1.9 Documentation
 * [README][README_19]
@@ -112,8 +112,8 @@ The most recent Apache Accumulo&reg; release is version 1.9.0. See the [release
 The most recent 1.7.x release of Apache Accumulo&reg; is version 1.7.4. See the [release notes][REL_NOTES_17] and [CHANGES][CHANGES_17].
 
 {: .table }
-| **Generic Binaries** | [accumulo-1.7.4-bin.tar.gz][BIN_17] | [ASC][ASC_BIN_17] | [SHA][SHA_BIN_17] |
-| **Source**           | [accumulo-1.7.4-src.tar.gz][SRC_17] | [ASC][ASC_SRC_17] | [SHA][SHA_SRC_17] |
+| **Binary** | [accumulo-1.7.4-bin.tar.gz][BIN_17] | [ASC][ASC_BIN_17] | [SHA][SHA_BIN_17] |
+| **Source** | [accumulo-1.7.4-src.tar.gz][SRC_17] | [ASC][ASC_SRC_17] | [SHA][SHA_SRC_17] |
 
 #### 1.7 Documentation
 * [README][README_17]
@@ -136,24 +136,24 @@ downloaded from the [download archive][ARCHIVE_DOWN].
 [SHA_BIN_17]: https://www.apache.org/dist/accumulo/1.7.4/accumulo-1.7.4-bin.tar.gz.sha512
 [SHA_SRC_17]: https://www.apache.org/dist/accumulo/1.7.4/accumulo-1.7.4-src.tar.gz.sha512
 
-[ASC_BIN_19]: https://www.apache.org/dist/accumulo/1.9.0/accumulo-1.9.0-bin.tar.gz.asc
-[ASC_SRC_19]: https://www.apache.org/dist/accumulo/1.9.0/accumulo-1.9.0-src.tar.gz.asc
-[SHA_BIN_19]: https://www.apache.org/dist/accumulo/1.9.0/accumulo-1.9.0-bin.tar.gz.sha512
-[SHA_SRC_19]: https://www.apache.org/dist/accumulo/1.9.0/accumulo-1.9.0-src.tar.gz.sha512
+[ASC_BIN_19]: https://www.apache.org/dist/accumulo/1.9.1/accumulo-1.9.1-bin.tar.gz.asc
+[ASC_SRC_19]: https://www.apache.org/dist/accumulo/1.9.1/accumulo-1.9.1-src.tar.gz.asc
+[SHA_BIN_19]: https://www.apache.org/dist/accumulo/1.9.1/accumulo-1.9.1-bin.tar.gz.sha512
+[SHA_SRC_19]: https://www.apache.org/dist/accumulo/1.9.1/accumulo-1.9.1-src.tar.gz.sha512
 
 [BIN_17]: https://www.apache.org/dyn/closer.lua/accumulo/1.7.4/accumulo-1.7.4-bin.tar.gz
 {: .download_external link-suffix="/accumulo/1.7.4/accumulo-1.7.4-bin.tar.gz" id="/downloads/accumulo-1.7.4-bin.tar.gz" }
 [SRC_17]: https://www.apache.org/dyn/closer.lua/accumulo/1.7.4/accumulo-1.7.4-src.tar.gz
 {: .download_external link-suffix="/accumulo/1.7.4/accumulo-1.7.4-src.tar.gz" id="/downloads/accumulo-1.7.4-src.tar.gz" }
 
-[BIN_19]: https://www.apache.org/dyn/closer.lua/accumulo/1.9.0/accumulo-1.9.0-bin.tar.gz
-{: .download_external link-suffix="/accumulo/1.9.0/accumulo-1.9.0-bin.tar.gz" id="/downloads/accumulo-1.9.0-bin.tar.gz" }
-[SRC_19]: https://www.apache.org/dyn/closer.lua/accumulo/1.9.0/accumulo-1.9.0-src.tar.gz
-{: .download_external link-suffix="/accumulo/1.9.0/accumulo-1.9.0-src.tar.gz" id="/downloads/accumulo-1.9.0-src.tar.gz" }
+[BIN_19]: https://www.apache.org/dyn/closer.lua/accumulo/1.9.1/accumulo-1.9.1-bin.tar.gz
+{: .download_external link-suffix="/accumulo/1.9.1/accumulo-1.9.1-bin.tar.gz" id="/downloads/accumulo-1.9.1-bin.tar.gz" }
+[SRC_19]: https://www.apache.org/dyn/closer.lua/accumulo/1.9.1/accumulo-1.9.1-src.tar.gz
+{: .download_external link-suffix="/accumulo/1.9.1/accumulo-1.9.1-src.tar.gz" id="/downloads/accumulo-1.9.1-src.tar.gz" }
 
 [README_17]: https://github.com/apache/accumulo/blob/rel/1.7.4/README.md
 {: .download_external id="/1.7/README" }
-[README_19]: https://github.com/apache/accumulo/blob/rel/1.9.0/README.md
+[README_19]: https://github.com/apache/accumulo/blob/rel/1.9.1/README.md
 {: .download_external id="/1.9/README" }
 
 [JAVADOC_17]: {{ site.baseurl }}/1.7/apidocs/
@@ -170,5 +170,5 @@ downloaded from the [download archive][ARCHIVE_DOWN].
 [CHANGES_17]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12339577 "1.7.4 CHANGES"
 
 [REL_NOTES_17]: {{ site.baseurl }}/release/accumulo-1.7.4/ "1.7.4 Release Notes"
-[REL_NOTES_19]: {{ site.baseurl }}/release/accumulo-1.9.0/ "1.9.0 Release Notes"
+[REL_NOTES_19]: {{ site.baseurl }}/release/accumulo-1.9.1/ "1.9.1 Release Notes"
 
diff --git a/pages/release.md b/pages/release.md
index 61580341..4ffda7a0 100644
--- a/pages/release.md
+++ b/pages/release.md
@@ -21,7 +21,11 @@ redirect_from:
   {% endif %}
   <div class="row" style="margin-top: 15px">
     <div class="col-md-1">{{ release.date | date: "%b %d" }}</div>
-    <div class="col-md-10"><a href="{{ site.baseurl }}{{ release.url }}">{{ release.title }}</a></div>
+    {% if release.archived or release.archived_critical %}
+      <div class="col-md-10"><a href="{{ site.baseurl }}{{ release.url }}">{{ release.title }}</a></div>
+    {% else %}
+      <div class="col-md-10"><strong><a href="{{ site.baseurl }}{{ release.url }}">{{ release.title }}</a>&nbsp;&lArr;&nbsp;current</strong></div>
+    {% endif %}
   </div>
 {% endfor %}
 </div>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services