HBASE-9814 TestRegionServerCoprocessorExceptionWithRemove mentions master in javadoc

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1536519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-10-28 20:56:50 +00:00
parent d3a4175a4d
commit ba51a43ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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).