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 C42CB101E7 for ; Fri, 28 Feb 2014 02:03:25 +0000 (UTC) Received: (qmail 26943 invoked by uid 500); 28 Feb 2014 02:03:25 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 26892 invoked by uid 500); 28 Feb 2014 02:03:24 -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 26884 invoked by uid 99); 28 Feb 2014 02:03:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 02:03:24 +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 (nike.apache.org: domain of josh.elser@gmail.com designates 209.85.214.174 as permitted sender) Received: from [209.85.214.174] (HELO mail-ob0-f174.google.com) (209.85.214.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 02:03:18 +0000 Received: by mail-ob0-f174.google.com with SMTP id wo20so1007482obc.19 for ; Thu, 27 Feb 2014 18:02:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=D2ZLW211PwrntxVVPqohTRIBQBUJclVFNE2wS1gAoVA=; b=fVpV1SmmhQkOzc76gf7jp+DbJXfrnmdmB3atFCilSFCHiJixGvJmBXoMXDYGfYxhRk ZmXTJJboGJ1P0dnKajun3wk18BOuI3Jjtn92ZFw7RrjybgLHuwmWCtIsmx/nzTVob5se qv39YIK4vNvpKnfpwy3I9dPPGb7ehMQfXD8D46+pcwKMUjV1rRKzLhO3M0djZxK6cLW4 SKMKMqBww+fWmRB4j/trDJudSvF2HRy7swK9BgEo6E0/TPQgPFJJrz795eEr64saSHgu af9IokdBBrlz30vbsibhSmHSObOpPF2S5+ZTZHw+EmNlAoaGCL5UeCfR2mORQaagBbTC zDYQ== MIME-Version: 1.0 X-Received: by 10.60.48.164 with SMTP id m4mr130556oen.41.1393552974561; Thu, 27 Feb 2014 18:02:54 -0800 (PST) Received: by 10.76.131.69 with HTTP; Thu, 27 Feb 2014 18:02:54 -0800 (PST) Received: by 10.76.131.69 with HTTP; Thu, 27 Feb 2014 18:02:54 -0800 (PST) In-Reply-To: References: <530BEB7F.9040802@gmail.com> Date: Thu, 27 Feb 2014 21:02:54 -0500 Message-ID: Subject: Re: [VOTE] Apache Accumulo 1.5.1-RC3 From: Josh Elser To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a1134c8f8067d4004f36dd626 X-Virus-Checked: Checked by ClamAV on apache.org --001a1134c8f8067d4004f36dd626 Content-Type: text/plain; charset=UTF-8 (Semi) answering my own question: Looks like hsync (HDFS-744) has a fix version of 2.0.2. There was some talk about getting that in the 1.0 line but I don't see a resolution for that. I'm also not sure how sync was done (if it all reliably?) in the hadoop 1 line. On Feb 27, 2014 8:28 PM, josh.elser@gmail.com wrote: > I was actually planning to write up some release notes after the fact > (probably throw them up by the download link). > > I am on my phone, but I thought the mutation queue size affected 1.5 and > greater (read as hdfs wal), not just hadoop 2.2.0. My memory could also > just be failing me. > On Feb 27, 2014 7:38 PM, "Keith Turner" wrote: > >> I have not voted because of the Hadoop 2.2.0 performance issue. I spoke >> w/ Christopher about this he suggested that if we had release notes this >> would not be a problem. So it seems like our options for 1.5.1-RC3 and >> 1905 are the following. >> >> 1. Ingore it >> 2. Create release notes that prominently mentions the Hadoop 2.2.0 >> performance issue and workarounds >> 3. Create a 1.5.1-RC4 w/ different a different default for >> tserver.mutation.queue.max >> >> I don't mind creating the release notes. I am still puzzling over what >> the >> best option is for the long term. >> >> On Mon, Feb 24, 2014 at 8:01 PM, Josh Elser wrote: >> >> > All, >> > >> > Please consider the following candidate as Apache Accumulo 1.5.1 -- now >> > with 100% more CHANGES changes. >> > >> > Git artifacts: The staging repository was built from the tag "1.5.1-rc3" >> > (3478f71a). >> > >> > Maven Staging Repo: https://repository.apache.org/content/repositories/ >> > orgapacheaccumulo-1002 >> > >> > Source tarball: http://repository.apache.org/content/repositories/ >> > orgapacheaccumulo-1002/org/apache/accumulo/accumulo/1.5. >> > 1/accumulo-1.5.1-src.tar.gz >> > >> > Binary tarball: http://repository.apache.org/content/repositories/ >> > orgapacheaccumulo-1002/org/apache/accumulo/accumulo/1.5. >> > 1/accumulo-1.5.1-bin.tar.gz >> > >> > Changes since 1.5.1-RC2: ACCUMULO-2324, ACCUMULO-2361, ACCUMULO-2369, >> > ACCUMULO-2378, ACCUMULO-2379, ACCUMULO-2380, ACCUMULO-2385, >> ACCUMULO-2387, >> > ACCUMULO-2390 >> > >> > Keys: http://www.apache.org/dist/accumulo/KEYS >> > >> > Final CHANGES: >> https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a= >> > blob_plain;f=CHANGES;hb=3478f71ae888f8d73aaa93837319a6dbb4ba0c8a >> > >> > Testing: Unit test and auto-tests passed successfully. Ran a short >> (~2hrs) >> > CI on 6 node installation. Ran a brief (~1hr) CI test on one machine >> with >> > the newly-released Hadoop-2.3.0. Built from src tarball, and verified >> > functionality with bin tarball. >> > >> > Since there are very minor changes compared to 1.5.1-RC2, this vote will >> > be open for the next 72 hours (2/28/2014 0100 UTC). >> > >> > Upon successful completion of this vote, a 1.5.1 gpg-signed Git tag will >> > be created from 3478f71a and the above staging repository will be >> promoted. >> > >> > - Josh >> > >> > --001a1134c8f8067d4004f36dd626--