FMX commented on code in PR #3089:
URL: https://github.com/apache/celeborn/pull/3089#discussion_r1947557033


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -379,7 +379,7 @@ class LifecycleManager(val appUniqueId: String, val conf: 
CelebornConf) extends
         }
         causes.add(Utils.toStatusCode(info.getStatus))
       }
-      logWarning(s"Received Revive request, number of partitions 
${partitionIds.size()}")
+      logDebug(s"Received Revive request, number of partitions 
${partitionIds.size()}")

Review Comment:
   IMO, changing this log to debug is too aggressive. These logs are important 
to show the running status of a spark app. Maybe changing it to an info level 
would be better.



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