You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/06/16 07:17:40 UTC

[flink] branch release-1.11 updated (2f8aa59 -> 95d4f1b)

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

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


    from 2f8aa59  [FLINK-18282][docs-zh] Retranslate the home page document
     add 04fef84  [hotfix] Introduce TaskManagerExceptionUtils
     add 95d4f1b  [FLINK-18250] Enrich OOM error messages with more details in ClusterEntrypoint

No new revisions were added by this update.

Summary of changes:
 .../flink/core/memory/MemorySegmentFactory.java    |  3 +-
 .../java/org/apache/flink/util/ExceptionUtils.java | 49 ++++++---------
 .../flink/util/TaskManagerExceptionUtils.java      | 69 ++++++++++++++++++++++
 .../org/apache/flink/util/ExceptionUtilsTest.java  |  2 +-
 .../ClusterEntryPointExceptionUtils.java           | 68 +++++++++++++++++++++
 .../runtime/entrypoint/ClusterEntrypoint.java      |  3 +-
 .../runtime/taskexecutor/TaskManagerRunner.java    |  3 +-
 .../org/apache/flink/runtime/taskmanager/Task.java |  3 +-
 8 files changed, 164 insertions(+), 36 deletions(-)
 create mode 100644 flink-core/src/main/java/org/apache/flink/util/TaskManagerExceptionUtils.java
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntryPointExceptionUtils.java