leixm commented on code in PR #3018:
URL: https://github.com/apache/celeborn/pull/3018#discussion_r1923656702
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/memory/MemoryManager.java:
##########
@@ -93,6 +96,9 @@ public class MemoryManager {
private long memoryFileStorageThreshold;
private final LongAdder memoryFileStorageCounter = new LongAdder();
private final StorageManager storageManager;
+ private boolean pinnedMemoryCheckEnabled;
+ private long pinnedMemoryCheckInterval;
Review Comment:
getPinnedMemory is not called very frequently. It is called once every
pinnedMemoryCheckInterval. The default is 10 seconds.
--
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]