> On Feb. 3, 2015, 11:37 p.m., Jie Yu wrote: > > src/master/master.cpp, line 3908 > > <https://reviews.apache.org/r/30584/diff/1/?file=846680#file846680line3908> > > > > This doesn't seem to necessary since we have master/slave_removals > > already (which will be incremented in removeSlave(slave) below)? > > Vinod Kone wrote: > Yea, wanted to use another specific one for shutdowns because slaves are > also removed without calling shutdown, e.g. reregisterSlave(). Although > slave_shutdowns_scheduled - slave_shutdowns_canceled will give this number. > So I'm ok with killing it altogether, if that's confusing. LMK.
Yeah, I would suggest removing it since we can derive it from other metrics. - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30584/#review70855 ----------------------------------------------------------- On Feb. 4, 2015, 12:24 a.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30584/ > ----------------------------------------------------------- > > (Updated Feb. 4, 2015, 12:24 a.m.) > > > Review request for mesos, Ben Mahler and Jie Yu. > > > Bugs: MESOS-1148 > https://issues.apache.org/jira/browse/MESOS-1148 > > > Repository: mesos > > > Description > ------- > > See summary. > > > Diffs > ----- > > src/master/master.hpp 337e00aa46ea127f3667e3383d631c3fb8e22f30 > src/master/master.cpp 10056861b95ed9453c971787982db7d09f09f323 > src/master/metrics.hpp 6a43abc914dce24c60b5db57ee01d172c8258e82 > src/master/metrics.cpp 956fe5042d7478d90d4f03059e248694ba2b95e5 > > Diff: https://reviews.apache.org/r/30584/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Vinod Kone > >
