----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46299/#review138548 -----------------------------------------------------------
@haosdent, I tried in my env, it seems when cgroup is destroyed, eventfd will not be triggered. What I did is, use `mesos-execute` to launch a container to do a simple task (sleep 5 seconds), and after 5 seconds, the task finishes and I see the cgroup of the container is destroyed, but I do not see the eventfd (`memory.oom_control`) is triggered. - Qian Zhang On June 19, 2016, 6:30 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46299/ > ----------------------------------------------------------- > > (Updated June 19, 2016, 6:30 p.m.) > > > Review request for mesos, Gilbert Song, Guangya Liu, Ian Downes, Jie Yu, > Kevin Klues, and Qian Zhang. > > > Bugs: MESOS-5045 > https://issues.apache.org/jira/browse/MESOS-5045 > > > Repository: mesos > > > Description > ------- > > Ignore eventfd caused by hierarchy destruction. > > > Diffs > ----- > > src/linux/cgroups.cpp 95ceb373ca4d961c402f9936f31cda1a25c60e87 > > Diff: https://reviews.apache.org/r/46299/diff/ > > > Testing > ------- > > > Thanks, > > haosdent huang > >
