FMX commented on code in PR #3394:
URL: https://github.com/apache/celeborn/pull/3394#discussion_r2244737033
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage/StorageManager.scala:
##########
@@ -157,7 +157,9 @@ final private[worker] class StorageManager(conf:
CelebornConf, workerSource: Abs
conf.workerPushMaxComponents,
diskInfo.mountPoint,
diskInfo.storageType,
- diskInfo.flushTimeMetrics)
+ diskInfo.flushTimeMetrics,
+ conf.workerFlushReuseCopyBufferEnabled,
Review Comment:
You passed the config parameter to the local flusher, which is the opposite
of what you described.
--
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]