This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git.
from ac754c4 [FLINK-10390][metrics][datadog] Close responseBody
new bf49d9a [hotfix] Make RestClient AutoCloseableAsync
new 9163992 [FLINK-10415] Fail response future if connection closes in
RestClient
new 8a04617 [FLINK-10415] Fail response future if RestClient connection
becomes idle
new c634277 [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} | 17 +--
.../ConnectionIdleException.java} | 15 +--
.../org/apache/flink/runtime/rest/RestClient.java | 115 +++++++++++++++------
.../runtime/rest/RestClientConfiguration.java | 17 ++-
.../apache/flink/runtime/rest/RestClientTest.java | 114 +++++++++++++++++++-
8 files changed, 250 insertions(+), 59 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/JobManagerException.java
=> rest/ConnectionException.java} (67%)
copy
flink-runtime/src/main/java/org/apache/flink/runtime/{executiongraph/ExecutionGraphException.java
=> rest/ConnectionIdleException.java} (67%)