[GitHub] flink pull request: FLINK-2322 Unclosed stream may leak resource

2015-07-29 Thread tedyu
Github user tedyu commented on the pull request: https://github.com/apache/flink/pull/928#issuecomment-126021923 Anything I can do to move this forward ? --- 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 pull request: FLINK-2322 Unclosed stream may leak resource

2015-08-02 Thread tedyu
Github user tedyu commented on the pull request: https://github.com/apache/flink/pull/928#issuecomment-127074789 I looked at https://travis-ci.org/apache/flink/jobs/73803261 but couldn't figure out which test failed. --- If your project is set up for it, you can reply to this email

[GitHub] flink pull request: FLINK-2322 Unclosed stream may leak resource

2015-07-26 Thread tedyu
Github user tedyu commented on the pull request: https://github.com/apache/flink/pull/928#issuecomment-125010977 I used the following command: mvn clean package -DskipTests eclipse:eclipse However, under flink-java, I only found one .classpath file: /Users/tyu/flink

[GitHub] flink pull request: FLINK-2322 Unclosed stream may leak resource

2015-07-22 Thread tedyu
Github user tedyu commented on the pull request: https://github.com/apache/flink/pull/928#issuecomment-123689320 I did use tabs. I have the following in .vimrc: set tabstop=2numbers of spaces of tab character --- If your project is set up for it, you can reply

[GitHub] flink pull request: FLINK-2866 Potential resource leak due to uncl...

2015-10-21 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1282 FLINK-2866 Potential resource leak due to unclosed ObjectInputStream in FileSerializableStateHandle Use try-with-resources to close FSDataInputStream You can merge this pull request into a Git

[GitHub] flink pull request: FLINK-2826 transformed is modified in Broadcas...

2015-11-08 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1339 FLINK-2826 transformed is modified in BroadcastVariableMaterializatio… …n#decrementReferenceInternal without proper locking You can merge this pull request into a Git repository by running

[GitHub] flink pull request: [FLINK-2913] Close of ObjectOutputStream shoul...

2015-11-13 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1353 [FLINK-2913] Close of ObjectOutputStream should be enclosed in finall… …y block in FsStateBackend You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flink pull request: FLINK-2605 Unclosed RandomAccessFile may leak ...

2015-09-03 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1089 FLINK-2605 Unclosed RandomAccessFile may leak resource in StaticFileS… …erverHandler You can merge this pull request into a Git repository by running: $ git pull https://github.com/tedyu

[GitHub] flink pull request: FLINK-2605 Unclosed RandomAccessFile may leak ...

2015-09-04 Thread tedyu
Github user tedyu commented on the pull request: https://github.com/apache/flink/pull/1089#issuecomment-137772269 Your reasoning w.r.t. current scope of try block was the same as mine. I think it is good to make the scope as accurate as possible. Generally speaking, we don't

[GitHub] flink pull request: FLINK-2595 Unclosed JarFile may leak resource ...

2015-09-16 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1137 FLINK-2595 Unclosed JarFile may leak resource in ClassLoaderUtilsTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/tedyu/flink master

[GitHub] flink pull request: [FLINK-3103] Remove synchronization in FsState...

2015-12-27 Thread tedyu
Github user tedyu closed the pull request at: https://github.com/apache/flink/pull/1474 --- 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 pull request: FLINK-3103 Remove synchronization in FsStateBa...

2015-12-21 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1474 FLINK-3103 Remove synchronization in FsStateBackend#FsCheckpointStateOutputStream#close() Stephan made the following comment: I would actually suggest to not use a lock in the close

[GitHub] flink pull request: FLINK-3005 Commons-collections object deserial...

2015-11-18 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1381 FLINK-3005 Commons-collections object deserialization remote command … …execution vulnerability You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flink pull request: FLINK-3301 Ineffective synchronization in Mess...

2016-02-01 Thread tedyu
Github user tedyu closed the pull request at: https://github.com/apache/flink/pull/1560 --- 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 pull request: FLINK-3301 Ineffective synchronization in Mess...

2016-01-28 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/1560 FLINK-3301 Ineffective synchronization in MessageAcknowledgingSourceBase#restoreState This PR changes synchronization on pendingCheckpoints to this (MessageAcknowledgingSourceBase) You can merge

[GitHub] flink pull request #3235: FLINK-5517 Upgrade hbase version to 1.3.0

2017-01-29 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/3235 FLINK-5517 Upgrade hbase version to 1.3.0 In the thread 'Help using HBase with Flink 1.1.4', Giuliano reported seeing: ``` java.lang.IllegalAccessError: tried to access method

[GitHub] flink issue #2421: FLINK-4482 numUnsuccessfulCheckpointsTriggers is accessed...

2016-08-31 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2421 The test failure in flink-mesos is unrelated to the 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 project does not have

[GitHub] flink pull request #2421: FLINK-4482 numUnsuccessfulCheckpointsTriggers is a...

2016-08-25 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/2421 FLINK-4482 numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list

[GitHub] flink pull request #2409: FLINK-4437 Lock evasion around lastTriggeredCheckp...

2016-08-25 Thread tedyu
Github user tedyu closed the pull request at: https://github.com/apache/flink/pull/2409 --- 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 pull request #2409: FLINK-4437 Lock evasion around lastTriggeredCheckp...

2016-08-23 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/2409 FLINK-4437 Lock evasion around lastTriggeredCheckpoint may lead to lost updates to related fields Thanks for contributing to Apache Flink. Before you open your pull request, please take

[GitHub] flink pull request #2402: [FLINK-4436] Unclosed DataOutputBuffer in Utils#se...

2016-08-23 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/2402#discussion_r75874655 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java --- @@ -164,6 +164,7 @@ public static void setTokensFor(ContainerLaunchContext amContainer

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2409 What's the command line for running EventTimeWindowCheckpointingITCase alone ? I tried 'mvn test -Dtest=EventTimeWindowCheckpointingITCase' which didn't work. Thanks --- If your

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2409 ``` Executing Maven: -B -f /home/jenkins/jenkins-slave/workspace/flink-github-ci/pom.xml -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean install -Dflink.forkCount=1C

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2409 I ran test suite which patch which failed here: ``` Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 201.106 sec <<<

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2409 Pardon. See if the current formation is the same as your reproduction. --- 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 #2824: [FLINK-5050] JSON.org license is CatX

2016-11-22 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2824 lgtm --- 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 pull request #3608: FLINK-6169 yarnClient should be stopped in Abstrac...

2017-03-24 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/3608 FLINK-6169 yarnClient should be stopped in AbstractYarnClusterDescriptor in case of error Stop yarnClient before throwing exception You can merge this pull request into a Git repository by running

[GitHub] flink pull request #3608: FLINK-6169 yarnClient should be stopped in Abstrac...

2017-03-27 Thread tedyu
Github user tedyu closed the pull request at: https://github.com/apache/flink/pull/3608 --- 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 #3677: [FLINK-4848] [ssl] Throw meaningful exception when SSL is...

2017-04-05 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/3677 lgtm 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 does not have this feature enabled and wishes so

[GitHub] flink pull request #3541: [FLINK-6032] [cep] Clean-up operator state when no...

2017-04-18 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3541#discussion_r112071560 --- Diff: flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/SubEvent.java --- @@ -31,6 +31,18 @@ public double getVolume

[GitHub] flink pull request #3541: [FLINK-6032] [cep] Clean-up operator state when no...

2017-04-18 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3541#discussion_r112071274 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/operator/AbstractKeyedCEPPatternOperator.java --- @@ -385,4 +393,25 @@ public int

[GitHub] flink pull request #4328: [FLINK-6493] Fix ineffective null check in Registe...

2017-07-30 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4328#discussion_r130235370 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/RegisteredOperatorBackendStateMetaInfo.java --- @@ -175,14 +175,21 @@ public boolean

[GitHub] flink issue #4315: [FLINK-5541] Missing null check for localJar in FlinkSubm...

2017-07-13 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4315 lgtm --- 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 pull request #4345: [FLINK-7197] [gelly] Missing call to GraphAlgorith...

2017-07-14 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4345#discussion_r127532176 --- Diff: flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/asm/translate/TranslateGraphIds.java --- @@ -56,7 +56,9 @@ public

[GitHub] flink issue #4345: [FLINK-7197] [gelly] Missing call to GraphAlgorithmWrappi...

2017-07-18 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4345 Fine by me. --- 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 #4356: [FLINK-5486] Fix lacking of synchronization in BucketingS...

2017-07-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4356 lgtm --- 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 pull request #4260: [FLINK-7103] [dispatcher] Add skeletal structure o...

2017-07-12 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4260#discussion_r127075409 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -0,0 +1,290 @@ +/* + * Licensed to the Apache

[GitHub] flink issue #4202: [FLINK-6422] [core] Unreachable code in FileInputFormat#c...

2017-07-01 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4202 Can you take a look at the error in CI ? --- 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 pull request #4404: [FLINK-4565] [table] Support for SQL IN operator

2017-08-04 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131511583 --- Diff: docs/dev/table/sql.md --- @@ -497,6 +497,23 @@ FROM ( {% endhighlight

[GitHub] flink pull request #4404: [FLINK-4565] [table] Support for SQL IN operator

2017-08-07 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131823213 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed

[GitHub] flink issue #4404: [FLINK-4565] [table] Support for SQL IN operator

2017-08-09 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4404 @fhueske Can you take a look at #4493 ? --- 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 pull request #4404: [FLINK-4565] [table] Support for SQL IN operator

2017-08-07 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131726341 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed

[GitHub] flink pull request #4493: [FLINK-4565] [table] Support for SQL IN operator -...

2017-08-07 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/4493 [FLINK-4565] [table] Support for SQL IN operator - move case of equal check *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help

[GitHub] flink pull request #4404: [FLINK-4565] [table] Support for SQL IN operator

2017-08-07 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131654308 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed

[GitHub] flink pull request #4404: [FLINK-4565] [table] Support for SQL IN operator

2017-08-05 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131519235 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed

[GitHub] flink issue #4356: [FLINK-5486] Fix lacking of synchronization in BucketingS...

2017-08-17 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4356 Run QA again ? --- 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 pull request #4410: [FLINK-7268] [checkpoints] Scope SharedStateRegist...

2017-08-22 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4410#discussion_r134647310 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -1044,10 +1049,23 @@ public boolean

[GitHub] flink pull request #4238: [FLINK-7057][blob] move BLOB ref-counting from Lib...

2017-08-20 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4238#discussion_r134142624 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobCache.java --- @@ -108,11 +139,63 @@ public BlobCache

[GitHub] flink pull request #4238: [FLINK-7057][blob] move BLOB ref-counting from Lib...

2017-08-20 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4238#discussion_r134142721 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobCache.java --- @@ -108,11 +139,63 @@ public BlobCache

[GitHub] flink pull request #4320: [FLINK-6244] Emit timeouted Patterns as Side Outpu...

2017-08-23 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4320#discussion_r134687041 --- Diff: docs/dev/libs/cep.md --- @@ -1279,63 +1279,75 @@ and `flatSelect` API calls allow a timeout handler to be specified. This timeout partial event

[GitHub] flink pull request #4320: [FLINK-6244] Emit timeouted Patterns as Side Outpu...

2017-08-23 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4320#discussion_r134689181 --- Diff: flink-libraries/flink-cep-scala/src/main/scala/org/apache/flink/cep/scala/PatternStream.scala --- @@ -84,37 +79,54 @@ class PatternStream[T

[GitHub] flink pull request #4320: [FLINK-6244] Emit timeouted Patterns as Side Outpu...

2017-08-23 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4320#discussion_r134692032 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/operator/AbstractKeyedCEPPatternOperator.java --- @@ -348,7 +353,18 @@ private void

[GitHub] flink pull request #4320: [FLINK-6244] Emit timeouted Patterns as Side Outpu...

2017-08-23 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4320#discussion_r134692117 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/operator/AbstractKeyedCEPPatternOperator.java --- @@ -348,7 +353,18 @@ private void

[GitHub] flink issue #4482: [FLINK-4534] Fix synchronization issue in BucketingSink

2017-08-17 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4482 lgtm --- 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 pull request #4562: [FLINK-7402] Fix ineffective null check in NettyMe...

2017-08-18 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4562#discussion_r133980441 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/NettyMessage.java --- @@ -220,6 +220,10 @@ void releaseBuffer

[GitHub] flink pull request #3919: [FLINK-6583][talbe]Enable QueryConfig in count bas...

2017-05-17 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3919#discussion_r117121382 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamGroupWindowAggregate.scala --- @@ -245,6 +264,7

[GitHub] flink pull request #3919: [FLINK-6583][talbe]Enable QueryConfig in count bas...

2017-05-17 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3919#discussion_r117122323 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamGroupWindowAggregate.scala --- @@ -131,6 +135,19

[GitHub] flink issue #3938: [FLINK-6624] [cep] Fix SharedBuffer#hashCode().

2017-05-18 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/3938 Lgtm --- 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 #3892: [FLINK-6530] Close response in DatadogHttpClient

2017-05-13 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/3892 lgtm --- 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 pull request #3885: [FLINK-6552] Allow differing types for side output...

2017-05-15 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3885#discussion_r116611287 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java --- @@ -318,9 +318,10 @@ public void

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

2017-05-10 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2422 Hadoop has switched to spotbugs --- 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 #4151: [FLINK-6389] [connector] Upgrade hbase dependency to 1.3....

2017-06-21 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4151 lgtm --- 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 #4140: [FLINK-6943] Improve exceptions within TypeExtractionUtil...

2017-06-20 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4140 lgtm --- 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 pull request #3981: [FLINK-6646] [yarn] Let YarnJobManager delete Yarn...

2017-05-24 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3981#discussion_r118304278 --- Diff: flink-yarn/src/main/scala/org/apache/flink/yarn/YarnJobManager.scala --- @@ -89,5 +92,37 @@ class YarnJobManager

[GitHub] flink issue #3957: [FLINK-6332] [build] Upgrade Scala versions

2017-05-25 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/3957 lgtm --- 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 pull request #4039: [FLINK-6783] Changed passing index of type argumen...

2017-06-17 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4039#discussion_r122570865 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/TypeExtractionUtils.java --- @@ -161,6 +164,77 @@ public static LambdaExecutable

[GitHub] flink pull request #3839: FLINK-6474 Potential loss of precision in 32 bit i...

2017-05-07 Thread tedyu
Github user tedyu closed the pull request at: https://github.com/apache/flink/pull/3839 --- 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 #3839: FLINK-6474 Potential loss of precision in 32 bit integer ...

2017-05-07 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/3839 @StefanRRichter Can you take a look ? --- 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 pull request #3839: FLINK-6474 Potential loss of precision in 32 bit i...

2017-05-07 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/flink/pull/3839 FLINK-6474 Potential loss of precision in 32 bit integer multiplication Cast numNetworkBuffers to long before multiplication. You can merge this pull request into a Git repository by running

[GitHub] flink issue #3837: [FLINK-6471] [checkpoint] Fix RocksDBStateBackendTest

2017-05-07 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/3837 lgtm --- 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 pull request #3825: [FLINK-6445] [cep] Fix NPE in no-condition pattern...

2017-05-04 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/3825#discussion_r114923660 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/conditions/AndCondition.java --- @@ -32,8 +34,8 @@ private final

[GitHub] flink issue #4356: [FLINK-5486] Fix lacking of synchronization in BucketingS...

2017-10-10 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4356 retest this please ---

[GitHub] flink issue #4568: [FLINK-7483][blob] prevent cleanup of re-registered jobs

2017-08-21 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4568 lgtm --- 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 pull request #4296: [FLINK-7147] [cep] Support greedy quantifier in CE...

2017-08-25 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4296#discussion_r135366122 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -421,6 +437,15 @@ private void

[GitHub] flink pull request #4296: [FLINK-7147] [cep] Support greedy quantifier in CE...

2017-08-25 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4296#discussion_r135366609 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -526,18 +551,32 @@ private boolean

[GitHub] flink pull request #4296: [FLINK-7147] [cep] Support greedy quantifier in CE...

2017-08-25 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4296#discussion_r135367240 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/compiler/NFACompiler.java --- @@ -526,18 +551,32 @@ private boolean

[GitHub] flink issue #4570: [FLINK-7438][DataStream API]Remove useless import, avoid ...

2017-08-28 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4570 lgtm --- 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 #4562: [FLINK-7402] Fix ineffective null check in NettyMessage#w...

2017-09-01 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4562 lgtm --- 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 #4621: [FLINK-7495] Call to AbstractUdfStreamOperator#initialize...

2017-08-30 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4621 lgtm --- 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 #4316: [FLINK-6105] Use InterruptedIOException instead of IOExce...

2017-10-09 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/4316 I think InterruptedException should be handled uniformly in HadoopInputFormatBase.java ---

[GitHub] flink issue #5920: [FLINK-9231] [web] Enable SO_REUSEADDR on listen sockets ...

2018-04-27 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5920 lgtm ---

[GitHub] flink pull request #5991: [FLINK-9303] [kafka] Adding support for unassign d...

2018-05-11 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/5991#discussion_r187647275 --- Diff: flink-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer08.java --- @@ -221,7 +221,8

[GitHub] flink pull request #5991: [FLINK-9303] [kafka] Adding support for unassign d...

2018-05-11 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/5991#discussion_r187648458 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/KafkaConsumerThread.java

[GitHub] flink pull request #5991: [FLINK-9303] [kafka] Adding support for unassign d...

2018-05-11 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/5991#discussion_r187647828 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/KafkaConsumerThread.java --- @@ -80,6

[GitHub] flink pull request #6040: [FLINK-9349][Kafka Connector] KafkaConnector Excep...

2018-05-17 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/6040#discussion_r189036753 --- Diff: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/AbstractFetcher.java --- @@ -507,7

[GitHub] flink issue #5892: [FLINK-9214] YarnClient should be stopped in YARNSessionC...

2018-04-26 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5892 lgtm ---

[GitHub] flink issue #5205: [FLINK-8037] Fix integer multiplication or shift implicit...

2018-02-04 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5205 +1 on @StephanEwen's suggestion. ---

[GitHub] flink pull request #6181: [FLINK-9610] [flink-connector-kafka-base] Add Kafk...

2018-06-19 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/6181#discussion_r196368052 --- Diff: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/partitioner/FlinkKeyHashPartitioner.java

[GitHub] flink issue #6378: [FLINK-9236] [pom] upgrade the version of apache parent p...

2018-07-20 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/6378 No particular reason - considering the date when JIRA was first logged :-) ---

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-20 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/6365 That would be ideal - a new connector for hbase 2.x considering that: hbase 1.x is stable hbase 2.y is newly released. ---

[GitHub] flink issue #6378: [FLINK-9236] [pom] upgrade the version of apache parent p...

2018-07-20 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/6378 lgtm Pending QA bot ---

[GitHub] flink issue #6335: [FLINK-9675] [fs] Avoid FileInputStream/FileOutputStream

2018-07-17 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/6335 lgtm ---

[GitHub] flink issue #6335: [FLINK-9675] [fs] Avoid FileInputStream/FileOutputStream

2018-07-15 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/6335 From https://travis-ci.org/apache/flink/jobs/404127448 : ``` Failed tests: BlobServerPutTest.testPutBufferFailsIncomingForJob Expected: (an instance of java.io.IOException

[GitHub] flink issue #5205: [FLINK-8037] Fix integer multiplication or shift implicit...

2018-02-28 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5205 Looks like the PR needs to be rebased. ---

[GitHub] flink issue #5777: [FLINK-7897] Consider using nio.Files for file deletion i...

2018-04-09 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5777 @yuqi1129 What do you think ? ---

[GitHub] flink issue #5848: Minor cleanup of Java example code for AsyncFunctions

2018-04-16 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5848 lgtm ---

[GitHub] flink issue #5488: [FLINK-8335] [hbase] Upgrade hbase connector dependency t...

2018-02-26 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5488 Should be good after 1.4.1 is filled in ---

[GitHub] flink issue #5894: [FLINK-9185] [runtime] Fix potential null dereference in ...

2018-04-26 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/5894 lgtm Please check test failure. ---