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

[Improvement] [tez] Make shuffle data send thread pool configurable in WriteBufferManager #1064

Closed
3 tasks done
zhuyaogai opened this issue Aug 2, 2023 · 0 comments
Closed
3 tasks done

Comments

@zhuyaogai
Copy link
Contributor

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

Currently the number of threads in the send data thread pool in WriteBufferManager is fixed at 1, making it configurable.

How should we improve?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
jerqi pushed a commit that referenced this issue Aug 2, 2023
…able in WriteBufferManager. (#1065)

### What changes were proposed in this pull request?
Currently the number of threads in the send data thread pool in WriteBufferManager is fixed at 1, making it configurable.

### Why are the changes needed?
Fix: #[1064](#1064)

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Existing tests can cover it.

Co-authored-by: jay.zhu <jay.zhu@huolala.cn>
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

No branches or pull requests

1 participant