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/08/13 08:19:11 UTC

[flink] branch release-1.10 updated (e581d7f -> bced52d)

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

trohrmann pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from e581d7f  [FLINK-18821][network] Fix indefinite wait in PartitionRequestClientFactory.createPartitionRequestClient
     add fd7b371  [FLINK-18902][rest] Allow request serving while the REST handlers are shutting down
     add bced52d  [hotfix] Remove mocking from RestServerEndpointITCase

No new revisions were added by this update.

Summary of changes:
 .../runtime/rest/handler/AbstractHandler.java      | 11 ++--
 .../rest/handler/InFlightRequestTracker.java       |  7 ++-
 .../runtime/rest/RestServerEndpointITCase.java     | 60 +++++++++++++++-------
 .../rest/handler/InFlightRequestTrackerTest.java   |  8 +++
 4 files changed, 59 insertions(+), 27 deletions(-)