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/28 07:55:17 UTC

[flink] branch master updated (d7834fc -> 1386e0d)

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 d7834fc  [FLINK-17375][hotfix] Fix print_stacktraces multiline-behavior
     add 1386e0d  [FLINK-17958][core] Fix MathUtils#divideRoundUp bug for handling zero / negative values.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/flink/util/MathUtils.java |  7 ++++--
 .../java/org/apache/flink/util/MathUtilTest.java   | 28 ++++++++++++++++++++++
 .../yarn/WorkerSpecContainerResourceAdapter.java   |  4 ++--
 3 files changed, 35 insertions(+), 4 deletions(-)