Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C67D10550 for ; Mon, 28 Oct 2013 20:57:19 +0000 (UTC) Received: (qmail 98067 invoked by uid 500); 28 Oct 2013 20:57:18 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 97844 invoked by uid 500); 28 Oct 2013 20:57:16 -0000 Mailing-List: contact commits-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 commits@hbase.apache.org Received: (qmail 97816 invoked by uid 99); 28 Oct 2013 20:57:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 20:57:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 20:57:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7E943238889B; Mon, 28 Oct 2013 20:56:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1536519 - /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.java Date: Mon, 28 Oct 2013 20:56:50 -0000 To: commits@hbase.apache.org From: tedyu@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131028205650.7E943238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tedyu Date: Mon Oct 28 20:56:50 2013 New Revision: 1536519 URL: http://svn.apache.org/r1536519 Log: HBASE-9814 TestRegionServerCoprocessorExceptionWithRemove mentions master in javadoc Modified: hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.java Modified: hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.java URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.java?rev=1536519&r1=1536518&r2=1536519&view=diff ============================================================================== --- hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.java (original) +++ hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.java Mon Oct 28 20:56:50 2013 @@ -39,7 +39,7 @@ import static org.junit.Assert.*; /** * Tests unhandled exceptions thrown by coprocessors running on regionserver. - * Expected result is that the master will remove the buggy coprocessor from + * Expected result is that the region server will remove the buggy coprocessor from * its set of coprocessors and throw a org.apache.hadoop.hbase.exceptions.DoNotRetryIOException * back to the client. * (HBASE-4014).