You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2012/06/20 07:43:47 UTC

Review Request: A balloon test framework which is used to simulate memory leak and test OOM notification.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5431/
-----------------------------------------------------------

Review request for mesos, Benjamin Hindman and Vinod Kone.


Description
-------

A test framework called balloon, which is used to simulate the memory leak situation so that we can test our OOM notification mechanism in cgroups.

The test framework will only schedule a single task, which will gradually increase the memory usage and exceed its assigned limit. 


Diffs
-----

  src/Makefile.am 8760f59 
  src/examples/balloon_executor.cpp PRE-CREATION 
  src/examples/balloon_framework.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/5431/diff/


Testing
-------

Manual.


Thanks,

Jie Yu


Re: Review Request: A balloon test framework which is used to simulate memory leak and test OOM notification.

Posted by Jie Yu <yu...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5431/
-----------------------------------------------------------

(Updated June 21, 2012, 5:01 a.m.)


Review request for mesos, Benjamin Hindman and Vinod Kone.


Changes
-------

Modify the exit condition for the framework.


Description
-------

A test framework called balloon, which is used to simulate the memory leak situation so that we can test our OOM notification mechanism in cgroups.

The test framework will only schedule a single task, which will gradually increase the memory usage and exceed its assigned limit. 


Diffs (updated)
-----

  src/Makefile.am 8760f59 
  src/examples/balloon_executor.cpp PRE-CREATION 
  src/examples/balloon_framework.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/5431/diff/


Testing
-------

Manual.


Thanks,

Jie Yu