[GitHub] flink pull request #5420: [FLINK-8576][QS] Reduce verbosity when classes can...

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

[GitHub] flink pull request #5420: [FLINK-8576][QS] Reduce verbosity when classes can...

2018-02-14 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5420#discussion_r168138976 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/query/QueryableStateUtils.java --- @@ -132,9 +134,7 @@ public static KvStateServer createKvSta

[GitHub] flink pull request #5420: [FLINK-8576][QS] Reduce verbosity when classes can...

2018-02-14 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5420#discussion_r168137274 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/query/QueryableStateUtils.java --- @@ -132,9 +134,7 @@ public static KvStateServer createKvState

[GitHub] flink pull request #5420: [FLINK-8576][QS] Reduce verbosity when classes can...

2018-02-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5420 [FLINK-8576][QS] Reduce verbosity when classes can't be found This PR reduces the verbosity of DEBUG logging messages when the flink-queryable-state-runtime jar is not on the classpath. Instead of th