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

Congxian Qiu(klion26) commented on FLINK-14035:
-----------------------------------------------

[~StephanEwen] Thanks for the reply. I’ll close this issue as we support very 
frequent checkpoint, there will be a log flooding problem after changing from 
DEBUG to INFO for the very frequent checkpoint.

Sorry for not notice that we changed the log level from INFO to DEBUG before, 
all the history before 2018/03/27 of my local repo was all initialized by Timo 
Walther. I’ll try to fix git history.

> Introduce/Change some log for snapshot to better analysis checkpoint problem
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-14035
>                 URL: https://issues.apache.org/jira/browse/FLINK-14035
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Checkpointing
>    Affects Versions: 1.10.0
>            Reporter: Congxian Qiu(klion26)
>            Priority: Major
>
> Currently, the information for checkpoint are mostly debug log (especially on 
> TM side). If we want to track where the checkpoint steps and consume time 
> during each step when we have a failed checkpoint or the checkpoint time is 
> too long, we need to restart the job with enabling debug log, this issue 
> wants to improve this situation, wants to change some exist debug log from 
> debug to info, and add some more debug log.  we have changed this log level 
> in our production in Alibaba, and it seems no problem until now.
>  
> Detail
> {{change the log below from debug level to info}} 
>  * log about \{{Starting checkpoint xxx }} in TM  side
>  * log about Sync complete in TM  side
>  * log about async compete in TM  side
> Add debug log 
>  *  log about receiving the barrier  for exactly once mode  - align from at 
> lease once mode
>  
> If this issue is valid, then I'm happy to contribute it.



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

Reply via email to