You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2020/04/09 23:15:44 UTC

[CRON] Still Failing: apache/flink#43262 (master - b8f0bf4)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[master](https://github.com/apache/flink/tree/master)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #43262 still failing](https://travis-
ci.org/apache/flink/builds/672997960)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)35 hrs, 42
mins, 21 secs  
  
---  
  
![wenlong.lwl
avatar](https://secure.gravatar.com/avatar/5b46d328c333e53dfbd98e56687aa9b6.jpg)wenlong.lwl

[b8f0bf4 CHANGESET
->](https://github.com/apache/flink/compare/36e597277014f41b4eca1dae14e3d247e8ab17e5...b8f0bf4f244f82ddf76428fc4f203998d434c14c)  
  
[FLINK-16864][metrics] Add IdleTime metric for task  
This pr adds an IdleTime metric which measures idle time of a task including
the time cost for mail processor to wait for new mail and the time cost in
record writer to waiting a new buffer.  
  
1\. when a job can not catch up with the speed of data generating, the vertex
which idle time is near to zero is the bottle neck of the job.  
2\. when a job is not busy, idle time can be used to guide user how much he
can scale down the job.