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

Determine node IP address programatically. #151

Merged
merged 3 commits into from
Dec 23, 2016
Merged

Determine node IP address programatically. #151

merged 3 commits into from
Dec 23, 2016

Conversation

robertnishihara
Copy link
Collaborator

No description provided.

Copy link
Contributor

@pcmoritz pcmoritz left a comment

Choose a reason for hiding this comment

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

don't duplicate "get_node_ip_address"

s.connect(("8.8.8.8", 53))
return s.getsockname()[0]

def get_node_ip_address(redis_address):
Copy link
Contributor

Choose a reason for hiding this comment

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

this doesn't have to be named redis_address, how about a more general name, e.g., host_service_addr, host_service_port . The advantage is that the caller will not be led to believe that they need redis_addr to get the host IP.

@atumanov atumanov merged commit 241c955 into ray-project:master Dec 23, 2016
@robertnishihara robertnishihara deleted the ipaddresses branch December 23, 2016 23:32
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.

3 participants