You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: