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

Ensure plugin config can be passed from worker to client #1212

Merged

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Jul 19, 2023

It is possible when printing a cluster configuration that attributes of a plugin are not serializable and so cannot be passed from worker to client. To guard against this, preemptively attempt to pickle the deduced configuration and just report an unknown configuration if that fails.

It is possible when printing a cluster configuration that attributes
of a plugin are not serializable and so cannot be passed from worker
to client. To guard against this, preemptively attempt to pickle the
deduced configuration and just report an unknown configuration if that
fails.
@wence- wence- requested a review from a team as a code owner July 19, 2023 09:55
@github-actions github-actions bot added the python python code needed label Jul 19, 2023
@pentschev pentschev added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change labels Jul 19, 2023
Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @wence- !

@pentschev
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 616d1ae into rapidsai:branch-23.08 Jul 19, 2023
19 checks passed
@wence- wence- deleted the wence/fix/serialise-plugin-info branch July 19, 2023 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants