jiaoqingbo commented on code in PR #1864:
URL: 
https://github.com/apache/incubator-celeborn/pull/1864#discussion_r1309619937


##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/memory/MemoryManager.java:
##########
@@ -255,12 +255,13 @@ protected void switchServingState() {
     switch (servingState) {
       case PUSH_PAUSED:
         pausePushDataCounter.increment();
-        logger.info("Trigger action: PAUSE PUSH, RESUME REPLICATE");
         if (lastState == ServingState.PUSH_AND_REPLICATE_PAUSED) {
+          logger.info("Trigger action: RESUME REPLICATE");

Review Comment:
   At the same time, I think the logs related to trigger action should be kept, 
because it can be seen which actions are performed in the state switching



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