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/03 05:36:08 UTC

[CRON] Errored: apache/flink#43158 (release-1.9 - 323c406)

|  [

apache

/

flink

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

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

[Build #43158 errored](https://travis-ci.org/apache/flink/builds/670218452)

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

[323c406 CHANGESET
->](https://github.com/apache/flink/compare/fa2d98f2d7a8d31d26a82e0017204001bef56d61...323c406ef5c1cfccb17fc65053d2d13dc648366d)  
  
[FLINK-14316] Properly manage rpcConnection in JobManagerLeaderListener under
leader change  
  
This commit changes how the rpcConnection is managed in
JobManagerLeaderListener under leader change.  
This component clears now the fields rpcConnection and currentJobMasterId if
the leader loses leadership.  
Moreover, it only restarts a connection attempt if the leader session id is
new.  
  
This closes #11605.