[GitHub] [flink] TsReaper commented on a change in pull request #12037: [FLINK-14807][runtime][client] Introduce communication through REST API between the clients and the operator coordinators

2020-05-13 Thread GitBox
TsReaper commented on a change in pull request #12037: URL: https://github.com/apache/flink/pull/12037#discussion_r424830919 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/OperatorCoordinatorSchedulerTest.java ## @@ -163,6 +165,56 @@

[GitHub] [flink] TsReaper commented on a change in pull request #12037: [FLINK-14807][runtime][client] Introduce communication through REST API between the clients and the operator coordinators

2020-05-13 Thread GitBox
TsReaper commented on a change in pull request #12037: URL: https://github.com/apache/flink/pull/12037#discussion_r424832705 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/coordination/ClientCoordinationHandler.java ## @@ -0,0 +1,84 @@ +/*

[GitHub] [flink] TsReaper commented on a change in pull request #12037: [FLINK-14807][runtime][client] Introduce communication through REST API between the clients and the operator coordinators

2020-05-13 Thread GitBox
TsReaper commented on a change in pull request #12037: URL: https://github.com/apache/flink/pull/12037#discussion_r424831004 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/OperatorCoordinatorSchedulerTest.java ## @@ -163,6 +165,56 @@

[GitHub] [flink] TsReaper commented on a change in pull request #12037: [FLINK-14807][runtime][client] Introduce communication through REST API between the clients and the operator coordinators

2020-05-13 Thread GitBox
TsReaper commented on a change in pull request #12037: URL: https://github.com/apache/flink/pull/12037#discussion_r424830919 ## File path: flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/OperatorCoordinatorSchedulerTest.java ## @@ -163,6 +165,56 @@

[GitHub] [flink] TsReaper commented on a change in pull request #12037: [FLINK-14807][runtime][client] Introduce communication through REST API between the clients and the operator coordinators

2020-05-10 Thread GitBox
TsReaper commented on a change in pull request #12037: URL: https://github.com/apache/flink/pull/12037#discussion_r422757580 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/operators/coordination/CoordinationResponser.java ## @@ -0,0 +1,34 @@ +/* + * License