HBASE-5007 HBaseAdmin.stopRegionServer do not stop the region server

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1213102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-12-11 23:05:14 +00:00
parent a443b9f338
commit 756aa7ff16
1 changed files with 3 additions and 0 deletions

View File

@ -555,4 +555,7 @@ public interface HRegionInterface extends VersionedProtocol, Stoppable, Abortabl
* region names as returned by {@link HRegionInfo#getEncodedName()} * region names as returned by {@link HRegionInfo#getEncodedName()}
*/ */
public byte[][] rollHLogWriter() throws IOException, FailedLogCloseException; public byte[][] rollHLogWriter() throws IOException, FailedLogCloseException;
@Override
public void stop(String why);
} }