Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FFB41846E for ; Mon, 22 Feb 2016 19:46:24 +0000 (UTC) Received: (qmail 68222 invoked by uid 500); 22 Feb 2016 19:46:21 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 68186 invoked by uid 500); 22 Feb 2016 19:46:21 -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 68177 invoked by uid 500); 22 Feb 2016 19:46:21 -0000 Delivered-To: apmail-incubator-accumulo-commits@incubator.apache.org Received: (qmail 68174 invoked by uid 99); 22 Feb 2016 19:46:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2016 19:46:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 047711A41EC for ; Mon, 22 Feb 2016 19:46:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.471 X-Spam-Level: * X-Spam-Status: No, score=1.471 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CTrXea41wtjv for ; Mon, 22 Feb 2016 19:46:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id CE6805FAEC for ; Mon, 22 Feb 2016 19:46:19 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2F04CE00EA for ; Mon, 22 Feb 2016 19:46:19 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2D7503A066D for ; Mon, 22 Feb 2016 19:46:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r980981 - in /websites/staging/accumulo/trunk/content: ./ release_notes/1.7.1.html Date: Mon, 22 Feb 2016 19:46:19 -0000 To: accumulo-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160222194619.2D7503A066D@svn01-us-west.apache.org> Author: buildbot Date: Mon Feb 22 19:46:18 2016 New Revision: 980981 Log: Staging update by buildbot for accumulo Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/release_notes/1.7.1.html Propchange: websites/staging/accumulo/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Feb 22 19:46:18 2016 @@ -1 +1 @@ -1731723 +1731730 Modified: websites/staging/accumulo/trunk/content/release_notes/1.7.1.html ============================================================================== --- websites/staging/accumulo/trunk/content/release_notes/1.7.1.html (original) +++ websites/staging/accumulo/trunk/content/release_notes/1.7.1.html Mon Feb 22 19:46:18 2016 @@ -227,7 +227,7 @@ Latest 1.6 release: 1.6.5 .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }

DRAFT! DRAFT! DRAFT!

Apache Accumulo 1.7.1 is a maintenance release on the 1.7 version branch. This -release contains changes from 55 issues, comprised of bug-fixes, performance +release contains changes from 169 issues, comprised of bug-fixes, performance improvements, build quality improvements, and more. See JIRA for a complete list.

Users of any previous 1.7.x release are strongly encouraged to update as soon @@ -304,7 +304,6 @@ or Accumulo services were restarted. (ACCUMULO-3509 Fixed some lock contention in TabletServer, preventing resource cleanup

  • ACCUMULO-3734 Fixed quote-escaping bug in VisibilityConstraint
  • ACCUMULO-4025 Fixed cleanup of bulk load fate transactions
  • -
  • ACCUMULO-4070 Fixed Kerberos ticket renewal for all Accumulo services
  • ACCUMULO-4098,ACCUMULO-4113 Fixed widespread misuse of ByteBuffer
  • Testing