This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from b7dca63 [hotfix][python][docs] Add missing debugging page for PyFlink
documentation
add 707b9b2 [hotfix][network] Remove unused method
BufferPool#getSubpartitionBufferRecyclers
add 2b7bb05 [FLINK-22424][network] Prevent releasing
PipelinedSubpartition while Task can still write to it
No new revisions were added by this update.
Summary of changes:
.../runtime/io/network/buffer/BufferPool.java | 2 -
.../runtime/io/network/buffer/LocalBufferPool.java | 7 ----
.../partition/PipelinedResultPartition.java | 36 +++++++++++++-----
.../runtime/io/network/buffer/NoOpBufferPool.java | 8 ----
...NoOpBufferPool.java => UnpooledBufferPool.java} | 43 ++++++++++------------
...nedResultPartitionReleaseOnConsumptionTest.java | 24 ++++++++++++
.../PipelinedSubpartitionWithReadViewTest.java | 1 +
.../partition/ResultPartitionFactoryTest.java | 10 -----
8 files changed, 71 insertions(+), 60 deletions(-)
copy
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/{NoOpBufferPool.java
=> UnpooledBufferPool.java} (72%)