coiled / dask-community

Issue tracker for the Dask community team
MIT License
2 stars 0 forks source link

[Stack Overflow] Dask Kubernetes strange behavior of adapt method #569

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

I have a Dask cluster on AKS and I want to run a function f in parallel, but have this function run in a single process allocated in a single pod. Acording to the documentation on Worker Resources


Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/71280180/dask-kubernetes-strange-behavior-of-adapt-method

pavithraes commented 2 years ago

@scharlottej13 I'm not super familiar with Dask deployment, shall we verify this one with Jim in our pair-issue-answering session?

scharlottej13 commented 2 years ago

I think that's a great idea! For instance, I'm not quite sure what behavior they mean by this:

If instead of adapt method I set manually cluster.scale(5) the execution of f most of the time they run as I wish. I say most of the time because sometimes the behavior is similar to that of the adapt method. This behavior seems very strange to me.

Here are some references that might be helpful for this one:

scharlottej13 commented 2 years ago