[GitHub] flink pull request #3876: [FLINK-6514] [build] Create a proper separate Hado...

2017-05-11 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3876 [FLINK-6514] [build] Create a proper separate Hadoop uber jar for 'flink-dist' assembly This fixes the issue that Flink cannot be started locally if built with Maven 3.3+

[GitHub] flink issue #3832: [FLINK-6466] [build] Build Hadoop 2.8.0 convenience binar...

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3832 +1 for 1.4 - just spent some good time cleaning up dependencies (also from Hadoop) and this will almost certainly require to do another such pass... --- If your project is set up for it, you

[GitHub] flink issue #3800: [FLINK-6414] [build] Use scala.binary.version in place of...

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3800 @rmetzger I have tried to put this into 1.3 as well - seems to work... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] flink pull request #3873: [FLINK-6555] [futures] Generalize ConjunctFuture t...

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3873#discussion_r116062457 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -163,26 +165,31 @@ public static ConjunctFuture

[GitHub] flink issue #3874: [FLINK-6558] Disable yarn tests on Windows

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3874 Looks good to me, +1 to merge this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink issue #3871: [FLINK-6548] Fix AvroOutputFormatTest#testCompression on ...

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3871 +1, looks good --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] flink issue #3800: [FLINK-6414] [build] Use scala.binary.version in place of...

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3800 @greghogan I think we should keep the `force-shading` approach to have every project pass through the shade plugin, for various reasons. Resolving variables (as required here) is one of them

[GitHub] flink issue #3867: [FLINK-6531] Deserialize checkpoint hooks with user class...

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3867 @EronWright Here is a slightly modified version of your code: https://github.com/apache/flink/pull/3868 I added a small test to also validate the class loading. --- If your project is

[GitHub] flink pull request #3868: [FLINK-6532] [checkpoints] Ensure proper classload...

2017-05-10 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3868 [FLINK-6532] [checkpoints] Ensure proper classloading for user-defined checkpoint hooks This also adds a test that validates that the correct class loader is passed. Note the neat

[GitHub] flink issue #3867: [FLINK-6531] Deserialize checkpoint hooks with user class...

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3867 Thanks for this patch, this is crucial! There is a slightly different approach I would suggest, to not assume that the `Factory` is always in the core classpath. I have the code for that

[GitHub] flink issue #3703: [FLINK-5005] WIP: publish scala 2.12 artifacts

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3703 @joan38 I have some WIP for a flag that allows you to use vanilla akka when running on Java 8, Scala 2.11 Here is the branch: https://github.com/StephanEwen/incubator-flink/commits

[GitHub] flink issue #2422: FLINK-4499: [WIP] Introduce findbugs maven plugin

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2422 When would `TRAVIS_EVENT_TYPE=cron` be set? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] flink issue #3703: [FLINK-5005] WIP: publish scala 2.12 artifacts

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3703 There is about 10% Flink users on Java 7 (we did a poll recently). Big clusters change slowly... --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink issue #3800: [FLINK-6414] [build] Use scala.binary.version in place of...

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3800 Merging this for 1.4 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] flink issue #3852: [FLINK-6508] [table] Include license files of packaged de...

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3852 @fhueske I worked on getting the ASM license in all shaded JAR files. That change would subsume this one. Can you have a look what you think? BTW: I could not use the shade resource

[GitHub] flink issue #3703: [FLINK-5005] WIP: publish scala 2.12 artifacts

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3703 @joan - I actually agree with you. We needed to use "flakka" to be able to support Java 7 and bind to a wildcard address (across interfaces). Would be great to be able

[GitHub] flink issue #3854: [hotfix] [rat] Add exclusion for test state snapshots

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3854 Can we use a standardized prefix / suffix for all snapshot files and have one exclusion line in? The exclusions will grow crazy over time otherwise... --- If your project is set up for it

[GitHub] flink issue #3852: [FLINK-6508] [table] Include license files of packaged de...

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3852 @fhueske I think the licenses should not be in `src/main/resources`, brause that packs them into the code as well. Then we have the license twice, one packaged from `src/main/resources`, once

[GitHub] flink issue #3852: [FLINK-6508] [table] Include license files of packaged de...

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3852 @greghogan the main `LICENSE` file refers only to the source release. We don't redistribute our dependencies in source or binary there (unlike the javascript libraries for the web UI th

[GitHub] flink issue #3669: [FLINK-6215] Make the StatefulSequenceSource scalable.

2017-05-10 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3669 I think this would be crucial. It does not even work for any meaningful tests in the way it is in the code right now. +1 for putting this into 1.3 as a bugfix --- If your project is

[GitHub] flink issue #3736: [FLINK-6013][metrics] Add Datadog HTTP metrics reporter

2017-05-08 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3736 @bowenli86 Th good thing is that should be able to use the reporter version 1.4-SNAPSHOT also with a Flink 1.3 release, because the reporter API is quite stable by now. --- If your project is

[GitHub] flink pull request #3599: [FLINK-6174][HA]introduce a SMARTER leader latch t...

2017-05-08 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3599#discussion_r115323196 --- Diff: flink-shaded-curator/flink-shaded-curator-recipes/pom.xml --- @@ -70,6 +70,15 @@ under the License

[GitHub] flink issue #3599: [FLINK-6174][HA]introduce a SMARTER leader latch to make ...

2017-05-08 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3599 Thanks for adding this! I have a few questions: - From the formatting, the code looks like might be adapted from some other project. If yes, can you share from where and add a

[GitHub] flink issue #3525: [FLINK-6020]add a random integer suffix to blob key to av...

2017-05-08 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3525 @WangTaoTheTonic I think we can solve that the following way: - The local upload uses `ATOMIC_MOVE` to rename the file - Only the thread that succeeds will store the blob in HDFS

[GitHub] flink issue #3832: [FLINK-6466] [build] Build Hadoop 2.8.0 convenience binar...

2017-05-08 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3832 I think the convenience binaries are fine. From my side, we can drop convenience builds for Hadoop 2.3 builds in Flink 1.3 Concerning the dependency management entry for `http*`- I think

[GitHub] flink issue #3776: [FLINK-6376]when deploy flink cluster on the yarn, it is ...

2017-05-08 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3776 @Rucongzhang My understanding was that the Hadoop code should automatically renew delegation tokens when a Kerberos Keytab is present. @EronWright Can you comment on that assumption? --- If

[GitHub] flink issue #3522: [FLINK-5823] [checkpoints] State Backends also handle Che...

2017-05-07 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3522 Here is a summary of why I picked a String initially for the metadata persistence location: > The idea of the pointer is to have a state-backend independent string that indicate

[GitHub] flink issue #3522: [FLINK-5823] [checkpoints] State Backends also handle Che...

2017-05-07 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3522 I would like to merge this for 1.3 with a slightly reduced scope. I would include the refactoring to make the State Backends also responsible for storing the Metadata. I would

[GitHub] flink pull request #3522: [FLINK-5823] [checkpoints] State Backends also han...

2017-05-07 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3522#discussion_r115140665 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java --- @@ -213,6 +218,23 @@ public boolean discard

[GitHub] flink pull request #3522: [FLINK-5823] [checkpoints] State Backends also han...

2017-05-07 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3522#discussion_r115140655 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/CheckpointMetadataStreamFactory.java --- @@ -0,0 +1,101

[GitHub] flink issue #3773: [FLINK-5867] [FLINK-5866] [flip-1] Implement FailoverStra...

2017-05-06 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3773 Thanks you @shuai-xu for checking this. Merging this for 1.3, together with the updates proposed by you. I think we need to initially make a small change that non-pipelined exchanges

[GitHub] flink issue #3772: [FLINK-5869] [flip-1] Introduce abstraction for FailoverS...

2017-05-06 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3772 Manually merged in 8ed85fe49b7595546a8f968e0faa1fa7d4da47ec --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] flink pull request #3772: [FLINK-5869] [flip-1] Introduce abstraction for Fa...

2017-05-06 Thread StephanEwen
Github user StephanEwen closed the pull request at: https://github.com/apache/flink/pull/3772 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] flink issue #3721: [FLINK-4545] replace the network buffers parameter

2017-05-06 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3721 Merging this. I filed a follow-up JIRA to address the "configuration with units" to make sure all memory-related parameters behave the same way, without loss of byte precision wh

[GitHub] flink issue #3525: [FLINK-6020]add a random integer suffix to blob key to av...

2017-05-06 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3525 @WangTaoTheTonic I have debugged a bit further in this issue, and it seems there is a bit more to do. For non-HA blob servers, the atomic rename fix would do it. For HA cases, we

[GitHub] flink issue #3525: [FLINK-6020]add a random integer suffix to blob key to av...

2017-05-06 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3525 Yes, @netguy204 - that is definitely one possible way for class loaders to leak over... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink issue #3803: [FLINK-6394] [runtime] Respect object reuse configuration...

2017-05-05 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3803 Good catch and good changes. Thanks @KurtYoung +1 to merge these --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] flink issue #3822: [FLINK-6443] add more links to concepts docs

2017-05-05 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3822 I like these changes, +1 to merge them... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] flink issue #3828: [FLINK-6447] update aws/emr docs

2017-05-05 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3828 +1 to merge this! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] flink issue #3823: [FLINK-6438] Added a few links to the docs home page ...

2017-05-05 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3823 I like these additional links. Since some of the links point for example to the blog of a company, would be good to get an opinion from someone else as well (who is not involved with

[GitHub] flink issue #3721: [FLINK-4545] replace the network buffers parameter

2017-05-05 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3721 Okay, taking a step back. Looking through the code some more, the internal arithmetric should certainly stay in bytes. However, bytes are tedious to configure. I suggest to add support

[GitHub] flink issue #3721: [FLINK-4545] replace the network buffers parameter

2017-05-04 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3721 Code is good in general and well tested (including the shell scripts, which is great!) I would do some on-the fly polishing while merging. Main thing I want to adjust if having the

[GitHub] flink pull request #:

2017-05-04 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/commit/0da62e8d77dceca6f39e70fb6a313a8169364de0#commitcomment-22021616 Just saw that the default values used in the options here are different than those in the shell scripts. Does it make

[GitHub] flink issue #3721: [FLINK-4545] replace the network buffers parameter

2017-05-04 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3721 I am checking this PR out now... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink issue #3525: [FLINK-6020]add a random integer suffix to blob key to av...

2017-05-04 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3525 @netguy204 I think you are affected by a different issue. In your case, there are no damaged jar files, but it looks like the classloader has been closed. Flink creates classloaders per

[GitHub] flink issue #3800: [FLINK-6414] [build] Use scala.binary.version in place of...

2017-05-04 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3800 Thinking more about this, I am +1 to the approach here. Seems easier to maintain, compared to having a complicated script. --- If your project is set up for it, you can reply to this email

[GitHub] flink issue #3727: [FLINK-6312]update curator version to 2.12.0 to avoid pot...

2017-05-04 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3727 Has been merged in aadfe45a880d0f71f23c7a742ff5264e8dc14bf8 @WangTaoTheTonic Since the PR was not auto-closed, can you close the PR manually? --- If your project is set up for it, you

[GitHub] flink issue #3720: [FLINK-6302] Documentation build error on ruby 2.4

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3720 @mtunique What do you think about @alpinegizmo 's suggestion? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] flink issue #3727: [FLINK-6312]update curator version to 2.12.0 to avoid pot...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3727 Thanks for the fix. Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink issue #3724: [FLINK-6275] [yarn] Fix unprotected access to resourceMan...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3724 I think this should be done differently. The access to the resourceManager should be under the lock, but not the waiting on the termination future. Otherwise the lock is held too long. --- If

[GitHub] flink issue #3800: [FLINK-6414] [build] Use scala.binary.version in place of...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3800 I remember initially this did not work, because the variables where not properly resolved. It probably works now, because we force the shade plugin to be evaluated in each project (via the

[GitHub] flink issue #3789: [FLINK-6396] Fix FsSavepointStreamFactoryTest on Windows

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3789 Makes sense, +1 to merge this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] flink issue #3781: [FLINK-6078] Remove CuratorFramework#close calls from Zoo...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3781 Good set of changes. I looked more deeply over the non-test code and the Kafka test code. Both look good. The remaining tests look like a pretty straightforward replacement of

[GitHub] flink issue #3759: [FLINK-6366] close KafkaConsumer in FlinkKafkaConsumer09 ...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3759 @fanyon Can you close this pull request? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] flink issue #3780: [FLINK-6274] Replaces usages of org.codehaus.jackson

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3780 @zentol Has this been merge? If yes, can you close the PR? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] flink issue #3769: [FLINK-6367] support custom header settings of allow orig...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3769 @zentol Has this been merged? If yes, @shijinkui can you close the pull request manually? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink issue #3763: [FLINK-6372][scripts] Fix change scala version of flink-g...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3763 Thank you for addressing this. The issue has been fixed with a different approach already in the meantime: https://github.com/apache/flink/commit/03afbca5d047988e7fd8aff5d8b83ddee19570c9

[GitHub] flink issue #3810: [Flink-6397] MultipleProgramsTestBase does not reset Cont...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3810 I would suggest to use for `TestEnvionment` the same approach as in `TestStreamEnvironment` (a static unset method). Then you don't need to ever remember a reference to the environment,

[GitHub] flink issue #3776: [FLINK-6376]when deploy flink cluster on the yarn, it is ...

2017-05-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3776 The Yarn tests cannot with with Hadoop 2.3.0, which is the default version of master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink pull request #2633: [FLINK-4497] CassadraSink support for scala tuples...

2017-05-02 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2633#discussion_r114286727 --- Diff: flink-streaming-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java

[GitHub] flink pull request #3394: [FLINK-5810] [flip6] Introduce a hardened slot man...

2017-05-02 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3394#discussion_r114284390 --- Diff: flink-runtime/src/test/resources/log4j-test.properties --- @@ -16,7 +16,7 @@ # limitations under the License

[GitHub] flink issue #3736: [FLINK-6013][metrics] Add Datadog HTTP metrics reporter

2017-04-27 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3736 @bowenli86 Can you build and test this? Then I would be +1 to merge it to 1.3 It would not be committer tested, but contributor tested, and it is an optional component that is not part of

[GitHub] flink issue #2352: [FLINK-4370] Add an IntelliJ Inspections Profile

2017-04-27 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2352 @greghogan That could definitely be done. I was initially trying to do a trick: Check in the inspection profile that we want (in terms of what qualifies as a warning) but also add it to

[GitHub] flink issue #3655: [FLINK-6175] Harden HistoryServerTest#testFullArchiveLife...

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3655 While at hardening: The test seems to work with a fix port. That is bound to cause failures due to conflicts (for example 8082 is common to be used if you have a local HA Flink for testing

[GitHub] flink issue #3782: [FLINK-6390] [checkpoints] Add API for checkpoints that a...

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3782 Thanks a lot for the fast review. Agree with both issues raised. Will address them while merging... --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink pull request #3782: [FLINK-6390] [checkpoints] Add API for checkpoints...

2017-04-26 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3782 [FLINK-6390] [checkpoints] Add API for checkpoints that are triggered via external systems Some source systems require to be notified prior to starting a checkpoint, in order to do preparatory

[GitHub] flink issue #3777: [FLINK-6387] [webfrontend]Flink UI support access log

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3777 @zentol @shijinkui Ah, forget what I said, I only read the description and thought it was something different ;-) I thought this was about forbidding UI users to access the logs (which

[GitHub] flink issue #3776: [FLINK-6376]when deploy flink cluster on the yarn, it is ...

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3776 Looks like a good fix. I think it would be good to add secure yarn tests (IT Cases) that test this behavior. Otherwise it may soon be accidentally broken again... --- If your project

[GitHub] flink issue #3692: FLINK-5974 Added configurations to support mesos-dns host...

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3692 Sounds good. I can do a final pass and merge this later this week... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink pull request #3772: [FLINK-5869] [flip-1] Introduce abstraction for Fa...

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3772#discussion_r113399653 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java --- @@ -72,6 +72,13 @@ .defaultValue

[GitHub] flink issue #3777: [FLINK-6387] [webfrontend]Flink UI support access log

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3777 I think this is a good issue. I am wondering if we may want to approach this a bit broader even and define certain "access levels" to the UI: - view jobs only - vie

[GitHub] flink issue #3736: [FLINK-6013][metrics] Add Datadog HTTP metrics reporter

2017-04-26 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3736 +1 from my side @zentol any further comments/concerns? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] flink issue #3720: [FLINK-6302] Documentation build error on ruby 2.4

2017-04-25 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3720 I am not familiar with the Ruby / Bundler / etc space, but it looks like `Gemfile` is the original source of truth and `Gemfile.lock` is in some way derived from that. Is it correct to only

[GitHub] flink pull request #3720: [FLINK-6302] Documentation build error on ruby 2.4

2017-04-25 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3720#discussion_r113273807 --- Diff: docs/Gemfile.lock --- @@ -30,18 +30,19 @@ GEM redcarpet (~> 3.1) safe_yaml (~> 1.0) toml (~&

[GitHub] flink issue #3751: [FLINK-6330] [docs] Add basic Docker, K8s docs

2017-04-25 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3751 Sorry, taking a step back. It seems that https://hub.docker.com/_/flink/ is not yet available. Should we postpone this merge until it is available? --- If your project is set up for it

[GitHub] flink issue #3751: [FLINK-6330] [docs] Add basic Docker, K8s docs

2017-04-25 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3751 Great, thanks! Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink issue #3736: [FLINK-6013][metrics] Add Datadog HTTP metrics reporter

2017-04-25 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3736 I think this is starting to look very good! Given that this introduces new libraries as dependencies (okhttp, okio), should we pro-actively shade those away to avoid dependency conflicts

[GitHub] flink pull request #3773: [FLINK-5867] [FLINK-5866] [flip-1] Implement Failo...

2017-04-25 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3773 [FLINK-5867] [FLINK-5866] [flip-1] Implement FailoverStrategy for pipelined regions This is based on #3772 , the relevant commits are the latter four. The majority of the work has been

[GitHub] flink pull request #3772: [FLINK-5869] [flip-1] Introduce abstraction for Fa...

2017-04-25 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3772 [FLINK-5869] [flip-1] Introduce abstraction for FailoverStrategy This PR has two sets of changes that I could not pull apart into separate pull requests. # (1) Termination Futures

[GitHub] flink issue #3752: [FLINK-6306] [filesystem-connectors] Sink for eventually ...

2017-04-25 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3752 This is a very nice addition, thank's a lot for contributing it! Flink 1.3 is approaching feature freeze and there are a few critical issues that @tzulitai and me are working on. On

[GitHub] flink issue #3709: [FLINK-6295]Update suspended ExecutionGraph to lower late...

2017-04-24 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3709 @WangTaoTheTonic I think the big source of confusion is the following: The cache does not cache any status. It really duplicates the pointer to the life `ExecutionGraph` object (the

[GitHub] flink issue #3648: [FLINK-6217] ContaineredTaskManagerParameters sets off-he...

2017-04-24 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3648 +1 to merge this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] flink issue #3720: [FLINK-6302] Documentation build error on ruby 2.4

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3720 Would be great if someone else could confirm that this works. Ideally, we get a +1 from a Linux user, a MacOS X user, and a Cygwin user... --- If your project is set up for it, you can reply to

[GitHub] flink issue #3727: [FLINK-6312]update curator version to 2.12.0 to avoid pot...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3727 Thanks a lot, @WangTaoTheTonic ! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink issue #3525: [FLINK-6020]add a random integer suffix to blob key to av...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3525 @WangTaoTheTonic I will take this issue next week. I think we can fix this using `Files.move(src, dest, ATOMIC_MOVE)` to avoid that multiple jobs get in each others' way. By that we preserv

[GitHub] flink issue #3298: [FLINK-5672] add special cases for a local setup in clust...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3298 Looks good, nice step to get away from the `start-local.sh` script. Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] flink issue #3687: [FLINK-4769] Port metric config parameters to ConfigOptio...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3687 Merging... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] flink issue #3657: [FLINK-6236] Savepoint page needs to include web console ...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3657 Thanks, good addition, merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flink issue #3679: [FLINK-5962] [runtime-web] [tests] Replace deprecated usa...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3679 Good fix, merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] flink issue #3658: [hotfix] [docs] Remove empty Docker docs page

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3658 Merging... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] flink issue #3687: [FLINK-4769] Port metric config parameters to ConfigOptio...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3687 Very nice, +1 to merge this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] flink issue #3692: FLINK-5974 Added configurations to support mesos-dns host...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3692 Looks good to me. Thanks @EronWright for also checking this out... Only minor request I have would be to use something like `MesosConfigOptions` to store the config keys. We are trying

[GitHub] flink issue #3701: [FLINK-6280] [scripts] Allow logging with Java flags

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3701 Feel free to merge... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] flink issue #3706: [FLINK-6290] SharedBuffer is improperly released when mul...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3706 Thanks for the patch @dawidwys - good fix, nice test. Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink issue #3652: [FLINK-6210] close RocksDB in ListViaMergeSpeedMiniBenchm...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3652 Thank you for the patch! Taking this over and merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] flink issue #3596: [FLINK-6155] Introduce an endpoint id for RpcEndpoints

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3596 Good changes! I think we could actually drop the explicit endpoint name from the `TaskExecutor` and always let it use a random name (as is the default when no explicit name is given

[GitHub] flink issue #3600: [FLINK-6117]Make setting of 'zookeeper.sasl.disable' work...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3600 Thanks @zhengcanbin and @vijikarthi Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] flink issue #3604: [FLINK-5998] Un-fat Hadoop from Flink fat jar

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3604 @haohui I think this goes into the right direction, but the `flink-shaded-hadoop2-1.3.jar` should be in `/lib`, not in `opt`. That way, we preserve the original behavior (Hadoop dependencies are

[GitHub] flink issue #3632: [FLINK-6176] [scripts] Add JARs to CLASSPATH deterministi...

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3632 Changes look good to me. Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] flink issue #3391: [FLINK-5758] [yarn] support port range for web monitor

2017-04-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3391 @barcahead Please let us know if you want to follow up on this PR... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

<    4   5   6   7   8   9   10   11   12   13   >