You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/01/29 21:29:39 UTC

[jira] [Resolved] (HBASE-15188) IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up

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

stack resolved HBASE-15188.
---------------------------
    Resolution: Duplicate

Dup of HBASE-15189

> IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15188
>                 URL: https://issues.apache.org/jira/browse/HBASE-15188
>             Project: HBase
>          Issue Type: Bug
>          Components: integration tests
>            Reporter: stack
>
> Trying to run IT on a cluster shared with an other, the monkeys give up because they error out trying to kill the other fellows daemons:
> Failure looks like this:
> {code}
> 16/01/29 09:07:09 WARN hbase.HBaseClusterManager: Remote command: ps aux | grep proc_regionserver | grep -v grep | tr -s ' ' | cut -d ' ' -f2 | xargs kill -s SIGKILL , hostname:ve0536.halxg.cloudera.com failed at attempt 3. Retrying until maxAttempts: 5. Exception: stderr: kill 115040: Operation not permitted
> , stdout:
> {code}
> The operation is not permitted because there is a regionserver running that is owned by someone else. We retry and then give up on the monkey.
> Fix seems simple.



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