> On Feb. 21, 2013, 11:51 p.m., Benjamin Hindman wrote: > > src/slave/status_update_manager.hpp, line 179 > > <https://reviews.apache.org/r/7212/diff/11/?file=259875#file259875line179> > > > > Return an error or make a big todo at the top of this class to do this.
bit the bullet. > On Feb. 21, 2013, 11:51 p.m., Benjamin Hindman wrote: > > src/slave/status_update_manager.hpp, line 130 > > <https://reviews.apache.org/r/7212/diff/11/?file=259875#file259875line130> > > > > Methods in StatusUpdateStream should really be returning a Try (or > > Result if necessary). You can use the technique of an 'Option<bool> error' > > to capture when an error might have occurred and then return the error when > > any calls are made after an error has occured (i.e., a call to handle). done. - Vinod ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7212/#review16888 ----------------------------------------------------------- On Feb. 19, 2013, 7:59 p.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/7212/ > ----------------------------------------------------------- > > (Updated Feb. 19, 2013, 7:59 p.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Description > ------- > > added shutdownFramework > > > Minor fixes for open > > > Ben's comments > > > Refactoring SUM > > > Bens' comments > > > Status Update Manager > > Rebased off latest trunk > > Conflicts: > src/Makefile.am > src/common/protobuf_utils.hpp > src/common/utils.hpp > src/slave/slave.cpp > src/tests/protobuf_io_tests.cpp > src/tests/utils_tests.cpp > > > Diffs > ----- > > src/Makefile.am c94736df660a25b58dc47c07d9c56c3c26152a66 > src/common/protobuf_utils.hpp 69baab78c8db2d2d33ffbbe7f5e5fc80d65b0e1a > src/common/type_utils.hpp fde69aeec403b3455839dca6b0b2e1507d81ba00 > src/local/local.cpp 3402029e07341212717e346a97e7cd30fa52ed51 > src/messages/messages.proto 815fcbbcb4a8643f50950a294cedf7281b2a187f > src/slave/status_update_manager.hpp PRE-CREATION > src/slave/status_update_manager.cpp PRE-CREATION > third_party/libprocess/include/process/timeout.hpp > cac996070359a3e7ecdd8077af83c8c4cf9735fd > > Diff: https://reviews.apache.org/r/7212/diff/ > > > Testing > ------- > > make check. > > > Thanks, > > Vinod Kone > >
