Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 33150 invoked from network); 21 Oct 2010 21:59:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 21:59:43 -0000 Received: (qmail 42966 invoked by uid 500); 21 Oct 2010 21:59:42 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 42932 invoked by uid 500); 21 Oct 2010 21:59:42 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 42918 invoked by uid 99); 21 Oct 2010 21:59:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 21:59:42 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=FH_HELO_EQ_D_D_D_D,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [184.73.217.71] (HELO ip-10-202-7-187.ec2.internal) (184.73.217.71) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 21:59:37 +0000 Received: from ip-10-202-7-187.ec2.internal (localhost [127.0.0.1]) by ip-10-202-7-187.ec2.internal (Postfix) with ESMTP id 3374C8A204; Thu, 21 Oct 2010 21:59:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: Review Request: Unit test and fix for multi-threaded executor service From: "Jonathan Gray" To: stack@duboce.net Date: Thu, 21 Oct 2010 21:59:17 -0000 Message-ID: <20101021215917.11862.88953@ip-10-202-7-187.ec2.internal> Cc: "Jonathan Gray" , jiraposter@review.hbase.org, dev@hbase.apache.org In-Reply-To: <20101021215744.11862.29537@ip-10-202-7-187.ec2.internal> References: <20101021215744.11862.29537@ip-10-202-7-187.ec2.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1064/ ----------------------------------------------------------- (Updated 2010-10-21 14:59:17.175384) Review request for hbase and stack. Changes ------- Fixes whitespace Summary ------- See HBASE-3139 Diffs (updated) ----- trunk/src/main/java/org/apache/hadoop/hbase/executor/ExecutorService.java= 1026145 = trunk/src/test/java/org/apache/hadoop/hbase/executor/TestExecutorService.= java PRE-CREATION = Diff: http://review.cloudera.org/r/1064/diff Testing ------- Thanks, Jonathan