RexXiong commented on code in PR #3099:
URL: https://github.com/apache/celeborn/pull/3099#discussion_r1962782197


##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/memory/MemoryManager.java:
##########
@@ -610,6 +620,14 @@ && getPinnedMemory() / (double) (maxDirectMemory) < 
pinnedMemoryResumeRatio) {
     }
   }
 
+  private boolean keepResumeByPinnedMemory(ServingState lastState) {

Review Comment:
   better check pinnedMemoryLastCheckTime before  checking pinnedMemory



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