turboFei commented on code in PR #3047:
URL: https://github.com/apache/celeborn/pull/3047#discussion_r2217133617
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/PartitionDataWriter.java:
##########
@@ -549,8 +549,10 @@ protected synchronized long close(
}
}
if (diskFileInfo != null) {
+ source.updateHistogram(WorkerSource.PARTITION_FILE_SIZE(),
diskFileInfo.getFileLength());
return diskFileInfo.getFileLength();
} else {
+ source.updateHistogram(WorkerSource.PARTITION_FILE_SIZE(),
memoryFileInfo.getFileLength());
Review Comment:
The metrics were removed by
https://github.com/apache/celeborn/commit/951b626a9896759a9ce09add39358ffd08d78496#diff-93aed69b393af59cefdfa6f5293f4dfb9cba96a9be23f3eec0bbe7d61f6d65be
<img width="1036" height="141" alt="image"
src="https://github.com/user-attachments/assets/c94f731c-79af-4421-8d19-3f3e27f86fb0"
/>
--
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]