You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/10 17:55:19 UTC

[jira] [Commented] (HBASE-15190) Monkey dies when running on shared cluster (gives up when can't kill the other fellows processes)

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

Hudson commented on HBASE-15190:
--------------------------------

FAILURE: Integrated in HBase-0.98-matrix #295 (See [https://builds.apache.org/job/HBase-0.98-matrix/295/])
HBASE-15190 Monkey dies when running on shared cluster (gives up when (apurtell: rev 5d1c3c901d35c6e3f41f4b68960c4713fe0c4eab)
* hbase-it/src/test/java/org/apache/hadoop/hbase/HBaseClusterManager.java


> Monkey dies when running on shared cluster (gives up when can't kill the other fellows processes)
> -------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15190
>                 URL: https://issues.apache.org/jira/browse/HBASE-15190
>             Project: HBase
>          Issue Type: Bug
>          Components: integration tests
>            Reporter: stack
>            Assignee: stack
>             Fix For: 2.0.0, 1.2.0, 1.3.0, 0.98.18
>
>         Attachments: 15190.patch, 15190.patch, shared.patch
>
>
> 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)