-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22266/
-----------------------------------------------------------
(Updated June 6, 2014, 10:27 p.m.)
Review request for mesos, Benjamin Hindman and Vinod Kone.
Changes
-------
Updated the stale python documentation.
Bugs: MESOS-1451
https://issues.apache.org/jira/browse/MESOS-1451
Repository: mesos-git
Description
-------
The scheduler driver has been using the new 'offer_ids' field since 0.18.0 so
we should follow up and remove the deprecated 'offer_id' field. This simplifies
the master logic and the driver logic.
Diffs (updated)
-----
src/master/master.hpp e2448310aa714b5fae49b9bf4fc95859ae9d7ec3
src/master/master.cpp 89f426c14de365369b900864f1983b1f9260953f
src/messages/messages.proto 6f6e570b1018d8c54d4b8d811470086832792ec4
src/python/src/mesos.py a2fc0e92a021f96214bfcfe9cf9703ed6290803b
src/sched/sched.cpp b27222e806387ea18ef37584e2626974c665fa0b
Diff: https://reviews.apache.org/r/22266/diff/
Testing
-------
make check
Thanks,
Ben Mahler