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 2019/10/08 23:10:03 UTC

[CRON] Still Failing: apache/flink#40609 (master - 4064b5b)

|  [

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 #40609 still failing](https://travis-
ci.org/apache/flink/builds/595083469)

![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)36 hrs, 51
mins, 53 secs  
  
---  
  
![Till Rohrmann
avatar](https://secure.gravatar.com/avatar/08701c3eabe85450809695cf290ef675.jpg)Till
Rohrmann

[4064b5b CHANGESET
->](https://github.com/apache/flink/compare/c5c59feec0ed8a0ac5213802d79956c815a2b812...4064b5b67d6d220e1d5518bca96688f51cbbb891)  
  
[FLINK-14315] Make heartbeat manager fields non-nullable  
  
This commit introduces the NoOpHeartbeatManager which can be used to
initialize  
an unset heartbeat manager field. This allows to make the heartbeat manager
fields  
non-nullable which in turn avoid NPE.  
  
Moreover, this commit makes the heartbeat manager fields of the TaskExecutor  
final.  
  
This closes #9837.