swuferhong commented on code in PR #2179:
URL: https://github.com/apache/fluss/pull/2179#discussion_r2658790889
##########
fluss-common/src/main/java/org/apache/fluss/metrics/MetricNames.java:
##########
@@ -53,6 +53,10 @@ public class MetricNames {
public static final String KV_ALL_SNAPSHOT_SIZE = "allKvSnapshotSize";
public static final String SERVER_PHYSICAL_STORAGE_REMOTE_KV_SIZE =
"remoteKvSize";
+ // for kv snapshot lease.
+ public static final String KV_SNAPSHOT_LEASE_COUNT =
"kvSnapshotLeaseCount";
Review Comment:
Sure, I was thinking the same thing. I'll add a TODO for now, and this will
be implemented in the next PR since this PR is already too large. Trace by:
https://github.com/apache/fluss/issues/2297
--
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]