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


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage/StorageManager.scala:
##########
@@ -726,6 +726,7 @@ final private[worker] class StorageManager(conf: 
CelebornConf, workerSource: Abs
         Math.min(diskInfo.configuredUsableSpace - totalUsage, 
fileSystemReportedUsableSpace)
       logDebug(s"updateDiskInfos  workingDirUsableSpace:$workingDirUsableSpace 
filemeta:$fileSystemReportedUsableSpace conf:${diskInfo.configuredUsableSpace} 
totalUsage:$totalUsage")

Review Comment:
   Already log all the diskInfos at the end, see 
   
   > logInfo(s"Updated diskInfos:\n${disksSnapshot().mkString("\n")}") 



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