Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13958

RESTApiClusterManager calls kill() instead of suspend() and resume()

    XMLWordPrintableJSON

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);
        }
      

      Attachments

        1. HBASE-13958-v0.patch
          0.9 kB
          Matteo Bertozzi

        Activity

          People

            mbertozzi Matteo Bertozzi
            mbertozzi Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: