curcur commented on a change in pull request #18964:
URL: https://github.com/apache/flink/pull/18964#discussion_r820624253



##########
File path: 
flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/PeriodicMaterializationManager.java
##########
@@ -166,6 +167,10 @@ private void asyncMaterializationPhase(
                                         subtaskName,
                                         upTo);
 
+                                scheduleNextMaterialization();
+                            } else if (throwable instanceof 
CancellationException) {
+                                // likely due to task cancellation or abortion 
notification
+                                LOG.info("materialization cancelled", 
throwable);
                                 scheduleNextMaterialization();
                             } else {

Review comment:
       Yes, please remove checkpoint-abortion part, and I can accept the PR.




-- 
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]


Reply via email to