SteNicholas commented on code in PR #3089:
URL: https://github.com/apache/celeborn/pull/3089#discussion_r1950539722
##########
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:
@s0nskar, +1. Too many revive log is unnecessary for application.
--
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]