[GitHub] flink pull request #3777: [FLINK-6387] [webfrontend]Flink UI support access ...

2017-04-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3777#discussion_r114015255 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/HttpRequestHandler.java --- @@ -197,17 +197,16 @@ else if (currentDecoder !=

[GitHub] flink pull request #3777: [FLINK-6387] [webfrontend]Flink UI support access ...

2017-04-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3777#discussion_r113406843 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/HttpRequestHandler.java --- @@ -183,4 +194,28 @@ else if (currentDecoder !=

[GitHub] flink pull request #3777: [FLINK-6387] [webfrontend]Flink UI support access ...

2017-04-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3777#discussion_r113406502 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/HttpRequestHandler.java --- @@ -183,4 +194,28 @@ else if (currentDecoder !=

[GitHub] flink pull request #3777: [FLINK-6387] [webfrontend]Flink UI support access ...

2017-04-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3777#discussion_r113406464 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -645,6 +645,10 @@ @Deprecated public static

[GitHub] flink pull request #3777: [FLINK-6387] [webfrontend]Flink UI support access ...

2017-04-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3777#discussion_r113406982 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -645,6 +645,10 @@ @Deprecated public static

[GitHub] flink pull request #3777: [FLINK-6387] [webfrontend]Flink UI support access ...

2017-04-26 Thread shijinkui
GitHub user shijinkui opened a pull request: https://github.com/apache/flink/pull/3777 [FLINK-6387] [webfrontend]Flink UI support access log Record the use request to the access log. Append use access to the log file. - [X] General - The pull request references the