----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10345/ -----------------------------------------------------------
(Updated April 8, 2013, 9:19 p.m.) Review request for mesos. Description ------- This patch simplifies os::hostname() in libstout. The call to os::hostname() would take the result of `gethostname()' and then do a DNS lookup on the result (presumably to ensure the hosts file is set correctly). This patch drops the DNS lookup. Diffs ----- third_party/libprocess/third_party/stout/include/stout/os.hpp 5c21783 Diff: https://reviews.apache.org/r/10345/diff/ Testing ------- Works on our production Hadoop cluster at airbnb. Thanks, Brenden Matthews
