[
https://issues.apache.org/jira/browse/MESOS-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828266#comment-13828266
]
Brian Hicks commented on MESOS-825:
-----------------------------------
It's running with: mesos-slave --master=zk://n.n.n.n:2181/mesos
--log_dir=/var/log/mesos
I'm running 0.14.2. I suppose I will just have to wait for 0.15.0.
> Querying Slave Status uses wrong host
> -------------------------------------
>
> Key: MESOS-825
> URL: https://issues.apache.org/jira/browse/MESOS-825
> Project: Mesos
> Issue Type: Bug
> Components: webui
> Affects Versions: 0.14.0, 0.14.2
> Environment: Ubuntu 12.04, EC2, Vagrant
> Reporter: Brian Hicks
> Priority: Minor
> Labels: newbie
>
> What I do:
> - Go to master's "slaves" tab
> - Select an individual slave to view
> What I expect:
> - Slave status, logs, etc.
> What I get:
> - Red flash message that says "Failed to get slave usage / state: [object
> Object]".
> - When I inspect the requests from the Chrome dev tools, I see it's trying
> to request the hostname of the node. E.G. on EC2, instead of
> ec2-n-n-n-n.us-west-1.amazonaws.com:5051, it's requesting
> ip-n-n-n-n.us-west-1.compute.internal:5051. When I run in vagrant, it uses
> the hostname. Substituting the public host in the URLs works fine.
> Other info:
> - I'm running the mesosphere prepackaged distribution, but have also been
> able to reproduce by running `mesos-master --cluster=batman
> --ip=192.168.1.104 --port=5050 --zk=zk://localhost:2181/mesos`
> - This is consistent between AWS and Vagrant
> Is there anything else you need from me, or am I just running Mesos
> incorrectly?
--
This message was sent by Atlassian JIRA
(v6.1#6144)