FMX commented on code in PR #3377:
URL: https://github.com/apache/celeborn/pull/3377#discussion_r2218085298
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/FetchHandler.scala:
##########
@@ -580,19 +580,22 @@ class FetchHandler(
streamChunkSlice.chunkIndex,
streamChunkSlice.offset,
streamChunkSlice.len)
+ val bufSize = buf.size()
Review Comment:
Would you be willing to add a histogram here? Your current implementation
will generate a large number of logs; you'll need another program to process
them.
--
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]