SteNicholas commented on code in PR #3099:
URL: https://github.com/apache/celeborn/pull/3099#discussion_r1959142218
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3740,6 +3741,15 @@ object CelebornConf extends Logging {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("10s")
+ val WORKER_RESUME_BY_PINNED_MEMORY_KEEP_TIME: ConfigEntry[Long] =
+ buildConf("celeborn.worker.monitor.resumeByPinnedMemory.keepTime")
Review Comment:
Is it better to use `celeborn.worker.monitor.pinnedMemory.resume.interval`?
--
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]