pan3793 commented on code in PR #2979:
URL: https://github.com/apache/celeborn/pull/2979#discussion_r1889729444


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4113,6 +4116,14 @@ object CelebornConf extends Logging {
       .timeConf(TimeUnit.MILLISECONDS)
       .createWithDefault(0)
 
+  val CLIENT_PUSH_CHECKSUM_HEADER_ENABLED: ConfigEntry[Boolean] =
+    buildConf("celeborn.client.push.checksum.header.enabled")

Review Comment:
   update: I noticed that configuration also affects the client read side, so 
`.push` might be eliminated, just `celeborn.client.shuffle.checksum.enabled`



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