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:
parent
d3a4175a4d
commit
ba51a43ca3
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue