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 2020/05/06 07:23:33 UTC

[flink] branch master updated (b1e436a -> fdd128a)

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 b1e436a  [FLINK-17462][format][csv] Support CSV serialization and deseriazation schema for RowData type
     add cbd24c8  [hotfix][tests] Add TestingTaskManagerActions implementation
     add 0ea539d  [FLINK-17514] Let TaskCancelerWatchDog call TaskManagerActions.notifyFatalError with non-null cause
     add 221bbf7  [FLINK-17514] Fail fatally if the TaskCancelerWatchDog encounters exception in run method
     add fdd128a  [FLINK-17514] Harden ExceptionUtils.tryEnrichTaskManagerError, .isMetaspaceOutOfMemoryError and .isDirectOutOfMemoryError to handle null values

No new revisions were added by this update.

Summary of changes:
 .../flink/core/memory/MemorySegmentFactory.java    |  7 +-
 .../java/org/apache/flink/util/ExceptionUtils.java | 50 +++++++-----
 .../org/apache/flink/util/ExceptionUtilsTest.java  | 16 ++++
 .../runtime/taskexecutor/TaskManagerRunner.java    |  2 +-
 .../org/apache/flink/runtime/taskmanager/Task.java | 19 ++---
 .../apache/flink/runtime/taskmanager/TaskTest.java | 40 ++++------
 .../taskmanager/TestingTaskManagerActions.java     | 92 ++++++++++++++++++++++
 7 files changed, 168 insertions(+), 58 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TestingTaskManagerActions.java