----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75087/#review226676 -----------------------------------------------------------
src/slave/containerizer/mesos/isolators/network/port_mapping.cpp Lines 5184-5193 (patched) <https://reviews.apache.org/r/75087/#comment314928> mind referencing a MESOS jira ticket in apache (that explains the bug, points to the mailing list, fix patches, etc) both in the code here as well as in this review description and 'Bugs' field? - Benjamin Mahler On July 12, 2024, 9:27 p.m., Jason Zhou wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/75087/ > ----------------------------------------------------------- > > (Updated July 12, 2024, 9:27 p.m.) > > > Review request for mesos and Benjamin Mahler. > > > Repository: mesos > > > Description > ------- > > Due to a systemd-induced race-condition related to the MacAddressPolicy > being set to 'persistent' on versions >= 242, we will have to set the > peer link MAC address of the peer link (eth0) when we create the eth0 > peer link so that the udev will not try to overwrite it when it is > notified that this device was created, which would lead to a race > condition here where us and udev are racing to see who is the last one > to write our MAC address to eth0. > > > Diffs > ----- > > src/slave/containerizer/mesos/isolators/network/port_mapping.cpp > 3b3b899fb43364f545eb9748ab4215fd5b2e2895 > > > Diff: https://reviews.apache.org/r/75087/diff/1/ > > > Testing > ------- > > > Thanks, > > Jason Zhou > >
