> On Jan. 24, 2013, 5:22 p.m., Charles Reiss wrote: > > src/slave/slave.cpp, line 1084 > > <https://reviews.apache.org/r/9095/diff/1/?file=251559#file251559line1084> > > > > Aren't you going to be missing the last resource sample for the > > executor (perhaps the only one for an, e.g., crash-looping executor)?
Okay, sorry, I really should have looked more at what archive() did before writing that. However, I think you have a problem with the frameworkId/executorId pairs not being unique over a window when an executor gets restarted with the same ID (crash-loop scenario is the obvious case where this is likely again). - Charles ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9095/#review15645 ----------------------------------------------------------- On Jan. 24, 2013, 9:22 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9095/ > ----------------------------------------------------------- > > (Updated Jan. 24, 2013, 9:22 a.m.) > > > Review request for mesos, Benjamin Hindman and Vinod Kone. > > > Description > ------- > > This wires up the archival of terminated executor stats. > > > This addresses bug MESOS-324. > https://issues.apache.org/jira/browse/MESOS-324 > > > Diffs > ----- > > src/slave/monitor.hpp PRE-CREATION > src/slave/monitor.cpp PRE-CREATION > src/slave/slave.cpp 9755b46f97173d6fcc9ab1fd63e0e4814b3bc018 > > Diff: https://reviews.apache.org/r/9095/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Ben Mahler > >
