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

Comms Handshake doesn't handle blosc effectively #4194

Closed
mrocklin opened this issue Oct 27, 2020 · 2 comments
Closed

Comms Handshake doesn't handle blosc effectively #4194

mrocklin opened this issue Oct 27, 2020 · 2 comments

Comments

@mrocklin
Copy link
Member

I ran into an issue with @therriault where remote workers had Blosc, but the Client didn't. This resulted in un-decompressible data being shipped to the client.

I was surprised that this occured because he was after 2.23 where the handshake was implemented. My guess is that serialization functions are using blosc outside of the normal compression channels and don't have the handshake information.

@mrocklin
Copy link
Member Author

Here is a notebook from @therriault . It includes another failure with Joblib if anyone wants to try that out as well: https://gist.github.com/mrocklin/0a332b477dabc1a55fbbdaa2d08a5333

@mrocklin mrocklin changed the title Handshake doesn't handle blosc effectively Comms Handshake doesn't handle blosc effectively Oct 27, 2020
@jakirkham
Copy link
Member

Closing as Blosc was dropped ( #6027 )

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

2 participants