[ 
https://issues.apache.org/jira/browse/HBASE-13958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598807#comment-14598807
 ] 

Hudson commented on HBASE-13958:
--------------------------------

SUCCESS: Integrated in HBase-1.2 #28 (See 
[https://builds.apache.org/job/HBase-1.2/28/])
HBASE-13958 RESTApiClusterManager calls kill() instead of suspend() and 
resume() (matteo.bertozzi: rev 2f004303d5d1a4dd78cf48581e9ff531217cbee3)
* hbase-it/src/test/java/org/apache/hadoop/hbase/RESTApiClusterManager.java


> RESTApiClusterManager calls kill() instead of suspend() and resume()
> --------------------------------------------------------------------
>
>                 Key: HBASE-13958
>                 URL: https://issues.apache.org/jira/browse/HBASE-13958
>             Project: HBase
>          Issue Type: Bug
>          Components: integration tests
>    Affects Versions: 2.0.0, 1.2.0, 1.1.0.1
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 2.0.0, 1.2.0, 1.1.2, 1.3.0
>
>         Attachments: HBASE-13958-v0.patch
>
>
> suspend() and resume() of the REST ClusterManager are calling the wrong 
> method.
> {code}
>   @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);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to