Skip to content

add ConnectionPool.remove method #1977

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

Merged
merged 4 commits into from
May 15, 2018
Merged

Conversation

alorenzo175
Copy link
Contributor

fixes #1946

Adds a ConnectionPool.remove method to remove all connections to a given address. Then call ConnectionPool.remove from Scheduler.remove_worker to make sure connections to removed workers are cleaned up.

@mrocklin
Copy link
Member

The CI failures in Travis look like they're probably related to these changes. I suspect that this introduces some intermittent errors.

@mrocklin mrocklin merged commit de51981 into dask:master May 15, 2018
@mrocklin
Copy link
Member

This is in. Thanks @alorenzo175 !

@alorenzo175 alorenzo175 deleted the connclose branch May 15, 2018 17:44
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.

client.restart does not restart connection between scheduler and workers
2 participants