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

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


    from f4aaf8c  [FLINK-18282][docs-zh] Retranslate the home page document
     add 9843424  [hotfix] Introduce TaskManagerExceptionUtils
     add 276e8c6  [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

Reply via email to