You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Chun-Hung Hsiao <ch...@mesosphere.io> on 2017/12/04 10:27:09 UTC

Re: Review Request 63554: Added a publish function in resource provider manager.

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

(Updated Dec. 4, 2017, 10:27 a.m.)


Review request for mesos, Jie Yu, Joseph Wu, and Jan Schlicht.


Changes
-------

Addressed Jan's comments and handled disconnections.


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


Repository: mesos


Description (updated)
-------

The `ResourceProviderManager::publish()` takes a parameter that contains
all resources required by all executors on the agent and ensure the
resources are ready to use.


Diffs (updated)
-----

  src/resource_provider/manager.hpp e7a9a6cc6b15372d8f3f11e17fa2297792b00ff9 
  src/resource_provider/manager.cpp c37553d22375400a52928e26de7db5b599fd0873 
  src/tests/resource_provider_manager_tests.cpp feede620f86e0ff5c5a4a4488eadea924aaa6dc2 


Diff: https://reviews.apache.org/r/63554/diff/3/

Changes: https://reviews.apache.org/r/63554/diff/2-3/


Testing (updated)
-------

sudo make check


Thanks,

Chun-Hung Hsiao