-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48373/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
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
-----
src/slave/containerizer/mesos/isolators/gpu/nvidia.hpp
f290e3c1d1114698039a505e972793dc325c7100
src/slave/containerizer/mesos/isolators/gpu/nvidia.cpp
7849e518af448d9557ca4d6de4ccaba8bc572992
Diff: https://reviews.apache.org/r/48373/diff/
Testing
-------
GTEST_FILTER="" make -j check && sudo GTEST_FILTER="*NVIDIA*" src/mesos-tests
Thanks,
Kevin Klues