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 BBD3D108C2 for ; Mon, 10 Nov 2014 22:52:15 +0000 (UTC) Received: (qmail 50409 invoked by uid 500); 10 Nov 2014 22:52:10 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 50365 invoked by uid 500); 10 Nov 2014 22:52:10 -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 50349 invoked by uid 99); 10 Nov 2014 22:52:10 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2014 22:52:10 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id A14081DFDE2; Mon, 10 Nov 2014 22:52:13 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3781465240647656496==" MIME-Version: 1.0 Subject: Re: Review Request 27829: ACCUMULO-1085 From: "Josh Elser" To: "Eric Newton" , "Mike Drob" , "accumulo" , "Josh Elser" Date: Mon, 10 Nov 2014 22:52:13 -0000 Message-ID: <20141110225213.19819.92114@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Josh Elser" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/27829/ X-Sender: "Josh Elser" References: <20141110213830.19818.24366@reviews.apache.org> In-Reply-To: <20141110213830.19818.24366@reviews.apache.org> Reply-To: "Josh Elser" X-ReviewRequest-Repository: accumulo --===============3781465240647656496== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Nov. 10, 2014, 9:38 p.m., Mike Drob wrote: > > test/src/test/java/org/apache/accumulo/test/AssignmentThreadsIT.java, line 44 > > > > > > Is this just chars 0-9 & a-f? > > Eric Newton wrote: > yes; originally I left the splits as binary, but it was really ugly to read the logs. a comment saying that would be delightful for those who can't automatically translate hex to ascii on the fly :) > On Nov. 10, 2014, 9:38 p.m., Mike Drob wrote: > > test/src/test/java/org/apache/accumulo/test/AssignmentThreadsIT.java, line 73 > > > > > > Why go through arithmetic gymnastics instead of just sleep(11000)? > > Eric Newton wrote: > Taking the tablets offline probably takes most of the 11 seconds. This just extends the wait to make sure that it's at least 11 seconds, but not any more than that. Why do we have to wait at all? Isn't the wait=true for offline going to be waiting via checking the current location for all tablets in that table? - Josh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27829/#review60681 ----------------------------------------------------------- On Nov. 10, 2014, 9:11 p.m., Eric Newton wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27829/ > ----------------------------------------------------------- > > (Updated Nov. 10, 2014, 9:11 p.m.) > > > Review request for accumulo. > > > Repository: accumulo > > > Description > ------- > > Allow for multiple threads to perform assignment, but use only a single thread for recovery playback > > > Diffs > ----- > > core/src/main/java/org/apache/accumulo/core/conf/Property.java f59b654 > server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java 1e81947 > server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java ba86522 > server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java 9490903 > test/src/test/java/org/apache/accumulo/test/AssignmentThreadsIT.java PRE-CREATION > > Diff: https://reviews.apache.org/r/27829/diff/ > > > Testing > ------- > > Added an IT that verifies that tablet loading goes faster with more threads. > > > Thanks, > > Eric Newton > > --===============3781465240647656496==--