Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE06411118 for ; Fri, 18 Apr 2014 21:09:35 +0000 (UTC) Received: (qmail 36654 invoked by uid 500); 18 Apr 2014 21:09:30 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 36588 invoked by uid 500); 18 Apr 2014 21:09:27 -0000 Mailing-List: contact dev-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 dev@accumulo.apache.org Received: (qmail 36396 invoked by uid 99); 18 Apr 2014 21:09:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 21:09:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.128.173] (HELO mail-ve0-f173.google.com) (209.85.128.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 21:09:14 +0000 Received: by mail-ve0-f173.google.com with SMTP id oy12so3671459veb.4 for ; Fri, 18 Apr 2014 14:08:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=4zqvzg8uEOqLA7U4ccJ9kTvYIa8sQJ1ul5QGd3wNtnI=; b=TuXxS4AXwsG3LWvRrM4oaZ7ykZydaBxMWg0ePE0Hn1sh2+1Nx34AoVhVYXLmwucDGt pUIr5Qse+k+inYCdHDytq0q+SZI9jqJU0w6eb5PgJ+8Gqt4pUlHbBkFTOchq8pf/wYew 5s//UhS0QUOyZeK8TsOI0kv9q2VsYO9gYBEjZLW1+M1T+FXLwlboOblaHMy+Aou9AKDb nP4odwPNKbSYf/o64SfVeb16JORX2v2xzEoywbXRqHlpWeV2NIT2ZPHjXMBlqII0qq5o f14o8QCrS/6f5xGR5kaAv76aHA3urit4iBrHd3s+WZx/23cHmNBobeb+KoYKzvKUzUts pkzw== X-Gm-Message-State: ALoCoQkwkGLeBiof5hHscgMr+IvF+piVrcam7EhMRqd3MsxYWWXr5/WUK7d105WowTIPt0eOJfLW MIME-Version: 1.0 X-Received: by 10.52.113.1 with SMTP id iu1mr3877996vdb.35.1397855333526; Fri, 18 Apr 2014 14:08:53 -0700 (PDT) Received: by 10.221.21.199 with HTTP; Fri, 18 Apr 2014 14:08:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Apr 2014 17:08:53 -0400 Message-ID: Subject: Re: [VOTE] Accumulo 1.6.0-RC2 From: Keith Turner To: Accumulo Dev List Content-Type: multipart/alternative; boundary=bcaec547c6239a44c104f7578e13 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec547c6239a44c104f7578e13 Content-Type: text/plain; charset=ISO-8859-1 -1 because of ACCUMULO-2700 I was getting ready to +1 before Christopher found 2700 I did the following checks * sigs @ hashes of bin.tgz are ok * ran through a few examples and found ACCUMULO-2691 * upgrade 1.5.1 to 1.6.0 RC2 went ok * built native lib ok Ran the following test on 20 node cluster * 24 hr ci w/o ag RC1 + ACCUMULO_2668 patch (~31B k/v verified clean, ran into ACCUMULO-2677) * 24 hr RW conditional w/o agitation RC2 (all 20 walkers ran until I killed them) * 24 hr RW conditional w/ agitation RC2 and found ACCUMULO-2695 (7 of 17 walkers hung) On Tue, Apr 15, 2014 at 9:57 PM, Christopher wrote: > Accumulo Developers, > > Please consider the following candidate for Accumulo 1.6.0. > > Git Commit: e7863ea0dd523f0c6d3552e6844ff7411d78d557 > Branch: 1.6.0-RC2 > > Staging repo: > https://repository.apache.org/content/repositories/orgapacheaccumulo-1008 > Source: > https://repository.apache.org/content/repositories/orgapacheaccumulo-1008/org/apache/accumulo/accumulo/1.6.0/accumulo-1.6.0-src.tar.gz > Binary: > https://repository.apache.org/content/repositories/orgapacheaccumulo-1008/org/apache/accumulo/accumulo/1.6.0/accumulo-1.6.0-bin.tar.gz > (Append ".sha1", ".md5" or ".asc" to download the signature/hash for a > given artifact.) > > All artifacts were built and staged with: > mvn release:prepare && mvn release:perform > > Signing keys available at: https://www.apache.org/dist/accumulo/KEYS > > Release notes (in progress): > http://accumulo.apache.org/release_notes/1.6.0 > > Changes since RC1 (`git log 019edb1..origin/1.6.0-RC2`): > > https://issues.apache.org/jira/browse/ACCUMULO-2667 > https://issues.apache.org/jira/browse/ACCUMULO-2670 > https://issues.apache.org/jira/browse/ACCUMULO-2665 > https://issues.apache.org/jira/browse/ACCUMULO-2668 > https://issues.apache.org/jira/browse/ACCUMULO-2666 > https://issues.apache.org/jira/browse/ACCUMULO-2621 > https://issues.apache.org/jira/browse/ACCUMULO-2657 > > This vote will remain open for 96 hours (4 days, because I'm getting > this out so late today, I doubt anybody will look at it tonight), > until Sun, April 20, 02:00 UTC 2014. (That's Saturday, April 19, 10pm > EDT.) > > [ ] +1 - I have verified and accept... > [ ] +0 - I have reservations, but not strong enough to vote against... > [ ] -1 - Because..., I do not accept... > ... these artifacts as the 1.6.0 release of Apache Accumulo. > > Thanks. > > P.S. Hint: download the whole staging repo with > wget -erobots=off -r -l inf -np -nH > https://repository.apache.org/content/repositories/orgapacheaccumulo-1008/ > # note the trailing slash is needed > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > --bcaec547c6239a44c104f7578e13--