error in disrtribued fifo scheduler
See original GitHub issueIf I run the distributed fifo scheduler across multiple instances I get the following error
autogluon.protocol.core - CRITICAL - Failed to deserialize
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/distributed/protocol/core.py", line 106, in loads header = msgpack.loads(header, use_list=False, **msgpack_opts)
File "msgpack/_unpacker.pyx", line 195, in msgpack._cmsgpack.unpackb
ValueError: tuple is not allowed for map key
autogluon.utils_comm - INFO - Got an unexpected error while collecting from workers: tuple is not allowed for map key
It seem to be related to this issue
Is there a reason why we fix distributed==2.6.0
?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
FIFO priority not being respected with delayed functions
I'm chaining together a bunch of delayed functions and then submitting them to the scheduler in one call via a loop, when calling ......
Read more >2206 Error Message: LabVIEW:RT FIFO does not exist
Error -2206 is caused by attempting to call a queue or FIFO that doesn't exist, either because it has not been created, or...
Read more >Task Scheduling in Distributed Systems
Heuristic means that solutions are found by using qualified guesses or trail and error [10]. Task scheduling exists both as static and dynamic...
Read more >Evaluation of a Distributed Task Scheduler's Design
Evaluate the proposed task scheduler system based on our requirements. ... This lesson helped us to evaluate the issues with the FIFO queue....
Read more >Examples of FIFO and Fair Sharing Policies
Both FIFO (First-In, First-Out) and Fair scheduling policies work differently in batch jobs and ad hoc jobs.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
ok it’s seems the problem went away with latest changes in the master branch
the following code snippet should reproduce the error:
the versions of the relevant dependencies are:
asn1crypto 0.24.0 attrs 19.3.0 awscli 1.18.13 boto3 1.9.176 botocore 1.12.176 catboost 0.22 ConfigSpace 0.4.10 Cython 0.29.13 dask 2.6.0 decorator 4.4.2 distributed 2.6.0 docutils 0.14 gluoncv 0.6.0 gluonnlp 0.8.1 graphviz 0.8.4 mxnet 1.6.0 mxnet-mkl 1.4.1 numpy 1.18.1 onnx 1.4.1 terminado 0.8.3
let me know if you require further information