This is an automated email from the ASF dual-hosted git repository.
MartijnVisser pushed a change to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
from 069ddfe5179 [FLINK-40003][runtime] Fix IOMetrics not visible to state
transition listeners
new c6825b2ffb7 [FLINK-39481][task] Execute deferrable mails when
finishing an operator
new 6e98363a802 [FLINK-39481][table] Add stress ITCase for watermarks
deferred at end of input
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/tasks/StreamOperatorWrapper.java | 14 +-
.../streaming/runtime/tasks/mailbox/Mail.java | 5 +
.../runtime/tasks/mailbox/MailboxExecutorImpl.java | 13 +-
.../runtime/tasks/mailbox/TaskMailbox.java | 11 ++
.../runtime/tasks/mailbox/TaskMailboxImpl.java | 23 ++-
...nalignedCheckpointsInterruptibleTimersTest.java | 111 +++++++++++
.../runtime/tasks/StreamOperatorWrapperTest.java | 18 ++
.../tasks/StreamTaskMailboxTestHarness.java | 10 +
.../tasks/mailbox/MailboxExecutorImplTest.java | 26 +++
.../sql/WindowDistinctAggregateStressITCase.java | 217 +++++++++++++++++++++
10 files changed, 438 insertions(+), 10 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/WindowDistinctAggregateStressITCase.java