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 d9f5e05ea7a [FLINK-40080][network] Remove the unbounded heap fallback
from RecoveredInputChannel#requestBufferBlocking
new 516a8f95b9f [FLINK-40081] Harden RecordFilterContext for minimal and
batch environments
new 2f3c205e926 [FLINK-40081][test] Add CdrRecoveryRaceITCase for the
non-source recovery race
The 2 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:
.../runtime/io/recovery/RecordFilterContext.java | 18 +++--
.../io/recovery/RecordFilterContextTest.java | 74 +++++++++++++++---
.../test/checkpointing/CdrRecoveryRaceITCase.java | 89 ++++++++++++++++++++++
3 files changed, 164 insertions(+), 17 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/CdrRecoveryRaceITCase.java