FMX commented on code in PR #3394:
URL: https://github.com/apache/celeborn/pull/3394#discussion_r2244733368
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage/Flusher.scala:
##########
@@ -141,13 +147,17 @@ private[worker] class LocalFlusher(
maxComponents: Int,
val mountPoint: String,
val diskType: StorageInfo.Type,
- timeWindow: TimeWindow) extends Flusher(
+ timeWindow: TimeWindow,
+ reuseCopyBuffer: Boolean,
Review Comment:
You should set `reuseCopyBuffer` to false if you don't want the local
flusher to get involved with the unnecessary memory copy operations.
--
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]