----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65048/ -----------------------------------------------------------
Review request for mesos, Andrei Budnik and Benjamin Mahler. Repository: mesos Description ------- If a socket create or connect failure occurs during link() or send(), it 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. Diffs ----- 3rdparty/libprocess/src/process.cpp 53969a79f5e877b955dcab5c3ab9e508ebe96e88 Diff: https://reviews.apache.org/r/65048/diff/1/ Testing ------- None. Thanks, Alexander Rukletsov
