You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2019/10/31 15:10:20 UTC

[flink] branch master updated (3a69d5b8 -> 8522f3b)

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

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


    from 3a69d5b8 [FLINK-14558][python] Fix ClassNotFoundException of PythonScalarFunctionOperator
     add 8522f3b  [FLINK-14544][runtime] Fixing race condition during task cancellation when closing mailbox / enqueuing poison letter.

No new revisions were added by this update.

Summary of changes:
 .../runtime/tasks/mailbox/TaskMailbox.java         | 11 +++++++++
 .../runtime/tasks/mailbox/TaskMailboxImpl.java     | 10 ++++++++
 .../tasks/mailbox/execution/MailboxProcessor.java  |  8 ++++++-
 .../runtime/tasks/mailbox/TaskMailboxImplTest.java | 28 ++++++++++++++++++++++
 .../execution/TaskMailboxProcessorTest.java        | 10 ++++++++
 5 files changed, 66 insertions(+), 1 deletion(-)