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/03/23 13:57:48 UTC

Failed: apache/flink#43000 (master - 6936713)

|  [

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 #43000 failed](https://travis-ci.org/apache/flink/builds/665829751)

![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)2 hrs, 26
mins, 20 secs  
  
---  
  
![ifndef-SleePy
avatar](https://secure.gravatar.com/avatar/f50f80dba8e553ea9e70a753c1c8365d.jpg)ifndef-
SleePy

[6936713 CHANGESET
->](https://github.com/apache/flink/compare/505a808dd426...6936713b3b9b)  
  
[FLINK-14971][checkpointing] Remove lock of PendingCheckpoint and introduce IO
lock for PendingCheckpoint  
  
Since all non-IO operations are executed in main thread, the lock of  
PendingCheckpoint could be avoided now.