----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53896/ -----------------------------------------------------------
(Updated Dec. 5, 2016, 5:06 p.m.) Review request for mesos and Vinod Kone. Changes ------- Add TODO comment. Bugs: MESOS-6419 https://issues.apache.org/jira/browse/MESOS-6419 Repository: mesos Description ------- Previously, the master used a bool to track whether a given framework is connected. This commit adjusts the master to use an enum instead. The enum currently only has two values, CONNECTED and DISCONNECTED, but an additional value (RECOVERED) will be introduced shortly. Diffs (updated) ----- src/master/http.cpp ac560d1fdd219d0de0c5d987a32a7112e149602f src/master/master.hpp b444b2352360fb4f7179acd97dffc0cd81cc7afa src/master/master.cpp b0670d993348d189fafff0f83f9da0c5b18d1c51 src/master/quota_handler.cpp 5578663f26d9b737499dc4f5a286c34c37645442 Diff: https://reviews.apache.org/r/53896/diff/ Testing ------- `make check` Thanks, Neil Conway