This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from c5e46ca [FLINK-18141][doc][parquet] Add documentation for Parquet
format
new 4b176f2 [FLINK-18175][conf] Log final memory configuration
new 09e3daa [FLINK-17977][runtime] Log FS safety-net lifecycle on DEBUG
new 32a195e [FLINK-17977][runtime] Log initiation of savepoint operations
new 556ef94 [FLINK-17977][runtime] Log leader grant/revocation to
shutdown JobManager on DEBUG
new a2b8d4c [FLINK-17977][akka] Log target address retrieval on DEBUG
new 016479a [FLINK-17977][runtime] Log registration attempts on DEBUG
new daa5cf7 [FLINK-17977][runtime] Log incompatible security context
factories on DEBUG
new d8eb962 [FLINK-17977][runtime] Log message timeout on DEBUG
new 9c7a3e3 [FLINK-17977][runtime] Log outdated TaskExecutor registration
on DEBUG
new 38b822f [FLINK-17977][core] Silence type extractor warnings for
built-in Row
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../flink/api/java/typeutils/TypeExtractor.java | 6 +--
.../runtime/jobmaster/JobManagerRunnerImpl.java | 4 +-
.../apache/flink/runtime/net/ConnectionUtils.java | 2 +-
.../runtime/registration/RetryingRegistration.java | 4 +-
.../runtime/resourcemanager/ResourceManager.java | 2 +-
.../flink/runtime/scheduler/SchedulerBase.java | 4 ++
.../flink/runtime/security/SecurityUtils.java | 2 +-
.../taskexecutor/TaskManagerConfiguration.java | 2 +-
.../org/apache/flink/runtime/taskmanager/Task.java | 4 +-
.../flink/runtime/util/bash/BashJavaUtils.java | 43 ++++++++++++++++++++++
10 files changed, 60 insertions(+), 13 deletions(-)