> On March 15, 2013, 9:27 a.m., Benjamin Hindman wrote:
> > src/master/master.cpp, line 1839
> > <https://reviews.apache.org/r/9945/diff/1/?file=270895#file270895line1839>
> >
> >     But even the local framework object would be insufficient if that 
> > master failed over to another one right?

Fwiw, this was just copy pasted from removeFramework(Framework*), which I think 
you wrote? Any how, decided to just refer to that function instead of repeating 
the comment here, so that it easy to keep it in sync.

Having said that, this is not a new issue and iiuc, cannot be solved without a 
registrar?


> On March 15, 2013, 9:27 a.m., Benjamin Hindman wrote:
> > src/master/master.cpp, lines 541-544
> > <https://reviews.apache.org/r/9945/diff/1/?file=270895#file270895line541>
> >
> >     foreachvalue (Task* task, utils::copy(slave->tasks)) {
> >       if (!ids.contains(task->framework_id())) {
> >         ...;
> >       } 
> >     }

thank you.


> On March 15, 2013, 9:27 a.m., Benjamin Hindman wrote:
> > src/master/master.cpp, lines 1878-1880
> > <https://reviews.apache.org/r/9945/diff/1/?file=270895#file270895line1878>
> >
> >     if (slave->executors.contains(framework->id)) {
> >       foreachkey (const ExecutorID& executor, 
> > slave->executors[framework->id]) {
> >         ...;
> >       }
> >     }

duh. thank you.


- Vinod


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9945/#review17965
-----------------------------------------------------------


On March 15, 2013, 4:54 a.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/9945/
> -----------------------------------------------------------
> 
> (Updated March 15, 2013, 4:54 a.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and Ben Mahler.
> 
> 
> Description
> -------
> 
> Sending this out before I write any tests, to get feedback on the semantics.
> 
> 
> Diffs
> -----
> 
>   src/master/master.hpp c9b4b3f3ff562b75f74a605f3cd7a6957f00d9e7 
>   src/master/master.cpp ecefc8b9fc14b4f0950b053d47bb2d6e464f8724 
> 
> Diff: https://reviews.apache.org/r/9945/diff/
> 
> 
> Testing
> -------
> 
> None yet. Will update this diff when I write one.
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>

Reply via email to