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 3F49710C81 for ; Mon, 24 Nov 2014 20:44:12 +0000 (UTC) Received: (qmail 81124 invoked by uid 500); 24 Nov 2014 20:44:12 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 81075 invoked by uid 500); 24 Nov 2014 20:44:12 -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 81060 invoked by uid 99); 24 Nov 2014 20:44:11 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2014 20:44:11 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 8B5FE6A48F; Mon, 24 Nov 2014 20:44:10 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8090617321261682508==" MIME-Version: 1.0 Subject: Re: Review Request 27829: ACCUMULO-1085 From: keith@deenlo.com To: "Eric Newton" , "accumulo" , keith@deenlo.com Date: Mon, 24 Nov 2014 20:44:10 -0000 Message-ID: <20141124204410.15978.96766@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: noreply@reviews.apache.org X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/27829/ X-Sender: noreply@reviews.apache.org References: <20141124203321.15977.32740@reviews.apache.org> In-Reply-To: <20141124203321.15977.32740@reviews.apache.org> Reply-To: keith@deenlo.com X-ReviewRequest-Repository: accumulo --===============8090617321261682508== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27829/#review62866 ----------------------------------------------------------- server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java try? - kturner On Nov. 24, 2014, 8:33 p.m., Eric Newton wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27829/ > ----------------------------------------------------------- > > (Updated Nov. 24, 2014, 8:33 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1085 > https://issues.apache.org/jira/browse/ACCUMULO-1085 > > > 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 1195668 > server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java 93161ee > server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java ba86522 > test/src/test/java/org/apache/accumulo/test/AssignmentThreadsIT.java PRE-CREATION > test/src/test/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java PRE-CREATION > test/src/test/java/org/apache/accumulo/test/functional/BulkFileIT.java 475d5cf > test/src/test/java/org/apache/accumulo/test/functional/FunctionalTestUtils.java 1246efe > > 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 > > --===============8090617321261682508==--