pan3793 commented on code in PR #2815:
URL: https://github.com/apache/celeborn/pull/2815#discussion_r1805870912
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4012,6 +4013,15 @@ object CelebornConf extends Logging {
.intConf
.createWithDefault(32)
+ val WORKER_READBUFFERS_CHECK_THREAD_INTERVAL: ConfigEntry[Long] =
+
buildConf("celeborn.worker.readBufferDispatcherThreadWatchdog.checkInterval")
+ .categories("worker")
+ .version("0.5.2")
+ .internal
+ .doc("The interval for worker to check read buffer dispatcher thread. 0
means disable.")
+ .timeConf(TimeUnit.MILLISECONDS)
+ .createWithDefaultString("50ms")
Review Comment:
I think we should disable it by default.
--
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]