This is an automated email from the ASF dual-hosted git repository.

1996fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from f1c362d47df [FLINK-37510] Avoid duplicate calculations for 
SlidingEventTimeWindows
     new 38a29c14fe3 [FLINK-39519][checkpoint] Allocate pre-filter source 
buffers from a reusable heap segment
     new e05ae0ab8df [FLINK-39519][checkpoint] Add ITCase exercising large 
records through filtering recovery
     new d6858ffbbd7 [FLINK-39519][tests] Raise 
UnalignedCheckpointRescaleWithMixedExchangesITCase segment size to MIN_PAGE_SIZE

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../channel/RecoveredChannelStateHandler.java      |  85 +++++++-
 .../channel/SequentialChannelStateReaderImpl.java  |   3 +-
 .../runtime/io/recovery/RecordFilterContext.java   |  27 ++-
 .../flink/streaming/runtime/tasks/StreamTask.java  |   3 +-
 .../InputChannelRecoveredStateHandlerTest.java     | 151 +++++++++++++-
 .../flink/runtime/testutils/CommonTestUtils.java   |  20 ++
 .../io/recovery/RecordFilterContextTest.java       |  61 +++++-
 .../VirtualChannelRecordFilterFactoryTest.java     |   4 +-
 .../RecoveredStateFilteringLargeRecordITCase.java  | 225 +++++++++++++++++++++
 ...dCheckpointRescaleWithMixedExchangesITCase.java |   5 +-
 10 files changed, 566 insertions(+), 18 deletions(-)
 create mode 100644 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/RecoveredStateFilteringLargeRecordITCase.java

Reply via email to