pan3793 commented on PR #2979:
URL: https://github.com/apache/celeborn/pull/2979#issuecomment-2572427309

   @mridulm the current impl allows the old client to communicate with the 
newer server, because it uses the highest bit of an int in the chuck 
header(which represents the data size, so the highest bit always is zero) to 
indicate whether the checksum is enabled, so old clients always perform as 
checksum disabled. this design is backward compatible and efficient, but also 
means we can not ship checksum algo info, so choosing an efficient algo is also 
important.


-- 
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]

Reply via email to