-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69188/
-----------------------------------------------------------
(Updated Oct. 29, 2018, 12:11 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Updated commit message.
Summary (updated)
-----------------
Ensured failed / discarded cgroups OOM notification is logged.
Bugs: MESOS-9334
https://issues.apache.org/jira/browse/MESOS-9334
Repository: mesos
Description (updated)
-------
Failed or discarded OOM notificaitions in the cgroups memory
subsystem were not being logged, due to the continuation being
accidentally set up using `onReady` rather than `onAny`.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp
f4ed8337253995250cb533fa0a232909cb1a824b
Diff: https://reviews.apache.org/r/69188/diff/2/
Changes: https://reviews.apache.org/r/69188/diff/1-2/
Testing
-------
Thanks,
Qian Zhang