You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2017/05/09 13:51:52 UTC

Review Request 59093: Added a general resource provider implementation.

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

Review request for mesos, Benjamin Bannier and Jan Schlicht.


Bugs: MESOS-7480
    https://issues.apache.org/jira/browse/MESOS-7480


Repository: mesos


Description
-------

The newly introduced `ResourceProvider` class will serve as the base
class for all resource provider implementations in Mesos. It
implements some of the basic functionalities for a resource provider
and allow subclasses to do specialization by implementing some virtual
functions.


Diffs
-----

  src/CMakeLists.txt 40d921ee7026f5ac47efbf0243e1cafab57825f9 
  src/Makefile.am 6bb81fd49b4564a0afa993b2cef6baa9d370ee7a 
  src/resource_provider/resource_provider.hpp PRE-CREATION 
  src/resource_provider/resource_provider.cpp PRE-CREATION 


Diff: https://reviews.apache.org/r/59093/diff/1/


Testing
-------

make check


Thanks,

Jie Yu