-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37168/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-3063
https://issues.apache.org/jira/browse/MESOS-3063
Repository: mesos
Description
-------
MESOS-3063 (Add an example framework using dynamic reservation)
Diffs
-----
src/examples/dynamic_reservation_executor.cpp PRE-CREATION
src/examples/dynamic_reservation_framework.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/37168/diff/
Testing
-------
#### Test Steps
Build the example and run in local Mesos cluster
#### Example Output
I0806 15:19:33.955976 17033 sched.cpp:640] Framework registered with
20150805-204038-16842879-5050-14289-0015
Registered!
Received offer 20150805-204038-16842879-5050-14289-O161 with mem(*):2862;
disk(*):460240; ports(*):[31000-32000]; cpus(*):4
Reserve resources cpus(test, dynamic-reservation-framework-cpp):1;
mem(test, dynamic-reservation-framework-cpp):128
Received offer 20150805-204038-16842879-5050-14289-O162 with mem(*):2734;
disk(*):460240; ports(*):[31000-32000]; cpus(*):3; cpus(test, dynamic-
reservation-framework-cpp):1; mem(test, dynamic- reservation-framework-cpp):128
Launching task 0 using offer 20150805-204038-16842879-5050-14289-O162
Task 0 is in state TASK_FINISHED
Received offer 20150805-204038-16842879-5050-14289-O163 with mem(*):2734;
disk(*):460240; ports(*):[31000-32000]; cpus(*):3; cpus(test, dynamic-
reservation-framework-cpp):1; mem(test, dynamic-reservation-framework-cpp):128
Launching task 1 using offer 20150805-204038-16842879-5050-14289-O163
Task 1 is in state TASK_FINISHED
Received offer 20150805-204038-16842879-5050-14289-O164 with mem(*):2734;
disk(*):460240; ports(*):[31000-32000]; cpus(*):3; cpus(test, dynamic-
reservation-framework-cpp):1; mem(test, dynamic-reservation-framework-cpp):128
Launching task 2 using offer 20150805-204038-16842879-5050-14289-O164
Task 2 is in state TASK_FINISHED
Received offer 20150805-204038-16842879-5050-14289-O165 with mem(*):2734;
disk(*):460240; ports(*):[31000-32000]; cpus(*):3; cpus(test, dynamic-
reservation-framework-cpp):1; mem(test, dynamic-reservation-framework-cpp):128
Launching task 3 using offer 20150805-204038-16842879-5050-14289-O165
Task 3 is in state TASK_FINISHED
Received offer 20150805-204038-16842879-5050-14289-O166 with mem(*):2734;
disk(*):460240; ports(*):[31000-32000]; cpus(*):3; cpus(test, dynamic-
reservation-framework-cpp):1; mem(test, dynamic-reservation-framework-cpp):128
Launching task 4 using offer 20150805-204038-16842879-5050-14289-O166
Task 4 is in state TASK_FINISHED
Received offer 20150805-204038-16842879-5050-14289-O167 with mem(*):2734;
disk(*):460240; ports(*):[31000-32000]; cpus(*):3; cpus(test, dynamic-
reservation-framework-cpp):1; mem(test, dynamic-reservation-framework-cpp):128
Unreserve resources cpus(test, dynamic-reservation-framework-cpp):1;
mem(test, dynamic-reservation-framework-cpp):128
Received offer 20150805-204038-16842879-5050-14289-O168 with mem(*):2862;
disk(*):460240; ports(*):[31000-32000]; cpus(*):4
I0806 15:19:49.515024 17031 sched.cpp:1748] Asked to stop the driver
I0806 15:19:49.515115 17031 sched.cpp:1032] Stopping framework
'20150805-204038-16842879-5050-14289-0015'
I0806 15:19:49.515630 17027 sched.cpp:1748] Asked to stop the driver
2015-08-06
15:19:49,516:17027(0x7f23f610d700):ZOO_INFO@zookeeper_close@2505: Closing
zookeeper sessionId=0x34da910aab20058 to [9.111.159.76:2181]
Thanks,
Klaus Ma