You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Darcy Lin (Jira)" <ji...@apache.org> on 2022/04/20 18:03:00 UTC

[jira] [Created] (FLINK-27332) org.apache.flink.streaming.api.functions.sink.filesystem.Bucket can't receive completion notification for savepoint

Darcy Lin created FLINK-27332:
---------------------------------

             Summary: org.apache.flink.streaming.api.functions.sink.filesystem.Bucket can't receive completion notification for savepoint
                 Key: FLINK-27332
                 URL: https://issues.apache.org/jira/browse/FLINK-27332
             Project: Flink
          Issue Type: Bug
          Components: API / DataStream, Connectors / FileSystem
    Affects Versions: 1.15.0
            Reporter: Darcy Lin


2022-04-20 17:28:03,525 INFO  org.apache.flink.streaming.api.functions.sink.filesystem.Buckets [] - Subtask 0 checkpointing for checkpoint with id=225 (max part counter=15).
 
2022-04-20 17:38:06,933 INFO  org.apache.flink.streaming.api.functions.sink.filesystem.Buckets [] - Subtask 0 checkpointing for checkpoint with id=226 (max part counter=15).
2022-04-20 17:38:08,228 INFO  org.apache.flink.streaming.api.functions.sink.filesystem.Buckets [] - Subtask 0 received completion notification for checkpoint with id=226.
 

As shown in the above log, checkpoint 225 is triggered by savepoint, there is no log about "checkpoint completed", and checkpoint 226 is a normal checkpoint and everything works fine. The impact is that savepoint cannot modify pending files into finished.
 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)