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 12836186F3 for ; Fri, 15 May 2015 19:51:51 +0000 (UTC) Received: (qmail 62287 invoked by uid 500); 15 May 2015 19:51:46 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 62248 invoked by uid 500); 15 May 2015 19:51:45 -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 62236 invoked by uid 99); 15 May 2015 19:51:45 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2015 19:51:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 43EC3C137E for ; Fri, 15 May 2015 19:51:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.101 X-Spam-Level: X-Spam-Status: No, score=-0.101 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7JEjsox2f5Fs for ; Fri, 15 May 2015 19:51:33 +0000 (UTC) Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 339DF43CB6 for ; Fri, 15 May 2015 19:51:33 +0000 (UTC) Received: by qgfa7 with SMTP id a7so9051970qgf.1 for ; Fri, 15 May 2015 12:51:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=FS/cnqCZzgAj5o8x/lQ7lZqHnOuMVu/7qCqH99zMpds=; b=vFuNK0c/Uhl9/xMopNXKoHqhUK4stuCsjduYRK9JjnX+ecrijz7HY52JKkOqcbWcBo 7waiqdP+mlX7S6QcQKLgx2wZQLjImxs2c/sMGxyuJl3eTYePqoEemlr3Iw/CmkguR9gj oRbkGY7pbkdfUUyvRm7ARTx0pNQh2gnjHeN5+LkaO1LIX6lGwG6o0C4dl4Ms07VuJgKu hxNi0/YrCG/LgMgqE+EkGddD9FyFmknPKWsTR6n86kCD2w4IUrQQXgXTM24mfglfRxcX jb6MTLNaGgyqtQX0JUNKDOHzjFdSgWSRyqavfXEq0HvlAXXCQOXgKgjYCBTspWJRTdPK Otnw== X-Received: by 10.55.42.219 with SMTP id q88mr24306078qkq.20.1431719487831; Fri, 15 May 2015 12:51:27 -0700 (PDT) Received: from hw10447.local (pool-72-81-135-153.bltmmd.fios.verizon.net. [72.81.135.153]) by mx.google.com with ESMTPSA id n16sm1680446qhb.12.2015.05.15.12.51.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 May 2015 12:51:26 -0700 (PDT) Message-ID: <55564E3C.20101@gmail.com> Date: Fri, 15 May 2015 15:51:24 -0400 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev Subject: Re: [VOTE] Apache Accumulo 1.7.0-rc3 References: <55524F9E.9060400@gmail.com> <55526DCD.6020605@gmail.com> <5552E811.2010702@gmail.com> In-Reply-To: <5552E811.2010702@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 72hr 3node CI verify w/ agitation just succeeded. org.apache.accumulo.test.continuous.ContinuousVerify$Counts REFERENCED=19706560041 UNREFERENCED=29844289 Repeatedly ran into issues with HoldTime from HDFS (wrote a loop to just restart the ingester). Some lease recoveries taking a long time in HDFS. Nothing super impactful. I believe that wraps up all required testing. Josh Elser wrote: > 24hr CI just verified > > org.apache.accumulo.test.continuous.ContinuousVerify$Counts > REFERENCED=5754999773 > UNREFERENCED=6000227 > > Josh Elser wrote: >> 24hr RW on 3 nodes w/ agitation just finished positively. >> >> Josh Elser wrote: >>> >>> Testing: All unit and integration tests are passing. Completed 3-day CI >>> w/o agitation or verification. Completed 24hr RandomWalk w/o agitation >>> on 3 nodes. 95% through 24hr CI and RW w/ agitation.