----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39518/#review103740 -----------------------------------------------------------
src/slave/containerizer/provisioner/docker/registry_client.cpp (line 637) <https://reviews.apache.org/r/39518/#comment161820> Did we ever find out why before we just use another interface? - Timothy Chen On Oct. 21, 2015, 6:13 p.m., Jojy Varghese wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39518/ > ----------------------------------------------------------- > > (Updated Oct. 21, 2015, 6:13 p.m.) > > > Review request for mesos and Timothy Chen. > > > Bugs: MESOS-3773 > https://issues.apache.org/jira/browse/MESOS-3773 > > > Repository: mesos > > > Description > ------- > > See MESOS-3773. > > Change: > io::write(fd, string) has been having issues with junk being written to the > file. Using io::write(fd, void*, size_t) does not have this issue. > > > Diffs > ----- > > src/slave/containerizer/provisioner/docker/registry_client.cpp > 24aa95c5800ff4dfb37465b71421b014b5dd5998 > > Diff: https://reviews.apache.org/r/39518/diff/ > > > Testing > ------- > > Make check. > > > Thanks, > > Jojy Varghese > >
