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 02217200BCE for ; Fri, 2 Dec 2016 18:50:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0104C160B24; Fri, 2 Dec 2016 17:50:14 +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 4F58A160B27 for ; Fri, 2 Dec 2016 18:50:13 +0100 (CET) Received: (qmail 55506 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 55423 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 1096DE055E; 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:12 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] accumulo-website git commit: Update 1.6.6 release notes w/ correct vfs 2.1 info archived-at: Fri, 02 Dec 2016 17:50:14 -0000 Repository: accumulo-website Updated Branches: refs/heads/asf-site 40b814bbf -> e7741fc0f refs/heads/master 2a3cec69f -> ce370f75f 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/ce370f75 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/ce370f75 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/ce370f75 Branch: refs/heads/master Commit: ce370f75f86d90d6a7b6f277c749a81bf96e583f Parents: 2a3cec6 Author: Christopher Tubbs Authored: Fri Dec 2 12:47:51 2016 -0500 Committer: Christopher Tubbs Committed: Fri Dec 2 12:47:51 2016 -0500 ---------------------------------------------------------------------- _posts/release/2016-09-18-accumulo-1.6.6.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/ce370f75/_posts/release/2016-09-18-accumulo-1.6.6.md ---------------------------------------------------------------------- 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 bba330b..42093ca 100644 --- a/_posts/release/2016-09-18-accumulo-1.6.6.md +++ b/_posts/release/2016-09-18-accumulo-1.6.6.md @@ -36,10 +36,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][ACCUMULO-4146]. Additional fixes to a potential HDFS class loading deadlock situation were made in -[ACCUMULO-4341][ACCUMULO-4341]. +[ACCUMULO-4341][ACCUMULO-4341].~~ ### Native Map failed to increment mutation count properly @@ -123,6 +129,7 @@ HDFS High-Availability instances, forcing NameNode failover. [GSONBUG]: https://github.com/google/gson/issues/362 [ACCUMULO-1755]: https://issues.apache.org/jira/browse/ACCUMULO-1755 +[ACCUMULO-3470]: https://issues.apache.org/jira/browse/ACCUMULO-3470 [ACCUMULO-4004]: https://issues.apache.org/jira/browse/ACCUMULO-4004 [ACCUMULO-4146]: https://issues.apache.org/jira/browse/ACCUMULO-4146 [ACCUMULO-4148]: https://issues.apache.org/jira/browse/ACCUMULO-4148