----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63912/ -----------------------------------------------------------
(Updated Nov. 20, 2017, 10:59 a.m.) Review request for mesos, Benjamin Bannier and Jie Yu. Changes ------- Addressed issues. Repository: mesos Description ------- An agent will send its resource version UUIDs during (re-)registration. The master will have to use them when sending a 'ApplyOfferOperationMessage' to an agent. This was missing in the master, the resource version were only set when an agent sent a 'UpdateSlaveMessage'. This created situations where the master would crash. Diffs (updated) ----- src/master/master.hpp a309fc78ee2613762f3d5d22ac7559afc7aac4a3 src/master/master.cpp 2ddd67ada3731803b00883b6a1f32b20c1bb238f Diff: https://reviews.apache.org/r/63912/diff/2/ Changes: https://reviews.apache.org/r/63912/diff/1-2/ Testing ------- make check Thanks, Jan Schlicht
