----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65048/ -----------------------------------------------------------
(Updated Jan. 11, 2018, 11:57 a.m.) Review request for mesos, Andrei Budnik and Benjamin Mahler. Repository: mesos Description (updated) ------- If a socket create or connect failure occurs during link() or send(), the reason for error is not propagated to the library user. Also, the data being sent or queued is silently dropped on the floor. The socket code does not log itself on a higher level when an error situation occurs. The only trace is the log entries touched in this patch: having them at warning level will significantly simplify debugging. This patch also consistently logs send / link target. Diffs ----- 3rdparty/libprocess/src/process.cpp 53969a79f5e877b955dcab5c3ab9e508ebe96e88 Diff: https://reviews.apache.org/r/65048/diff/1/ Testing (updated) ------- `make check` on Mac OS 10.11.6 Thanks, Alexander Rukletsov
