----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65474/#review196688 -----------------------------------------------------------
3rdparty/libprocess/include/process/socket.hpp Line 193 (original), 193 (patched) <https://reviews.apache.org/r/65474/#comment276461> This one should be a `SocketError()` - Till Toenshoff On Feb. 2, 2018, 5:50 a.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65474/ > ----------------------------------------------------------- > > (Updated Feb. 2, 2018, 5:50 a.m.) > > > Review request for mesos, Andrei Budnik and Benjamin Mahler. > > > Bugs: MESOS-8513 > https://issues.apache.org/jira/browse/MESOS-8513 > > > Repository: mesos > > > Description > ------- > > Socket::shutdown returns SocketError allowing for higher level > functions to have more control over logging errors where needed. > Also switches SocketManager::close's shutdown failure logging > back to ERROR level as we are now able to filter out expected > failures. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/socket.hpp > ae6154d5d142f65352e00f37b4e66d0b62fdc3c2 > 3rdparty/libprocess/src/http.cpp cc41fa6f671cf029a46722299eded1a27da210d3 > 3rdparty/libprocess/src/libevent_ssl_socket.hpp > 640fa676ef570f7fcf3f96249662837497a2c76c > 3rdparty/libprocess/src/libevent_ssl_socket.cpp > 521b0cfbccd3599524b1407ef70880f4538941df > 3rdparty/libprocess/src/process.cpp > ba9bc291bb6741e32b3a066fe90771311d21852a > 3rdparty/libprocess/src/tests/ssl_tests.cpp > b1a0ea614d7483e683ac056cf822ce816221babb > > > Diff: https://reviews.apache.org/r/65474/diff/1/ > > > Testing > ------- > > make check, visual logging inspection > > > Thanks, > > Till Toenshoff > >
