It looks like the framework and slave are not able to properly register
with the master due to networking issues. There should be log messages
indicating whether master received registration requests are not.

> "I0627 16:02:42.431401 10059 slave.cpp:2873] Current usage 0.81%. Max
allowed age: 6.243193692985590days)", indicating that it has connected to
the master.

This just tells you that slave is running. It has nothing to do with
whether it is registered with the master or not.

What do master and framework logs say?



On Fri, Jun 27, 2014 at 4:36 PM, Sammy Steele <[email protected]>
wrote:

> Hi,
>
> I am trying to set up Mesos with 1 master and 3 slaves running on several
> computers all on the same switch. Each computer is a 4-socket dual core
> machine running ubuntu 13.04. I have installed mesos, and can create one
> master and one slave when ssh'd into the same computer using the local IP.
> However, when I try to create a slave on a second computer connected via
> the master's public IP, the slave appears to register.  I get a message:
>
> "I0627 16:02:42.431401 10059 slave.cpp:2873] Current usage 0.81%. Max
> allowed age: 6.243193692985590days)", indicating that it has connected to
> the master.
>
>  However, the Mesos tracking website does not recognize the second slave.
>
> Additionally, frameworks that are started when ssh'd into a different
> computer (than the master), the framework stalls out at:
>
>  "I0627 15:52:44.045642 10254 sched.cpp:230] No credentials provided.
> Attempting to register without authentication." The task also fails to
> appear on the mesos tracking website. However, frameworks that are launches
> from the same computer as the master using the local IP do execute
> normally.
>
> I am wondering if you have encountered this issue. I have been searching
> the web for a solution, but have not been able to find one. I would really
> appreciate any insights you might have.
>

Reply via email to