----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41337/#review110878 -----------------------------------------------------------
src/slave/slave.hpp (line 593) <https://reviews.apache.org/r/41337/#comment170895> How about using tuple queue<std::tuple<TaskInfo, FrameworkInfo>> pendingTasks? - Jian Qiu On 十二月 17, 2015, 2:49 a.m., Guangya Liu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41337/ > ----------------------------------------------------------- > > (Updated 十二月 17, 2015, 2:49 a.m.) > > > Review request for mesos, Ben Mahler, Artem Harutyunyan, Joris Van > Remoortere, Joseph Wu, Klaus Ma, and Jian Qiu. > > > Bugs: MESOS-4148 > https://issues.apache.org/jira/browse/MESOS-4148 > > > Repository: mesos > > > Description > ------- > > Set task as TASK_LOST if not enough allocation slack resources. > > > Diffs > ----- > > src/slave/slave.hpp b7586ce42bfac9d9885a3eb8d82deb94680c236c > src/slave/slave.cpp ef869695ffeb2e6d9ef0a78ddb676b1b7cd19afe > > Diff: https://reviews.apache.org/r/41337/diff/ > > > Testing > ------- > > make > make check > > > Thanks, > > Guangya Liu > >
