turboFei commented on code in PR #3293:
URL: https://github.com/apache/celeborn/pull/3293#discussion_r2123333434


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3187,6 +3189,22 @@ object CelebornConf extends Logging {
       .intConf
       .createWithDefault(5)
 
+  val S3_MPU_BASE_DELAY: ConfigEntry[Int] =
+    buildConf("celeborn.storage.s3.mpu.baseDelay")
+      .categories("worker")
+      .version("0.6.0")
+      .doc("S3 MPU base sleep time (milliseconds) for retryable exceptions.")
+      .intConf
+      .createWithDefault(100)
+
+  val S3_MPU_MAX_BACKOFF: ConfigEntry[Int] =
+    buildConf("celeborn.storage.s3.mpu.maxBackoff")
+      .categories("worker")
+      .version("0.6.0")
+      .doc("S3 MPU max sleep time (milliseconds) for retryable exceptions.")
+      .intConf

Review Comment:
   ditto



##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3187,6 +3189,22 @@ object CelebornConf extends Logging {
       .intConf
       .createWithDefault(5)
 
+  val S3_MPU_BASE_DELAY: ConfigEntry[Int] =
+    buildConf("celeborn.storage.s3.mpu.baseDelay")
+      .categories("worker")
+      .version("0.6.0")
+      .doc("S3 MPU base sleep time (milliseconds) for retryable exceptions.")
+      .intConf

Review Comment:
   timeconf(TimeUnut.MILLSECONDS)



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