This is an automated email from the ASF dual-hosted git repository. gyfora pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from ded2df542fd [FLINK-29363] allow fully redirection in web dashboard new 61d6e78e1f6 [FLINK-30213] Change ForwardPartitioner to RebalancePartitioner on parallelism changes new 3b1288e136c Replace Java 11 call new d20533e5877 Use RebalancePartitioner new 41518d6b5e0 PR comment new 1c2f4eb4ba1 Update flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java The 5 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: .../flink/runtime/dispatcher/Dispatcher.java | 3 +- .../api/writer/ChannelSelectorRecordWriter.java | 6 ++ .../streaming/api/graph/NonChainedOutput.java | 6 +- .../flink/streaming/runtime/tasks/StreamTask.java | 12 ++++ .../runtime/tasks/StreamConfigChainer.java | 8 ++- .../tasks/StreamTaskFinalCheckpointsTest.java | 4 +- .../tasks/StreamTaskMailboxTestHarnessBuilder.java | 17 ++++-- .../streaming/runtime/tasks/StreamTaskTest.java | 69 ++++++++++++++++++++++ 8 files changed, 115 insertions(+), 10 deletions(-)