[GitHub] flink issue #6111: [FLINK-9504]Change the log level of checkpoint duration t...

2018-07-11 Thread Aitozi
Github user Aitozi commented on the issue:

https://github.com/apache/flink/pull/6111
  
Hi @StephanEwen , is there any change should be made to this PR ?


---


[GitHub] flink issue #6111: [FLINK-9504]Change the log level of checkpoint duration t...

2018-06-04 Thread Aitozi
Github user Aitozi commented on the issue:

https://github.com/apache/flink/pull/6111
  
thanks @StephanEwen for review. As you mentioned, I only set the log level 
in state backends to `debug` , is there something wrong with my pull request or 
misunderstand what your meaning ?


---


[GitHub] flink issue #6111: [FLINK-9504]Change the log level of checkpoint duration t...

2018-06-04 Thread StephanEwen
Github user StephanEwen commented on the issue:

https://github.com/apache/flink/pull/6111
  
I have often wondered about this as well. There sure are a lot of log lines.

  - The state backends themselves should probably log on `debug` level, 
otherwise there is a line per operator in the task
  - The task itself should still log on info level, so that one has 
information to analyze checkpoints from the logs


---