[X] I have searched in the issues and found no similar issues.
What would you like to be improved?
Remove the ShuffleBlockInfo used in the communication between client and server via handleSendShuffleDataRequest.
The code byteBuf.writeInt(shuffleBlockInfo.getLength()); in encodeShuffleBlockInfo is redundant, because the block data length has been encoded in shuffleBlockInfo.copyDataTo(byteBuf)
Code of Conduct
Search before asking
What would you like to be improved?
byteBuf.writeInt(shuffleBlockInfo.getLength());
in encodeShuffleBlockInfo is redundant, because the block data length has been encoded inshuffleBlockInfo.copyDataTo(byteBuf)
Related PR: #2181
How should we improve?
No response
Are you willing to submit PR?