[GitHub] [flink] tillrohrmann commented on a change in pull request #15396: [FLINK-21008][coordination] Register ClusterEntrypoint#closeAsync as shutdown hook for the cleanup

2021-04-08 Thread GitBox
tillrohrmann commented on a change in pull request #15396: URL: https://github.com/apache/flink/pull/15396#discussion_r609896080 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/component/DispatcherResourceManagerComponent.java ## @@ -120,7 +120,7

[GitHub] [flink] tillrohrmann commented on a change in pull request #15396: [FLINK-21008][coordination] Register ClusterEntrypoint#closeAsync as shutdown hook for the cleanup

2021-04-08 Thread GitBox
tillrohrmann commented on a change in pull request #15396: URL: https://github.com/apache/flink/pull/15396#discussion_r609656062 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntrypoint.java ## @@ -498,19 +508,28 @@ private Configuration

[GitHub] [flink] tillrohrmann commented on a change in pull request #15396: [FLINK-21008][coordination] Register ClusterEntrypoint#closeAsync as shutdown hook for the cleanup

2021-04-07 Thread GitBox
tillrohrmann commented on a change in pull request #15396: URL: https://github.com/apache/flink/pull/15396#discussion_r608790720 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntrypoint.java ## @@ -165,7 +165,7 @@ protected

[GitHub] [flink] tillrohrmann commented on a change in pull request #15396: [FLINK-21008][coordination] Register ClusterEntrypoint#closeAsync as shutdown hook for the cleanup

2021-04-07 Thread GitBox
tillrohrmann commented on a change in pull request #15396: URL: https://github.com/apache/flink/pull/15396#discussion_r607786784 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/ClusterEntrypointTest.java ## @@ -22,50 +22,279 @@ import