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

Use Spark ThreadUtils to create thread pools #10759

Closed
jlowe opened this issue May 1, 2024 · 0 comments · Fixed by #10812
Closed

Use Spark ThreadUtils to create thread pools #10759

jlowe opened this issue May 1, 2024 · 0 comments · Fixed by #10812
Assignees
Labels
task Work required that improves the product but is not user facing tech debt

Comments

@jlowe
Copy link
Member

jlowe commented May 1, 2024

There are a number of places in the code where thread pool executors are created manually. These should be switched to leverage Spark's ThreadUtils class, as some Spark platforms may have custom logic that needs to be leveraged when new threads are created.

@jlowe jlowe added the ? - Needs Triage Need team to review and classify label May 1, 2024
@sameerz sameerz added the task Work required that improves the product but is not user facing label May 4, 2024
@mattahrens mattahrens added tech debt and removed ? - Needs Triage Need team to review and classify labels May 7, 2024
@razajafri razajafri self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing tech debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants