You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2016/03/24 04:50:25 UTC

[jira] [Commented] (MESOS-3487) Running libprocess tests in a loop leads to unbounded memory growth.

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

Benjamin Mahler commented on MESOS-3487:
----------------------------------------

Linking in MESOS-5021, which is one source of a leak.

> Running libprocess tests in a loop leads to unbounded memory growth.
> --------------------------------------------------------------------
>
>                 Key: MESOS-3487
>                 URL: https://issues.apache.org/jira/browse/MESOS-3487
>             Project: Mesos
>          Issue Type: Bug
>          Components: libprocess
>            Reporter: Benjamin Mahler
>            Assignee: Diana Arroyo
>              Labels: newbie
>
> Was doing some repeat testing on a patch to check for flakiness and noticed that the libprocess tests appear to have a leak that leads to unbounded memory growth.
> I checked the stout tests as well, they appear ok.
> Notice the large RSS for the libprocess tests:
> {noformat}
>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
> 55133 root      20   0  479m 9.9m 6860 S 56.8  0.0   0:02.36 tests
> 16410 root      20   0  575m 152m 6864 S 60.1  0.2   6:09.70 tests
> 61363 root      20   0  606m 304m 6948 R 74.7  0.4  15:50.11 tests
> 32836 root      20   0  116m 9032 5580 S 88.3  0.0   3:46.32 stout-tests
> {noformat}
> Commands to reproduce:
> {noformat}
> $ sudo ./3rdparty/libprocess/tests --gtest_repeat=-1 --gtest_break_on_failure
> $ sudo ./3rdparty/libprocess/3rdparty/stout-tests --gtest_repeat=-1 --gtest_break_on_failure
> {noformat}



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