----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67722/ -----------------------------------------------------------
Review request for mesos, Gastón Kleiman, Greg Mann, and Vinod Kone. Repository: mesos Description ------- This patch fixes a bug where the code path could cause a crash because of calling `Fture<T>::get()` on a future which is failed. Diffs ----- src/master/master.cpp 4ade16f044f8a4fdafd5afaba4e6a23232f83a5a Diff: https://reviews.apache.org/r/67722/diff/1/ Testing ------- ```sh make check ``` Thanks, Alexander Rojas