Tartarus0zm commented on code in PR #25832:
URL: https://github.com/apache/flink/pull/25832#discussion_r1904058841
##########
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/util/MetricUtils.java:
##########
@@ -366,6 +369,17 @@ private static void instantiateCPUMetrics(MetricGroup
metrics) {
}
}
+ public static String truncateOperatorName(String operatorName, int
maxLength) {
Review Comment:
@1996fanrui thanks for your remind. I has re-open the conversation.
Also, I've updated this PR, MetricUtils#truncateOperatorName internally does
the length judgement of the OperatorName.
cc @davidradl
--
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]