Transport Endpoint Not Connected - Mesos Slave / Master

后端 未结 4 1449
失恋的感觉
失恋的感觉 2021-01-04 00:02

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         


        
4条回答
  •  既然无缘
    2021-01-04 00:40

    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.

提交回复
热议问题