HuangZhenQiu commented on a change in pull request #8952:
URL: https://github.com/apache/flink/pull/8952#discussion_r550418267
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricNames.java
##########
@@ -62,6 +62,8 @@ private MetricNames() {}
public static final String CHECKPOINT_ALIGNMENT_TIME =
"checkpointAlignmentTime";
public static final String CHECKPOINT_START_DELAY_TIME =
"checkpointStartDelayNanos";
+ public static final String WORKER_FAILURE_RATE = "startWorkFailure" +
SUFFIX_RATE;
Review comment:
Yes, It is my mistake. There was a big code rebase after FLINK-20651 is
landed. Will be more careful next time.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]