----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25357/#review52453 -----------------------------------------------------------
src/main/java/org/apache/aurora/scheduler/TaskVars.java <https://reviews.apache.org/r/25357/#comment91236> I should have been more explicit. I would prefer that only the job-scoped vars be `untracked()`. The others are bounded, and useful to have tracked. - Bill Farner On Sept. 5, 2014, 12:23 a.m., Maxim Khutornenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25357/ > ----------------------------------------------------------- > > (Updated Sept. 5, 2014, 12:23 a.m.) > > > Review request for Aurora, David McLaughlin and Bill Farner. > > > Bugs: AURORA-685 > https://issues.apache.org/jira/browse/AURORA-685 > > > Repository: aurora > > > Description > ------- > > Currently tracking LOST and FAILED states. > > > Diffs > ----- > > src/main/java/org/apache/aurora/scheduler/TaskVars.java > 6654c1675ac9f5f7d481e115cea7c224fb212467 > src/test/java/org/apache/aurora/scheduler/TaskVarsTest.java > d02714c846a521ff9ac3e53d991731314e714ae2 > > Diff: https://reviews.apache.org/r/25357/diff/ > > > Testing > ------- > > gradle -Pq build > > > Thanks, > > Maxim Khutornenko > >
