----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65122/#review195606 -----------------------------------------------------------
Follow up review: https://reviews.apache.org/r/65190/ - Alexander Rukletsov On Jan. 17, 2018, 2:14 p.m., Andrei Budnik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65122/ > ----------------------------------------------------------- > > (Updated Jan. 17, 2018, 2:14 p.m.) > > > Review request for mesos, Alexander Rukletsov, Greg Mann, and Kevin Klues. > > > Bugs: MESOS-7742 > https://issues.apache.org/jira/browse/MESOS-7742 > > > Repository: mesos > > > Description > ------- > > Previously, io switchboard terminated itself after io redirect had > been finished and before http response had been sent to the agent for > `ATTACH_CONTAINER_INPUT` request. This patch adds a check that an > input connection exists in io redirect completion callback to postpone > termination until `ATTACH_CONTAINER_INPUT` is completely processed. > > > Diffs > ----- > > src/slave/containerizer/mesos/io/switchboard.cpp > 4ef640616d69b91c225206444737a40f9571da55 > > > Diff: https://reviews.apache.org/r/65122/diff/3/ > > > Testing > ------- > > sudo make check (Fedora 25) > internal CI > > > Thanks, > > Andrei Budnik > >
