You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/08/21 06:13:31 UTC

[flink] branch master updated (1bb6b05 -> f5417de)

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

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


    from 1bb6b05  [FLINK-13380][docs] Improve docs on how to use Flink with Kubernetes
     add 8935ebf  [FLINK-13588] Report exception message when failing StreamTask#handleAsyncException
     add 1a46d8d  [hotfix] Extend MockEnvironment to provide better testing tools
     add f5417de  [hotfix] Encapsulate async exception handling into StreamTask#StreamTaskAsyncExceptionHandler

No new revisions were added by this update.

Summary of changes:
 .../operators/testutils/MockEnvironment.java       | 13 ++--
 .../runtime/tasks/AsynchronousException.java       |  5 --
 .../flink/streaming/runtime/tasks/StreamTask.java  | 20 ++++++-
 .../streaming/runtime/tasks/StreamTaskTest.java    | 27 +++++++++
 .../streaming/runtime/StreamTaskTimerITCase.java   | 69 +++++++---------------
 5 files changed, 72 insertions(+), 62 deletions(-)