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

Worker-Scheduler SSL causing performance pain #100

Closed
mrocklin opened this issue Jan 19, 2021 · 2 comments
Closed

Worker-Scheduler SSL causing performance pain #100

mrocklin opened this issue Jan 19, 2021 · 2 comments

Comments

@mrocklin
Copy link
Member

I'm running a few experiments at moderate scale (100 4-core workers with many small tasks) and I'm finding that reading/writing on SSL sockets is the primary bottleneck. How can we handle this?

We could remove TLS security from workers/schedulers . This is currently redundant with our use of security groups. We've taken a belt-and-suspenders approach to network security so far, but maybe this performance issue encourages us to drop it, and just go with security groups. We would continue to use TLS/SSL between the client and scheduler.

@mrocklin
Copy link
Member Author

dask/distributed#4443

@mrocklin
Copy link
Member Author

I'm going to work with OSS folks to figure this out before bugging people here. Closing for now.

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

1 participant