pan3793 commented on code in PR #2602:
URL: https://github.com/apache/celeborn/pull/2602#discussion_r1666597285
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3407,6 +3409,17 @@ object CelebornConf extends Logging {
.checkValue(v => v < Int.MaxValue, "A single memory storage file can not
be larger than 2GB")
.createWithDefaultString("8MB")
+ val WORKER_MEMORY_FILE_STORAGE_AGGRESSIVE_EVICT_POLICY: ConfigEntry[Boolean]
=
+ buildConf("celeborn.worker.memoryFileStorage.aggressiveEvictPolicy")
Review Comment:
`celeborn.worker.memoryFileStorage.evictPolicy = aggressive|normal` is more
extendable.
--
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]