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

Allow cluster-dumping only certain workers #6229

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gjoseph92
Copy link
Collaborator

This makes it easier to cluster-dump large clusters, when you know only a handful of workers are actually problematic (as is usually the case in a deadlock).

  • Tests added / passed
  • Passes pre-commit run --all-files

@github-actions
Copy link
Contributor

github-actions bot commented Apr 28, 2022

Unit Test Results

       16 files  ±  0         16 suites  ±0   7h 37m 46s ⏱️ - 12m 53s
  2 744 tests +  2    2 662 ✔️ +  2       81 💤 ±0  1 ±0 
21 853 runs  +32  20 806 ✔️ +31  1 046 💤 +1  1 ±0 

For more details on these failures, see this check.

Results for commit 7be1691. ± Comparison against base commit b6a62f8.

♻️ This comment has been updated with latest results.

distributed/client.py Outdated Show resolved Hide resolved
Copy link
Member

@sjperkins sjperkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a useful debugging addition and I think its been implemented well.

It looks like mypy is complaining about the types being passed to the new workers argument of dump_cluster_state.

Also, looks like test_release_evloop_while_spilling added in #6189 is flaky on macos. cc @crusaderky.

Co-authored-by: Simon Perkins <simon.perkins@gmail.com>
@fjetter
Copy link
Member

fjetter commented May 16, 2022

@gjoseph92 status?

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

Successfully merging this pull request may close these issues.

None yet

3 participants