[
https://issues.apache.org/jira/browse/FLINK-9504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16499051#comment-16499051
]
ASF GitHub Bot commented on FLINK-9504:
---------------------------------------
GitHub user Aitozi opened a pull request:
https://github.com/apache/flink/pull/6111
[FLINK-9504]Change the log level of checkpoint duration to debug
Now, every time checkpoint it will log with the OperatorStateBackend and
KeyedStateBackend with per partition/parallel time cost, it often lead to too
much log in TaskManager , i think the log level should change to the debug, is
it ok ? @StephanEwen
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Aitozi/flink FLINK-9504
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6111.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6111
----
commit 8368e2e82ad6e0605bfbc4692cde3cc09e431816
Author: minwenjun <minwenjun@...>
Date: 2018-06-02T13:05:04Z
change the log level of checkpoint cost to debug
----
> Change checkpoint duration log level to debug to avoid too much log
> -------------------------------------------------------------------
>
> Key: FLINK-9504
> URL: https://issues.apache.org/jira/browse/FLINK-9504
> Project: Flink
> Issue Type: Improvement
> Components: State Backends, Checkpointing
> Affects Versions: 1.4.2
> Reporter: aitozi
> Assignee: aitozi
> Priority: Minor
>
> Now, every time checkpoint it will log with the OperatorStateBackend and
> KeyedStateBackend with per partition time cost, it lead to too much log, i
> think the log level should change to the debug, is it ok ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)