dask / dask/dask-yarn

wait_for_workers got stuck when to create cluster but application failed on yarn

Open
#146 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
69
Forks
40
PR merge metrics
No merged PRs in 30d

Description

I put 500 GB for a worker accidentally to start yarn cluster. But looks likely
1. I can create cluster(application) on yarn because i got cluster.app_id and cluster.scheduler_address.
2. i use client.wait_for_workers to wait for worker ready
3. but dask got stuck.
![image](https://user-images.githubusercontent.com/22552116/114248072-a123b180-994b-11eb-8070-1ef1da84ed76.png)

4. i checked application on yarn and it is failed already
![image](https://user-images.githubusercontent.com/22552116/114248183-d7f9c780-994b-11eb-907e-78ba878f3177.png)

the issue is reproduced.

May I know what I could do to avoid the problem?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.