FMX commented on code in PR #2053:
URL: 
https://github.com/apache/incubator-celeborn/pull/2053#discussion_r1378453458


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2131,6 +2133,14 @@ object CelebornConf extends Logging {
       .bytesConf(ByteUnit.BYTE)
       .createWithDefaultString("5G")
 
+  val WORKER_DISK_CLEAN_THREADS: ConfigEntry[Int] =
+    buildConf("celeborn.worker.disk.clean.threads")

Review Comment:
   The clean threads number for a disk shouldn't be 64 by default, it's too 
many. IMO, 4 should be enough.



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