-
Notifications
You must be signed in to change notification settings - Fork 39
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
Dask Distributor #1379
Dask Distributor #1379
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @dongreenberg and the rest of your teammates on |
46592e3
to
e2a300b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8f38d00
to
6bc6892
Compare
2536203
to
72eb158
Compare
e2a300b
to
81b2296
Compare
72eb158
to
fcbff27
Compare
81b2296
to
5790f90
Compare
fcbff27
to
2e42546
Compare
5790f90
to
a388440
Compare
d196d6a
to
79438ee
Compare
79438ee
to
9d30bdf
Compare
9d30bdf
to
42ddf5e
Compare
198c085
to
1ad9750
Compare
@@ -141,6 +142,10 @@ def address(self, addr): | |||
self.ips = self.ips or [None] | |||
self.ips[0] = addr | |||
|
|||
@property | |||
def internal_ips(self): | |||
return self.ips |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.ips refers to external ips right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's because for a static cluster internal_ips and external_ips are the same, and we need the cluster to have an internal_ips property just like on_demand_cluster, or the dask (and ray) start sequence for each needs to be different (we need to use an internal ip to connect from the worker nodes to the head node).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤯🤯🤯
42ddf5e
to
7fafce3
Compare
1ad9750
to
f969f23
Compare
f969f23
to
04a85e3
Compare
No description provided.