masteryhx commented on code in PR #19598:
URL: https://github.com/apache/flink/pull/19598#discussion_r861908063
##########
flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/PeriodicMaterializationManager.java:
##########
@@ -180,9 +188,11 @@ private void asyncMaterializationPhase(
} else if (throwable instanceof
CancellationException) {
// can happen e.g. due to task cancellation
LOG.info("materialization cancelled",
throwable);
+ metrics.reportFailedMaterialization();
Review Comment:
I have removed it.
--
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]