This is an automated email from the ASF dual-hosted git repository.
1996fanrui pushed a change to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git
from 3b4f2fecf55 [FLINK-40272][build] Add cache file for checkstyle
new 84d8feb06ad [FLINK-40269][tests] Add same-upstream unaligned rescale
ITCase
new b60607179c7 [FLINK-40269][runtime] Fix channel state assignment for
duplicate connections
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/checkpoint/TaskStateAssignment.java | 109 +++++----
.../checkpoint/StateAssignmentOperationTest.java | 66 ++++++
.../flink/runtime/testutils/CommonTestUtils.java | 13 ++
...alignedCheckpointRescaleSameUpstreamITCase.java | 245 +++++++++++++++++++++
4 files changed, 396 insertions(+), 37 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointRescaleSameUpstreamITCase.java