You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yu Li (JIRA)" <ji...@apache.org> on 2015/07/14 11:44:05 UTC

[jira] [Created] (HBASE-14075) HBaseClusterManager should use port(if given) to find pid

Yu Li created HBASE-14075:
-----------------------------

             Summary: HBaseClusterManager should use port(if given) to find pid
                 Key: HBASE-14075
                 URL: https://issues.apache.org/jira/browse/HBASE-14075
             Project: HBase
          Issue Type: Bug
            Reporter: Yu Li
            Assignee: Yu Li
            Priority: Minor


This issue is found while we run ITBLL in distributed cluster. Our testing env is kind of special that we run multiple regionserver instance on a single physical machine, so {noformat}ps -ef | grep proc_regionserver{noformat} will return more than one line, thus cause the tool might check/kill the wrong process

Actually in HBaseClusterManager we already introduce port as a parameter for methods like isRunning, kill, etc. So the only thing to do here is to get pid through port if port is given



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