----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75057/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- It seems that there are scenarios where mesos containers cannot communicate with agents as the MAC addresses are set incorrectly, leading to dropped packets. A workaround for this behavior is to check that the MAC address is set correctly after the ioctl call, and retry the address setting if necessary. Diffs ----- src/linux/routing/link/link.cpp bff172dea63f77a2c7bafd7e3fbee5dca1dfbd51 Diff: https://reviews.apache.org/r/75057/diff/1/ Testing ------- Thanks, Jason Zhou
