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

2022-07-01 Thread Andrew Kyle Purtell (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Kyle Purtell updated HBASE-14075:

  Assignee: (was: Yu Li)
Resolution: Abandoned
Status: Resolved  (was: Patch Available)

> 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
>Priority: Minor
> Attachments: HBASE-14075-master_v2.patch, 
> HBASE-14075-master_v3.patch, HBASE-14075-master_v4.patch, 
> HBASE-14075-master_v5.patch, HBASE-14075-master_v6.patch, 
> HBASE-14075-master_v7.patch, HBASE-14075.patch
>
>
> 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
(v8.20.10#820010)


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

2015-07-16 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075-master_v7.patch

> 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
> Attachments: HBASE-14075-master_v2.patch, 
> HBASE-14075-master_v3.patch, HBASE-14075-master_v4.patch, 
> HBASE-14075-master_v5.patch, HBASE-14075-master_v6.patch, 
> HBASE-14075-master_v7.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-16 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075-master_v6.patch

Update the patch to resolve ling length issue

[~dimaspivak] could you help review the updated patch on RB? Thanks

[~tedyu] could you also help review the patch? Thanks

> 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
> Attachments: HBASE-14075-master_v2.patch, 
> HBASE-14075-master_v3.patch, HBASE-14075-master_v4.patch, 
> HBASE-14075-master_v5.patch, HBASE-14075-master_v6.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-15 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075-master_v5.patch

> 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
> Attachments: HBASE-14075-master_v2.patch, 
> HBASE-14075-master_v3.patch, HBASE-14075-master_v4.patch, 
> HBASE-14075-master_v5.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-14 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075-master_v4.patch

Correct line wrapping of the patch according to Hadoop QA result

> 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
> Attachments: HBASE-14075-master_v2.patch, 
> HBASE-14075-master_v3.patch, HBASE-14075-master_v4.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-14 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075-master_v3.patch

Minor fix to avoid shell execution return non-zero value when checking service 
running

> 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
> Attachments: HBASE-14075-master_v2.patch, 
> HBASE-14075-master_v3.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-14 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-14075:
---
Status: Patch Available  (was: Open)

> 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
> Attachments: HBASE-14075-master_v2.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-14 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075-master_v2.patch

Done some testing before uploading the patch, here it is

> 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
> Attachments: HBASE-14075-master_v2.patch, HBASE-14075.patch
>
>
> 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)


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

2015-07-14 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-14075:
--
Attachment: HBASE-14075.patch

The fix is straight forward, attaching the patch

> 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
> Attachments: HBASE-14075.patch
>
>
> 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)