Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EFF61200BE0 for ; Fri, 2 Dec 2016 18:50:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EEC46160B08; Fri, 2 Dec 2016 17:50:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 49467160B24 for ; Fri, 2 Dec 2016 18:50:13 +0100 (CET) Received: (qmail 56225 invoked by uid 500); 2 Dec 2016 17:50:12 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 55612 invoked by uid 99); 2 Dec 2016 17:50:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 17:50:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14401E962C; Fri, 2 Dec 2016 17:50:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Fri, 02 Dec 2016 17:50:13 -0000 Message-Id: <868bf9d4b33c461988088e4cb6b249eb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] accumulo-website git commit: Jekyll build from master:ce370f7 archived-at: Fri, 02 Dec 2016 17:50:14 -0000 Jekyll build from master:ce370f7 Update 1.6.6 release notes w/ correct vfs 2.1 info Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/e7741fc0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/e7741fc0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/e7741fc0 Branch: refs/heads/asf-site Commit: e7741fc0f93bdf11d4f8f035fa2dead0fc020689 Parents: 40b814b Author: Christopher Tubbs Authored: Fri Dec 2 12:47:51 2016 -0500 Committer: Christopher Tubbs Committed: Fri Dec 2 12:49:13 2016 -0500 ---------------------------------------------------------------------- feed.xml | 14 ++++++++++---- release/accumulo-1.6.6/index.html | 10 ++++++++-- 2 files changed, 18 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/e7741fc0/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index aba8a3b..d08824d 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://accumulo.apache.org/ - Fri, 25 Nov 2016 15:36:30 -0500 - Fri, 25 Nov 2016 15:36:30 -0500 + Fri, 02 Dec 2016 12:49:07 -0500 + Fri, 02 Dec 2016 12:49:07 -0500 Jekyll v3.3.0 @@ -399,10 +399,16 @@ for additional detail.</p> <h3 id="upgrade-to-commons-vfs-21">Upgrade to Commons-VFS 2.1</h3> -<p>Upgrading to Apache Commons VFS 2.1 fixes several issues with classloading out +<p><strong>UPDATE (20161202)</strong>: This change was reverted prior to releasing 1.6.6, +because it broke the build with Hadoop 1. Hadoop 1 support was dropped in 1.7.0 +and later, so builds were not affected in those branches. It is still possible +to Apache Commons VFS 2.1, but you may need backport the patch. See +<a href="https://issues.apache.org/jira/browse/ACCUMULO-3470">ACCUMULO-3470</a> for details.</p> + +<p><del>Upgrading to Apache Commons VFS 2.1 fixes several issues with classloading out of HDFS. For further detail see <a href="https://issues.apache.org/jira/browse/ACCUMULO-4146">ACCUMULO-4146</a>. Additional fixes to a potential HDFS class loading deadlock situation were made in -<a href="https://issues.apache.org/jira/browse/ACCUMULO-4341">ACCUMULO-4341</a>.</p> +<a href="https://issues.apache.org/jira/browse/ACCUMULO-4341">ACCUMULO-4341</a>.</del></p> <h3 id="native-map-failed-to-increment-mutation-count-properly">Native Map failed to increment mutation count properly</h3> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/e7741fc0/release/accumulo-1.6.6/index.html ---------------------------------------------------------------------- diff --git a/release/accumulo-1.6.6/index.html b/release/accumulo-1.6.6/index.html index 9a4087f..2734fd8 100644 --- a/release/accumulo-1.6.6/index.html +++ b/release/accumulo-1.6.6/index.html @@ -180,10 +180,16 @@ for additional detail.

Upgrade to Commons-VFS 2.1

-

Upgrading to Apache Commons VFS 2.1 fixes several issues with classloading out +

UPDATE (20161202): This change was reverted prior to releasing 1.6.6, +because it broke the build with Hadoop 1. Hadoop 1 support was dropped in 1.7.0 +and later, so builds were not affected in those branches. It is still possible +to Apache Commons VFS 2.1, but you may need backport the patch. See +ACCUMULO-3470 for details.

+ +

Upgrading to Apache Commons VFS 2.1 fixes several issues with classloading out of HDFS. For further detail see ACCUMULO-4146. Additional fixes to a potential HDFS class loading deadlock situation were made in -ACCUMULO-4341.

+ACCUMULO-4341.

Native Map failed to increment mutation count properly