question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BlockwiseIO is not always msgpack serializable

See original GitHub issue

Multiple TypeErrors are raised during (de-)serialization on master CI

TypeError: can not serialize 'CreateArraySubgraph' object

E.g. https://travis-ci.org/github/dask/distributed/jobs/750189428

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
jakirkhamcommented, Dec 19, 2020

This was reverted in PR ( https://github.com/dask/dask/pull/6995 ). Though leaving open to discuss reintegrating the original change with fixes

1reaction
ian-r-rosecommented, Dec 18, 2020

I think it would be fine to revert this dask/dask#6931 for the time being. A “Step 1” fix may be easy, “Step 2” perhaps less so, but in either event it would give us the space to talk through it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

msgpack error with scheduler optimization #4399 - GitHub
Yes, this is the same issue, and is not unique to array workloads: BlockwiseIO needs to be made serializable across the board.
Read more >
MessagePack Serializing object error on Android
MessagePack is not, intrinsically, an object serializer. It is meant to serialize well-defined data structures. In Java there is no notion ...
Read more >
MsgPack.Serialization Namespace
MsgPack.Serialization namespace defines serializer features of MessagePack for CLI. It includes a class which is convinient serializer for any serializable ...
Read more >
Use MessagePack Hub Protocol in SignalR for ASP.NET Core
MessagePack is a fast and compact binary serialization format. ... call takes a delegate for configuring options just like the server.
Read more >
MessagePack - Racket Documentation
MessagePack is a binary data serialization format. ... Human-readability is not always a priority: for instance, if we want to exchange data between...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found