FMX commented on code in PR #1800:
URL:
https://github.com/apache/incubator-celeborn/pull/1800#discussion_r1289510914
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/memory/MemoryManager.java:
##########
@@ -140,6 +142,7 @@ private MemoryManager(CelebornConf conf) {
if (lastState != servingState) {
logger.info("Serving state transformed from {} to {}",
lastState, servingState);
if (servingState == ServingState.PUSH_PAUSED) {
+ lastPauseTime = System.currentTimeMillis();
Review Comment:
PUSH_AND_REPLICATE_PAUSED will pause push data and Celeborn worker might
changed to PUSH_AND_REPLICATE_PAUSED directly is memory pressure is high.
--
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]