Skip to content

Set scheduler‘s host name to be ip address#126

Open
batscars wants to merge 1 commit intodmlc:masterfrom
batscars:master
Open

Set scheduler‘s host name to be ip address#126
batscars wants to merge 1 commit intodmlc:masterfrom
batscars:master

Conversation

@batscars
Copy link

Dear all,
When I run mxnet distributed learning cluster on kubernetes via dmlc-submit, scheduler cannot bind port successfully by host name of the scheduler.
Detailed description about this problem please access:https://github.com/dmlc/dmlc-core/pull/328

} else {
GetAvailableInterfaceAndIP(&interface, &ip);
}
my_node_.hostname = ip;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By this way, we alwasy use the ip instead of the hostname. Will it affect other use cases?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I only check local cases, I will try #129

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

Successfully merging this pull request may close these issues.

2 participants

Comments