Details
Description
suspend() and resume() of the REST ClusterManager are calling the wrong method.
@Override public void suspend(ServiceType service, String hostname, int port) throws IOException { hBaseClusterManager.kill(service, hostname, port); } @Override public void resume(ServiceType service, String hostname, int port) throws IOException { hBaseClusterManager.kill(service, hostname, port); }