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

[SPARK-46929][CORE][CONNECT][SS] Use ThreadUtils.shutdown to close thread pools #44962

Closed
wants to merge 1 commit into from

Conversation

beliefer
Copy link
Contributor

What changes were proposed in this pull request?

This PR propose use ThreadUtils.shutdown to close thread pools.

Why are the changes needed?

ThreadUtils provided the shutdown to close thread pools. ThreadUtils wraps common logic to shutdown thread pools.
We should use ThreadUtils.shutdown to close the thread pool.

Does this PR introduce any user-facing change?

'No'.

How was this patch tested?

GA

Was this patch authored or co-authored using generative AI tooling?

'No'.

@beliefer
Copy link
Contributor Author

ping @srowen @dongjoon-hyun @LuciferYang

@beliefer
Copy link
Contributor Author

cc @zhengruifeng

@srowen srowen closed this in 262ed5b Jan 31, 2024
@srowen
Copy link
Member

srowen commented Jan 31, 2024

Merged to master

@beliefer
Copy link
Contributor Author

beliefer commented Feb 1, 2024

@srowen Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants