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/21 04:03:00 UTC

Fixed: apache/flink#40732 (master - 47e9a82)

|  [

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-
passed.png)

[Build #40732 fixed](https://travis-ci.org/apache/flink/builds/600517667)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/success-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)5 hrs, 44
mins, 36 secs  
  
---  
  
![Zhijiang
avatar](https://secure.gravatar.com/avatar/92a244cca512354365c41d947baeb69e.jpg)Zhijiang

[47e9a82 CHANGESET
->](https://github.com/apache/flink/compare/2e9f16edab75...47e9a82a4d3b)  
  
[FLINK-14394][network] Remove unnecessary interface method
BufferProvider#requestBufferBlocking  
  
Currently BufferProvider#requestBufferBlocking method is only used for unit
tests, so we could refactor the related tests to use  
methods of BufferProvider#requestBufferBuilderBlocking or
BufferProvider#requestBuffer instead. Then we could remove this legacy  
method completely to clean up the interface.