wuchong commented on code in PR #2516:
URL: https://github.com/apache/fluss/pull/2516#discussion_r2751328277
##########
fluss-server/src/main/java/org/apache/fluss/server/kv/snapshot/PeriodicSnapshotManager.java:
##########
@@ -244,9 +244,10 @@ private void asyncSnapshotPhase(
snapshotLocation,
snapshotResult);
LOG.info(
- "TableBucket {} snapshot {}
finished successfully, cost {} ms.",
+ "TableBucket {} snapshot {}
finished successfully, size: {}, cost: {} ms.",
Review Comment:
How about printing incremental size as well?
```
full size: {}, incremental size: {}
```
--
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]