[ 
https://issues.apache.org/jira/browse/FLINK-17977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17134014#comment-17134014
 ] 

Piotr Nowojski commented on FLINK-17977:
----------------------------------------

It should be simple to print the checkpoint type. I think {{CheckpointOptions}} 
is carried around all places that are logging something about 
checkpoint/savepoint and we could print it or 
{{CheckpointOptions#getCheckpointType}}. But it would add more 
repeated/duplicated messages around all of the logs, and with 
hundreds/thousands of tasks, that's a lot of messages. I would prefer to just 
log it on the JM side as proposed above.

> Check log sanity
> ----------------
>
>                 Key: FLINK-17977
>                 URL: https://issues.apache.org/jira/browse/FLINK-17977
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>    Affects Versions: 1.11.0
>            Reporter: Till Rohrmann
>            Assignee: Chesnay Schepler
>            Priority: Critical
>              Labels: pull-request-available, release-testing
>             Fix For: 1.11.0
>
>
> Run a normal Flink workload (e.g. job with fixed number of failures on 
> session cluster) and check that the produced Flink logs make sense and don't 
> contain confusing statements.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to