apache

/

flink

branch iconmaster

arrow to build time
clock icon5 hrs, 44 mins, 36 secs

Zhijiang avatarZhijiang

[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.

Reply via email to