----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63531/ -----------------------------------------------------------
Review request for Aurora, David McLaughlin, Santhosh Kumar Shanmugham, and Bill Farner. Repository: aurora Description ------- This is a non-breaking update to the latest Mesos version. The mesos.interface Python package has a requirement on a newer protobuf version. I applied the same update to Java for consistency. * Mesos update instructions: https://mesos.apache.org/documentation/latest/upgrades/ (i.e no feature removed that we currently rely on) * Mesos 1.3 changelog: https://mesos.apache.org/blog/mesos-1-3-0-released/ * Mesos 1.4 changelog: https://mesos.apache.org/blog/mesos-1-4-0-released/ * Protobuf update of Mesos: https://reviews.apache.org/r/58358 (Zhitao Li says he tested compatibility with Aurora using the old protobufs) * Protobuf changelog: https://github.com/google/protobuf/blob/3.3.x/CHANGES.txt Diffs ----- 3rdparty/python/BUILD 4aa837ebd638957d89de8536a845234cf05a07dc 3rdparty/python/requirements.txt 0c04b98e791c5de1985724304f384e8dbade8c19 RELEASE-NOTES.md 5122c49354811bdb53bd5a0febb29c5d8a736b0d Vagrantfile ac1063028a44c5bd6341cc7ba71408e17496fc95 build-support/packer/build.sh 7b7914c11e376a5f7ba7a5ee69fa0962e9bca379 build.gradle 26051ac9267060606a5a4e05a1ac432c1ff4c79b src/main/java/org/apache/aurora/scheduler/configuration/executor/ExecutorModule.java 6594325342363eb9a578fda61626a42019fc7204 src/main/java/org/apache/aurora/scheduler/resources/AcceptedOffer.java 291d5c95916915afc48a7143759e523fccd52feb Diff: https://reviews.apache.org/r/63531/diff/1/ Testing ------- I tested the following end to end test scenarios and they worked: * this patch (Mesos 1.4) in the old vagrant box (against Mesos 1.2) * this patch (Mesos 1.4) in the new vagrant box (against Mesos 1.4) * master (Mesos 1.2) in the new vagrant box (against Mesos 1.4) Thanks, Stephan Erb
