[GitHub] flink issue #5007: [FLINK-7845] Make NettyMessage public

2017-11-14 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5007 merging. ---

[GitHub] flink pull request #5010: [FLINK-8056][dist] Use 'web.port' instead of 'jobm...

2017-11-14 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5010 [FLINK-8056][dist] Use 'web.port' instead of 'jobmanager.web.port' ## What is the purpose of the change This PR modfiies the default `flink-conf.yaml` to no longer

[GitHub] flink issue #4939: [FLINK-4228][yarn/s3a] fix yarn resource upload s3a defau...

2017-11-14 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4939 yes there could be a sleeper failure in hadoop, but there's nothing we can do to fix that besides relocation jackson in either hadoop or aws, which is probably not possible. ---

[GitHub] flink pull request #5007: [FLINK-7845] Make NettyMessage public

2017-11-13 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5007#discussion_r150755017 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/NettyMessage.java --- @@ -52,8 +52,10 @@ /** * A simple and

[GitHub] flink issue #4939: [FLINK-4228][yarn/s3a] fix yarn resource upload s3a defau...

2017-11-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4939 So we pin the version, update aws at some point (and forget to check the dependency), and now we got a sleeper failure because there may be a single code-path that fails due to a version mismatch

[GitHub] flink pull request #5006: [hotfix][docs][QS] MInor cleanup of QS documentati...

2017-11-13 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5006 [hotfix][docs][QS] MInor cleanup of QS documentation ## What is the purpose of the change This PR fixes a few smaller issues in the Queryable State documentation/javadocs. You can merge

[GitHub] flink issue #4999: [hotfix][docs][javadocs] Remove double "of"

2017-11-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4999 +1 ---

[GitHub] flink issue #5000: [hotfix][docs] Fix typos in deployment AWS documentation

2017-11-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5000 +1 ---

[GitHub] flink issue #5002: [hotfix][docs] Remove the caveat about Cassandra connecto...

2017-11-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5002 +1 ---

[GitHub] flink issue #4939: [FLINK-4228][yarn/s3a] fix yarn resource upload s3a defau...

2017-11-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4939 At the same time, pinning a dependency version can cause problems if a dependency is upgraded and requires another jackson version. There isn't a perfect solution. The current approach

[GitHub] flink issue #4605: [FLINK-4500] [C* Connector] CassandraSinkBase implements ...

2017-11-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4605 I had to modify the PR more than i initially expected. I removed the option to disable the new behavior again; after thinking about it more i came to the conclusion that silently losing data

[GitHub] flink issue #4945: [FLINK-7977][build] bump version of compatibility check f...

2017-11-09 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4945 @greghogan That's a great point. ---

[GitHub] flink issue #4981: [FLINK-7419][build][avro] Relocate jackson in flink-dist

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4981 i don't think we need that. We do that for akka to reduce the impact of shading akka-remote on the dependency footprint of flink-runtime incurred by creating the dependency reduce pom.

[GitHub] flink pull request #4981: [FLINK-7419][build][avro] Relocate jackson in flin...

2017-11-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4981#discussion_r149702871 --- Diff: flink-formats/flink-avro/pom.xml --- @@ -185,17 +185,6 @@ under the License

[GitHub] flink pull request #4970: [FLINK-8007][metrics] Move TestMeter into test sco...

2017-11-08 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/4970 ---

[GitHub] flink pull request #4777: [FLINK-7765] Enable dependency convergence

2017-11-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4777#discussion_r149655646 --- Diff: pom.xml --- @@ -289,6 +289,48 @@ under the License. 1.8.2

[GitHub] flink pull request #4981: 7419

2017-11-08 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4981 7419 ## What is the purpose of the change This PR relocates avros jackson dependency in flink-dist. ## Brief change log * remove ineffective jackson shading configuration

[GitHub] flink issue #4605: [FLINK-4500] [C* Connector] CassandraSinkBase implements ...

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4605 I've rebased this locally (along with some cleanup) and will merge it later today. ---

[GitHub] flink pull request #4961: [FLINK-7973] fix shading and relocating Hadoop for...

2017-11-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149635214 --- Diff: flink-filesystems/flink-s3-fs-presto/README.md --- @@ -0,0 +1,28 @@ +This project is a wrapper around the S3 file system from the Presto

[GitHub] flink pull request #4961: [FLINK-7973] fix shading and relocating Hadoop for...

2017-11-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149635319 --- Diff: flink-filesystems/flink-s3-fs-hadoop/README.md --- @@ -0,0 +1,27 @@ +This project is a wrapper around Hadoop's s3a file system. By pull

[GitHub] flink issue #4972: [FLINK-8009][build][runtime] Remove transitive dependency...

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4972 merging. ---

[GitHub] flink issue #4945: [FLINK-7977][build] bump version of compatibility check f...

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4945 Ultimately it shouldn't make a difference, but comparing against 1.0.X would require less maintenance as we no longer have to update it with every release. ---

[GitHub] flink issue #4975: [FLINK-7991][examples][kafka] Cleanup kafka10 example jar

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4975 missing a few classes from flink-kafka-base ---

[GitHub] flink issue #4971: [FLINK-8010][build] Bump remaining flink-shaded versions

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4971 merging. ---

[GitHub] flink issue #4965: [FLINK-8004][metrics][docs] Fix usage examples

2017-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4965 merging. ---

[GitHub] flink issue #4971: [FLINK-8010][build] Bump remaining flink-shaded versions

2017-11-07 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4971 scratch that, i have it in this one, here: ``` org.apache.flink flink-shaded-guava - 18.0-1.0

[GitHub] flink issue #4971: [FLINK-8010][build] Bump remaining flink-shaded versions

2017-11-07 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4971 @greghogan I also had this in another PR but not this one. ---

[GitHub] flink pull request #4975: [FLINK-7991][examples][kafka] Cleanup kafka10 exam...

2017-11-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4975 [FLINK-7991][examples][kafka] Cleanup kafka10 example jar ## What is the purpose of the change This PR cleans up the kafka example shading configuration, removing plenty of unnecessary

[GitHub] flink issue #4972: [FLINK-8009][build][runtime] Remove transitive dependency...

2017-11-07 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4972 @aljoscha fixed ---

[GitHub] flink pull request #4973: [FLINK-8011][dist] Set flink-python to provided

2017-11-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4973 [FLINK-8011][dist] Set flink-python to provided ## What is the purpose of the change Minor clean-up in the flink-dist pom. flink-python is now set to provided, similar to other libraries

[GitHub] flink pull request #4972: [FLINK-8009][build][runtime] Remove transitive dep...

2017-11-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4972 [FLINK-8009][build][runtime] Remove transitive dependency promotion ## What is the purpose of the change This PR replaces the dependency promotion from flink-runtime. The promotion appears

[GitHub] flink pull request #4777: [FLINK-7765] Enable dependency convergence

2017-11-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4777#discussion_r149409270 --- Diff: pom.xml --- @@ -289,6 +289,48 @@ under the License. 1.8.2

[GitHub] flink issue #4958: [FLINK-8000] Sort Rest handler URLS in RestServerEndpoint

2017-11-07 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4958 you can also remove the comment in the DispatcherRestEndpoint that says to register the stat file handler last. ---

[GitHub] flink pull request #4971: [FLINK-8010][build] Bump remaining flink-shaded ve...

2017-11-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4971 [FLINK-8010][build] Bump remaining flink-shaded versions ## What is the purpose of the change This PR bumps the remaining flink-shaded dependencies to 2.0. ## Brief change log

[GitHub] flink pull request #4958: [FLINK-8000] Sort Rest handler URLS in RestServerE...

2017-11-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4958#discussion_r149382049 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestServerEndpoint.java --- @@ -268,4 +287,69 @@ private static void registerHandler

[GitHub] flink pull request #4970: [FLINK-8007][metrics] Move TestMeter into test sco...

2017-11-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4970 [FLINK-8007][metrics] Move TestMeter into test scope This PR moves the TestMeter class into the test scope where it belongs. You can merge this pull request into a Git repository by running

[GitHub] flink pull request #4961: [FLINK-7973] fix shading and relocating Hadoop for...

2017-11-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149344188 --- Diff: flink-filesystems/flink-s3-fs-presto/pom.xml --- @@ -284,6 +322,7 @@ under the License

[GitHub] flink pull request #4961: [FLINK-7973] fix shading and relocating Hadoop for...

2017-11-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149344386 --- Diff: flink-filesystems/flink-s3-fs-hadoop/pom.xml --- @@ -33,6 +33,7 @@ under the License. jar + --- End diff

[GitHub] flink pull request #4961: [FLINK-7973] fix shading and relocating Hadoop for...

2017-11-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149344106 --- Diff: flink-filesystems/flink-s3-fs-hadoop/pom.xml --- @@ -277,6 +336,7 @@ under the License

[GitHub] flink pull request #4965: [FLINK-8004][metrics][docs] Fix usage examples

2017-11-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4965 [FLINK-8004][metrics][docs] Fix usage examples ## What is the purpose of the change This PR fixes several issues in the metric usage examples in the documentation. ## Brief change

[GitHub] flink issue #4957: [FLINK-7773] [tests] Move all mocking before testing code...

2017-11-07 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4957 +1 ---

[GitHub] flink pull request #4958: [FLINK-8000] Sort Rest handler URLS in RestServerE...

2017-11-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4958#discussion_r149325305 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestServerEndpoint.java --- @@ -268,4 +287,69 @@ private static void registerHandler

[GitHub] flink issue #4953: [FLINK-7993][kafka] Sync curator shading patterns

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4953 merging. ---

[GitHub] flink issue #4954: [FLINK-7994][mesos] Remove effectively unused curator dep...

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4954 merging. ---

[GitHub] flink issue #4951: [FLINK-7989][yarn] do not deploy the dist.jar file twice

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4951 Looks good, I think we can merge it once #4939 has been merged. ---

[GitHub] flink issue #4953: [FLINK-7993][kafka] Sync curator shading patterns

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4953 yes ---

[GitHub] flink pull request #4921: [FLINK-7943] Make ParameterTool thread safe

2017-11-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4921#discussion_r149071909 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/utils/ParameterTool.java --- @@ -210,15 +212,44 @@ public static ParameterTool

[GitHub] flink pull request #4952: [FLINK-7992][docs] extend the PR template asking f...

2017-11-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4952#discussion_r149070673 --- Diff: .github/PULL_REQUEST_TEMPLATE.md --- @@ -63,9 +63,9 @@ This change added tests and can be verified as follows: - The serializers: (yes / no

[GitHub] flink issue #4952: [FLINK-7992][docs] extend the PR template asking for any ...

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4952 I've merged the PR as is, please open a follow-up for the suggestions. ---

[GitHub] flink issue #4944: [hotfix] add space bewteen error message lines

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4944 merging. ---

[GitHub] flink issue #4947: [hotfix] [docs] Fix a typo in parent pom file

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4947 merging. ---

[GitHub] flink pull request #4951: [FLINK-7989][yarn] do not deploy the dist.jar file...

2017-11-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4951#discussion_r149069349 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java --- @@ -186,6 +186,8 @@ public void addShipFiles(List shipFiles

[GitHub] flink pull request #4954: [FLINK-7994][mesos] Remove effectively unused cura...

2017-11-06 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4954 [FLINK-7994][mesos] Remove effectively unused curator dependency ## What is the purpose of the change This PR removes the effectively unused flink-shaded-curator dependency from flink-mesos

[GitHub] flink pull request #4953: [FLINK-7993][kafka] Sync curator shading patterns

2017-11-06 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4953 [FLINK-7993][kafka] Sync curator shading patterns ## What is the purpose of the change This PR syncs the curator shading patterns in flink-runtime and flink-connector-kafka-0.8

[GitHub] flink issue #4952: [FLINK-7992][docs] extend the PR template asking for any ...

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4952 +1 ---

[GitHub] flink issue #4524: [FLINK-7419] Shade jackson dependency in flink-avro

2017-11-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4524 @zjureel The PR has been merged, could you close the PR? ---

[GitHub] flink pull request #4835: [FLINK-7847][avro] Fix typo in jackson shading pat...

2017-11-05 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/4835 ---

[GitHub] flink issue #4927: [FLINK-7778] [build] Shade Curator/ZooKeeper dependency

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4927 @StephanEwen Implemented both suggestions. ---

[GitHub] flink issue #4932: [FLINK-7958][metrics] Allow reporters to define default d...

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4932 true, we can use default methods for this, I was concerned about backwards compatibilty but forgot about that option. ---

[GitHub] flink issue #4927: [FLINK-7778] [build] Shade Curator/ZooKeeper dependency

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4927 @StephanEwen I've added another commit that modifies flink-shaded-hadoop to include its own zookeeper dependency. So far we were re-using the runtime zk dependency. ---

[GitHub] flink pull request #4921: [FLINK-7943] Make ParameterTool thread safe

2017-11-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4921#discussion_r148286896 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/utils/RequiredParameters.java --- @@ -83,82 +82,100 @@ public void add(Option option) throws

[GitHub] flink issue #4927: [FLINK-7778] [build] Shade Curator/ZooKeeper dependency

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4927 I've added the `ZookeeperAccess` class as suggested. ---

[GitHub] flink pull request #4932: [FLINK-7958][metrics] Allow reporters to define de...

2017-11-01 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4932 [FLINK-7958][metrics] Allow reporters to define default delimiter ## What is the purpose of the change This PR allows reporters to define their default delimiter. Previously we always

[GitHub] flink issue #4927: [FLINK-7778] [build] Shade Curator/ZooKeeper dependency

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4927 @StephanEwen Regarding1) Curator 2.12 does not shade all of guava. This is the curation relocation definition for guava: ``` com.google

[GitHub] flink issue #4930: [FLINK-7941][flip6] Port SubtasksTimesHandler to new REST...

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4930 Please rebase the PR and update all jackson imports to `org.apache.flink.shaded.jackson2.org.fasterxml.jackson...` ---

[GitHub] flink pull request #4921: [FLINK-7943] Make ParameterTool thread safe

2017-11-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4921#discussion_r148240608 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/utils/ParameterTool.java --- @@ -560,9 +591,13 @@ protected Object clone() throws

[GitHub] flink pull request #4921: [FLINK-7943] Make ParameterTool thread safe

2017-11-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4921#discussion_r148241001 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -454,124 +469,196 @@ public void

[GitHub] flink pull request #4921: [FLINK-7943] Make ParameterTool thread safe

2017-11-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4921#discussion_r148240611 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/utils/ParameterTool.java --- @@ -210,15 +212,44 @@ public static ParameterTool

[GitHub] flink issue #4921: [FLINK-7943] Make ParameterTool thread safe

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4921 Travis failure: ``` Tests run: 17, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.029 sec <<< FAILURE! - in org.apache.flink.api.java.utils.RequiredParam

[GitHub] flink issue #4835: [FLINK-7847][avro] Fix typo in jackson shading pattern

2017-11-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4835 @aljoscha do you want to include this in your avro PR? ---

[GitHub] flink pull request #4927: [FLINK-7778] [build] Shade ZooKeeper dependency

2017-10-31 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4927 [FLINK-7778] [build] Shade ZooKeeper dependency ## What is the purpose of the change This PR shades and relocates curator&zookeeper into flink-runtime to avoid dependency confl

[GitHub] flink issue #4923: [FLINK-7418][build] Integrate flink-shaded-jackson2

2017-10-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4923 It's more of an assumption tbh, i haven't tried it out. I've looked through the fenzo source code to search for APIs that expose jackson but couldn't find any. They annotate a

[GitHub] flink pull request #4923: [FLINK-7418][build] Integrate flink-shaded-jackson...

2017-10-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4923 [FLINK-7418][build] Integrate flink-shaded-jackson2 ## What is the purpose of the change This PR replaces all usages of com.fasterxml.jackson with flink-shaded-jackson. One change

[GitHub] flink pull request #4922: [hotfix][metrics] Cleanup ScopeFormats

2017-10-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4922 [hotfix][metrics] Cleanup ScopeFormats ## What is the purpose of the change This PR cleans up a few things related to `ScopeFormats`. ## Brief change log * remove unused

[GitHub] flink issue #4712: [FLINK-7574][build] POM Cleanup flink-clients

2017-10-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4712 @yew1eb yes i think so. Let's get back to this once we forked of the 1.4 branch. ---

[GitHub] flink issue #4901: [FLINK-7781][metrics][REST] Support on-demand aggregation...

2017-10-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4901 @kl0u I've addressed your comments. ---

[GitHub] flink pull request #4901: [FLINK-7781][metrics][REST] Support on-demand aggr...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4901#discussion_r147670970 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/SubtaskMetricsHandler.java --- @@ -0,0 +1,70

[GitHub] flink pull request #4901: [FLINK-7781][metrics][REST] Support on-demand aggr...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4901#discussion_r147670055 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/DoubleAccumulator.java --- @@ -0,0 +1,260

[GitHub] flink pull request #4901: [FLINK-7781][metrics][REST] Support on-demand aggr...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4901#discussion_r147669836 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/AbstractMetricsHandler.java --- @@ -39,12 +39,15 @@ * If

[GitHub] flink pull request #4901: [FLINK-7781][metrics][REST] Support on-demand aggr...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4901#discussion_r147669457 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/AbstractAggregatingMetricsHandler.java --- @@ -0,0 +1,223

[GitHub] flink pull request #4901: [FLINK-7781][metrics][REST] Support on-demand aggr...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4901#discussion_r147668677 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/AbstractAggregatingMetricsHandler.java --- @@ -0,0 +1,223

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147657172 --- Diff: flink-runtime/src/test/scala/org/apache/flink/runtime/testingUtils/TestingCluster.scala --- @@ -42,7 +42,8 @@ import

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147654224 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/testutils/UnregisteredTaskMetricsGroup.java --- @@ -28,15 +28,15 @@ import

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147656394 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerServices.java --- @@ -163,12 +156,14 @@ public JobLeaderService

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147657678 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/SavepointITCase.java --- @@ -80,7 +80,6 @@ import akka.actor.ActorRef

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147666537 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java --- @@ -166,4 +169,12 @@ void notifySlotAvailable

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147665524 --- Diff: flink-mesos/src/main/scala/org/apache/flink/mesos/runtime/clusterframework/MesosJobManager.scala --- @@ -31,7 +31,8 @@ import

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147655034 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/metrics/MetricFetcherTest.java --- @@ -76,25 +74,22 @@ public void

[GitHub] flink pull request #4908: [FLINK-7933][metrics] Improve PrometheusReporter t...

2017-10-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4908#discussion_r147639583 --- Diff: flink-metrics/flink-metrics-prometheus/src/test/java/org/apache/flink/metrics/prometheus/PrometheusReporterTaskScopeTest.java --- @@ -72,10 +72,30

[GitHub] flink issue #4777: [FLINK-7765] Enable dependency convergence

2017-10-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4777 How does this interact with the shade plugin, i.e. what happens if a relocated transitive dependency has a different version than another direct dependency? ---

[GitHub] flink pull request #4918: [FLINK-7940] Add FutureUtils.orTimeout

2017-10-29 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4918#discussion_r147594462 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -446,19 +449,67 @@ public void onComplete(Throwable

[GitHub] flink pull request #4918: [FLINK-7940] Add FutureUtils.orTimeout

2017-10-29 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4918#discussion_r147594496 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -446,19 +449,67 @@ public void onComplete(Throwable

[GitHub] flink pull request #4918: [FLINK-7940] Add FutureUtils.orTimeout

2017-10-29 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4918#discussion_r147594412 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -446,19 +449,67 @@ public void onComplete(Throwable

[GitHub] flink pull request #4908: [FLINK-7933][metrics] Improve PrometheusReporter t...

2017-10-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4908#discussion_r147379229 --- Diff: flink-metrics/flink-metrics-prometheus/src/test/java/org/apache/flink/metrics/prometheus/PrometheusReporterTaskScopeTest.java --- @@ -72,10 +72,30

[GitHub] flink pull request #4908: [FLINK-7933][metrics] Improve PrometheusReporter t...

2017-10-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4908#discussion_r147379207 --- Diff: flink-metrics/flink-metrics-prometheus/src/test/java/org/apache/flink/metrics/prometheus/PrometheusReporterTaskScopeTest.java --- @@ -72,10 +72,30

[GitHub] flink pull request #4908: [FLINK-7933][metrics] Improve PrometheusReporter t...

2017-10-26 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4908 [FLINK-7933][metrics] Improve PrometheusReporter tests ## What is the purpose of the change This PR resolves the test instabilities of the prometheus reporter. ## Brief change log

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147151661 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/entrypoint/MesosSessionClusterEntrypoint.java --- @@ -113,7 +113,7 @@ protected void

[GitHub] flink pull request #4872: [FLINK-7876] Register TaskManagerMetricGroup under...

2017-10-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4872#discussion_r147149524 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistryImpl.java --- @@ -239,7 +239,15 @@ public void shutdown

[GitHub] flink issue #4872: [FLINK-7876] Register TaskManagerMetricGroup under Resour...

2017-10-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4872 Does this PR actually depend on the MetricFetcher changes? ---

[GitHub] flink issue #4827: [FLINK-7840] [build] Shade netty in akka

2017-10-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4827 +1 ---

<    13   14   15   16   17   18   19   20   21   22   >