You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2020/09/10 12:00:28 UTC

[flink] branch master updated (00bf41f -> faca0e6)

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

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


    from 00bf41f  [FLINK-19151][yarn] Update container resource normalization algorithm, with respect to Yarn FairScheduler.
     add faca0e6  [FLINK-19135] Strip ExecutionException in (Stream)ExecutionEnvironment.execute()

No new revisions were added by this update.

Summary of changes:
 .../flink/api/java/ExecutionEnvironment.java       |  9 ++-
 .../environment/StreamExecutionEnvironment.java    |  9 ++-
 .../recovery/ProcessFailureCancelingITCase.java    |  2 +-
 .../api/StreamExecutionEnvironmentITCase.java      | 75 ++++++++++++++++++++++
 4 files changed, 90 insertions(+), 5 deletions(-)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/streaming/api/StreamExecutionEnvironmentITCase.java