[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5339 ---

[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-02-06 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5339#discussion_r166221453 --- Diff: flink-queryable-state/flink-queryable-state-runtime/src/main/java/org/apache/flink/queryablestate/client/proxy/KvStateClientProxyHandler.java

[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-02-05 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5339#discussion_r165939136 --- Diff: flink-queryable-state/flink-queryable-state-runtime/src/main/java/org/apache/flink/queryablestate/client/proxy/KvStateClientProxyHandler.java --- @@

[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-01-24 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5339#discussion_r163537634 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -32,13 +32,11 @@ * The address that the server binds itself

[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-01-24 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5339#discussion_r163517247 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -32,13 +32,11 @@ * The address that the server binds

[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-01-24 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5339#discussion_r163508445 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -32,13 +32,11 @@ * The address that the server binds itself

[GitHub] flink pull request #5339: [FLINK-8493] [flip6] Integrate queryable state wit...

2018-01-23 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/5339 [FLINK-8493] [flip6] Integrate queryable state with Flip-6 ## What is the purpose of the change Adapt KvStateRegistry to accept multiple KvStateRegistryListeners. Introduce the