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/01/15 10:13:20 UTC

Still Failing: apache/flink#42080 (master - 7455a09)

|  [

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

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

[7455a09 CHANGESET
->](https://github.com/apache/flink/compare/8d8e708b5df8...7455a0946ef8)  
  
[FLINK-14091] Harden ZKCheckpointIDCounterMultiServersTest  
  
In order to avoid race conditions between notifying different listeners,  
this commit introduces the LastStateConnectionStateListener which is passed  
into the ZooKeeperCheckpointIDCounter. This listener can be modified to  
fulfill the required testing purposes in  
ZKCheckpointIDCounterMultiServersTest#testRecoveredAfterConnectionLoss.  
  
This closes #10754.