----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61797/#review184128 -----------------------------------------------------------
Ship it! Ship It! - Alexander Rojas On Aug. 21, 2017, 10:54 p.m., Andrei Budnik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61797/ > ----------------------------------------------------------- > > (Updated Aug. 21, 2017, 10:54 p.m.) > > > Review request for mesos, Alexander Rukletsov, Alexander Rojas, Benjamin > Bannier, Benjamin Mahler, and James Peach. > > > Bugs: MESOS-7791 > https://issues.apache.org/jira/browse/MESOS-7791 > > > Repository: mesos > > > Description > ------- > > Async-signal safe `write` function, which can take variable number of > arguments, should be used to improve signal safety. Async-signal safe > `write` can't return `Try<T>`, because it might cause a memory > allocation, so we've introduced a set of async-signal safe `write` > functions which are defined in `signal_safe` namespace. The new `write` > mimics POSIX `write` for returning status and error. > > > Diffs > ----- > > 3rdparty/stout/include/stout/abort.hpp > d3291dce8ec3db6141124e9cd231d34409998a18 > 3rdparty/stout/include/stout/os/write.hpp > beb5bd83b52565a75e34d32b5bb17951bc799578 > > > Diff: https://reviews.apache.org/r/61797/diff/7/ > > > Testing > ------- > > sudo make check (mac os x, fedora 25) > internal CI > > > Thanks, > > Andrei Budnik > >
