zaynt4606 commented on code in PR #2688: URL: https://github.com/apache/celeborn/pull/2688#discussion_r1719220746
########## worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage/StorageManager.scala: ########## @@ -70,6 +67,8 @@ final private[worker] class StorageManager(conf: CelebornConf, workerSource: Abs val hasS3Storage = conf.hasS3Storage + val diskReserveSize = conf.workerDiskReserveSize Review Comment: done, use the `getMinimumUsableSize` method to replace the computation in `StorageManager` -- 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]
