zhangyue19921010 commented on code in PR #12466:
URL: https://github.com/apache/hudi/pull/12466#discussion_r1889888298
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/HoodieMetrics.java:
##########
@@ -72,6 +75,7 @@ public class HoodieMetrics {
public static final String FINALIZE_ACTION = "finalize";
public static final String INDEX_ACTION = "index";
public static final String SOURCE_READ_AND_INDEX_ACTION =
"source_read_and_index";
+ public static final String CLUSTERTING_INSTANT_ACTION = "replacecommit";
Review Comment:
maybe we need to take care of clustering commit instead of replace commit
--
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]