Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler is announcing itself on 0.0.0.0 #52

Closed
bobrik opened this issue Jan 9, 2015 · 3 comments
Closed

Scheduler is announcing itself on 0.0.0.0 #52

bobrik opened this issue Jan 9, 2015 · 3 comments

Comments

@bobrik
Copy link

bobrik commented Jan 9, 2015

This is follow-up from #46.

This is not true, 0.0.0.0 is "all ips", not localhost. Because of this mesos cannot reach back to scheduler and framework cannot register itself. This probably works on localhost, but does not work with 3 masters on different hosts.

I think we should pass upid.UPID into scheduler.NewMesosSchedulerDriver to make it more flexible.

@vladimirvivien
Copy link
Contributor

@bobrik So, to clarify, you are suggesting to provide a way to specify an address to bind the scheduler to?

@bobrik
Copy link
Author

bobrik commented Jan 16, 2015

@vladimirvivien yes, exactly.

@vladimirvivien
Copy link
Contributor

@bobrik I opened a ticket for your suggestion and closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants