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

[flink] branch master updated (1c9f198 -> 35cb327)

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

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


    from 1c9f198  [FLINK-18175][conf] Log final memory configuration
     add a81e747  [FLINK-17977][runtime] Log FS safety-net lifecycle on DEBUG
     add 15c140c  [FLINK-17977][runtime] Log initiation of savepoint operations
     add e4c3768  [FLINK-17977][runtime] Log leader grant/revocation to shutdown JobManager on DEBUG
     add e2c75ac  [FLINK-17977][akka] Log target address retrieval on DEBUG
     add 4718907  [FLINK-17977][runtime] Log registration attempts on DEBUG
     add ca33b28  [FLINK-17977][runtime] Log incompatible security context factories on DEBUG
     add 6fe933d  [FLINK-17977][runtime] Log message timeout on DEBUG
     add 8990f6d  [FLINK-17977][runtime] Log outdated TaskExecutor registration on DEBUG
     add 35cb327  [FLINK-17977][core] Silence type extractor warnings for built-in Row

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/flink/api/java/typeutils/TypeExtractor.java     | 6 +++---
 .../org/apache/flink/runtime/jobmaster/JobManagerRunnerImpl.java    | 4 ++--
 .../src/main/java/org/apache/flink/runtime/net/ConnectionUtils.java | 2 +-
 .../org/apache/flink/runtime/registration/RetryingRegistration.java | 4 ++--
 .../org/apache/flink/runtime/resourcemanager/ResourceManager.java   | 2 +-
 .../main/java/org/apache/flink/runtime/scheduler/SchedulerBase.java | 4 ++++
 .../main/java/org/apache/flink/runtime/security/SecurityUtils.java  | 2 +-
 .../apache/flink/runtime/taskexecutor/TaskManagerConfiguration.java | 2 +-
 .../src/main/java/org/apache/flink/runtime/taskmanager/Task.java    | 4 ++--
 9 files changed, 17 insertions(+), 13 deletions(-)