I\'m trying to connect a Mesos slave to its master. Whenver the slave tries to connect to the master, I get the following message:
I0806 16:39:59.090845 93
I0806 16:39:59.091747 940 master.cpp:1006] Slave 20150806-163941-1027506442-5050-921-S3 at slave(1)@127.0.1.1:5051 (debian) disconnected
This is the error hint.
Your slave expose the wrong IP.
Append --ip=10.129.62.49 to the slave command and it works.
--ip=10.129.62.49