1996fanrui commented on code in PR #26938:
URL: https://github.com/apache/flink/pull/26938#discussion_r2303372063
##########
flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointRescaleWithMixedExchangesITCase.java:
##########
@@ -230,7 +230,7 @@ private static JobClient
createMultiInputDAG(StreamExecutionEnvironment env) thr
sourceStream1
.rebalance()
- .connect(forwardedStream)
+ .connect(forwardedStream.rebalance())
Review Comment:
Thanks @rkhachatryan for the review!
`forwardedStream` means the exchange is forward between `sourceStream2` and
`map(x -> x)` task.
This test did not promise the exchange is forward between `map(x -> x)` and
`SleepingCoMap` as the both parallelism is from `getRandomParallelism()`.
<img width="1636" height="962" alt="image"
src="https://github.com/user-attachments/assets/cb33e839-eced-4432-a734-d785309b549c"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]