cxzl25 opened a new pull request, #3573:
URL: https://github.com/apache/celeborn/pull/3573
### What changes were proposed in this pull request?
### Why are the changes needed?
A client that supports HARD_SPLIT in PushMergedData will report the
following error when accessing a lower version of the Server.
```java
java.nio.BufferUnderflowException
at java.base/java.nio.Buffer.nextGetIndex(Buffer.java:713)
at java.base/java.nio.DirectByteBuffer.get(DirectByteBuffer.java:334)
at
org.apache.celeborn.client.ShuffleClientImpl$5.onSuccess(ShuffleClientImpl.java:1430)
at
org.apache.celeborn.common.network.client.TransportResponseHandler.handle(TransportResponseHandler.java:373)
at
org.apache.celeborn.common.network.server.TransportChannelHandler.channelRead(TransportChannelHandler.java:158)
```
### Does this PR resolve a correctness bug?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
local test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]