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:
parent
a443b9f338
commit
756aa7ff16
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue