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 <ap...@foxmail.com> on 2019/08/27 09:06:58 UTC

Still Failing: apache/flink#40194 (master - a4607c8)

|  [

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

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

[a4607c8 CHANGESET
->](https://github.com/apache/flink/compare/8498124d9838...a4607c847fbb)  
  
[FLINK-13853][e2e] Update common_ha.sh test expression to count recoveries  
  
With FLINK-13573 we removed the SubmittedJobGraph and replaced it with the
JobGraph.  
Consequently, we no longer see the log statement "Recovered SubmittedJobGraph"
which  
was used by the common_ha.sh script to count the number of job recoveries. Now
we need  
to look for "Recovered JobGraph" instead.  
  
This closes #9534.