LIBPROCESS_IP

2018-05-18 Thread Hendrik Haddorp
Hi, I had been using Mesos 1.4.1 and now tried out a DC/OS setup (1.9.4) and noticed that the env variable LIBPROCESS_IP was set. This broke my scheduler (running as a docker container on Marathon). Things worked fine again once I unset the variable in my startup script. I'm now wondering

Re: LIBPROCESS_IP

2018-05-18 Thread Jie Yu
Hendrik, It looks to me that Mesos always pass LIBPROCESS_IP to executor if agent's LIBPROCESS_IP environment variable is set: https://github.com/apache/mesos/blob/1.4.x/src/slave/slave.cpp#L8106-L8115 Maybe that's the difference between your vanilla Mesos, and DC/OS Mesos config? - Jie On