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

[Improvement] Avoid send BlockIdLayout for each GetShuffleResultRequest and GetShuffleResultForMultiPartRequest #2212

Open maobaolong opened 1 month ago

maobaolong commented 1 month ago

Code of Conduct

Search before asking

What would you like to be improved?

Avoid send BlockIdLayout for each GetShuffleResultRequest and GetShuffleResultForMultiPartRequest

How should we improve?

Store the BlockIdLayout for current application to the server side.

Are you willing to submit PR?