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 3ef68bc [FLINK-10395] Remove legacyCode profile from parent pom.xml
new 5a6f65c [hotfix] Make RestClient AutoCloseableAsync
new 559b8f1 [FLINK-10415] Fail response future if connection closes in
RestClient
new 28591f3 [FLINK-10415] Fail response future if RestClient connection
becomes idle
new 08e25db [FLINK-10415] Fail requests with empty Netty pipeline in
RestClient
The 4 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:
docs/_includes/generated/rest_configuration.html | 5 +
.../apache/flink/configuration/RestOptions.java | 8 ++
.../ConnectionClosedException.java} | 18 ++--
.../ConnectionException.java} | 21 ++--
.../ConnectionIdleException.java} | 15 +--
.../org/apache/flink/runtime/rest/RestClient.java | 115 +++++++++++++++------
.../runtime/rest/RestClientConfiguration.java | 17 ++-
.../apache/flink/runtime/rest/RestClientTest.java | 112 +++++++++++++++++++-
8 files changed, 248 insertions(+), 63 deletions(-)
copy
flink-runtime/src/main/java/org/apache/flink/runtime/{jobmaster/JobManagerException.java
=> rest/ConnectionClosedException.java} (66%)
copy
flink-runtime/src/main/java/org/apache/flink/runtime/{jobmaster/JobMasterException.java
=> rest/ConnectionException.java} (67%)
copy
flink-runtime/src/main/java/org/apache/flink/runtime/{executiongraph/ExecutionGraphException.java
=> rest/ConnectionIdleException.java} (67%)