apache / incubator-uniffle

Uniffle is a high performance, general purpose Remote Shuffle Service.
https://uniffle.apache.org/
Apache License 2.0
387 stars 149 forks source link

[FEATURE] Support dynamic update thread pool #2169

Closed maobaolong closed 1 month ago

maobaolong commented 1 month ago

Code of Conduct

Search before asking

Describe the feature

Support dynamic update thread pool

Motivation

For tuning purpose, we should update the core pool size or maximum pool size frequency to tuning the best performance, this will take us into a busy labor work, most time, we change config file and restart cluster.

With this feature, you can update the thread pool anytime by send a rest api post request.

Describe the solution

No response

Additional context

No response

Are you willing to submit PR?