apache / incubator-uniffle

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

[Improvement] Replace ShuffleBlockInfo with ShufflePartitionedBlock in the server with netty mode. #2181

Closed lwllvyb closed 4 weeks ago

lwllvyb commented 1 month ago

Code of Conduct

Search before asking

What would you like to be improved?

On the server side of the netty mode, when the server receives the sendShuffleData message, it decodes it into an unnecessary ShuffleBlockInfo and then converts it to ShufflePartitionedBlock in handleSendShuffleDataRequest.

How should we improve?

No response

Are you willing to submit PR?