-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48373/
-----------------------------------------------------------
(Updated June 11, 2016, 5:37 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Updated to properly use `defer()` on lambdas in `.then()` statements from after
operations through the `NvidiaGPUAllocator`
Bugs: MESOS-5559
https://issues.apache.org/jira/browse/MESOS-5559
Repository: mesos
Description
-------
All logic to do GPU allocation is now conducted asynchronously through
the `NvidiaGpuAllocator` component.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/gpu/nvidia.hpp
181a2aad97da9ee0f6ffa42cdba9c93dc0077ff7
src/slave/containerizer/mesos/isolators/gpu/nvidia.cpp
d7557a0c338e8c0e51461b2326600c03f89c2e8b
Diff: https://reviews.apache.org/r/48373/diff/
Testing
-------
GTEST_FILTER="" make -j check && sudo GTEST_FILTER="*NVIDIA*" src/mesos-tests
Thanks,
Kevin Klues