This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 8c8667e0166 [FLINK-37623][datastream] Async state support for 
process() in Datastream API (#26439)
     new 50777aeda5f [hotfix] Fix test coverage of WatermarkAlignmentITCase
     new ad517930689 [FLINK-37670][runtime] Fix watermark alignment can 
deadlock job if there are no more splits to be assigned

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:
 .../operators/coordination/OperatorEvent.java      | 10 ++-
 .../operators/coordination/SubtaskGatewayImpl.java |  6 ++
 .../source/coordinator/SourceCoordinator.java      | 15 ++--
 .../source/event/WatermarkAlignmentEvent.java      |  9 ++
 .../coordination/EventReceivingTasks.java          |  9 +-
 .../coordination/SubtaskGatewayImplTest.java       | 25 ++++++
 .../operators/coordination/TestOperatorEvent.java  | 12 +++
 .../api/datastream/WatermarkAlignmentITCase.java   | 96 ++++++++++++++++++++--
 8 files changed, 165 insertions(+), 17 deletions(-)

Reply via email to