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/06 08:25:49 UTC

Failed: apache/flink#41918 (master - a50d9ff)

|  [

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

![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)5 hrs, 20
mins, 22 secs  
  
---  
  
![Zhijiang
avatar](https://secure.gravatar.com/avatar/92a244cca512354365c41d947baeb69e.jpg)Zhijiang

[a50d9ff CHANGESET
->](https://github.com/apache/flink/compare/aff2b99ab4d1...a50d9ff6db93)  
  
[hotfix][runtime] Remove unused IOManager parameter while constructing
BufferStorage  
  
After removing the code path of noncredit-based flow control, the IOManager
parameter would never be used for  
constructing the BufferStorage, so we can remove it along with the related
code path.