[jira] [Commented] (FLINK-7201) ConcurrentModificationException in JobLeaderIdService

2017-07-15 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088717#comment-16088717 ] Aljoscha Krettek commented on FLINK-7201: - [~StephanEwen] do you have the expertise for looking at

[jira] [Updated] (FLINK-7201) ConcurrentModificationException in JobLeaderIdService

2017-07-15 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-7201: Labels: flip-6 (was: ) > ConcurrentModificationException in JobLeaderIdService >

[jira] [Commented] (FLINK-7180) CoGroupStream perform checkpoint failed

2017-07-15 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088716#comment-16088716 ] Aljoscha Krettek commented on FLINK-7180: - Cool, thanks for letting us know! :-) > CoGroupStream

[jira] [Commented] (FLINK-7127) Remove unnecessary null check or add null check

2017-07-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088649#comment-16088649 ] ASF GitHub Bot commented on FLINK-7127: --- GitHub user mylog00 opened a pull request:

[GitHub] flink pull request #4349: [FLINK-7127] [runtime] Remove unnecessary null che...

2017-07-15 Thread mylog00
GitHub user mylog00 opened a pull request: https://github.com/apache/flink/pull/4349 [FLINK-7127] [runtime] Remove unnecessary null check or add null check; To avoid NPE I decided add null check instead remove it one. You can merge this pull request into a Git repository by

[jira] [Commented] (FLINK-7200) Make metrics more Datadog friendly

2017-07-15 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088602#comment-16088602 ] Chesnay Schepler commented on FLINK-7200: - You can configure the the components contained in the

[jira] [Commented] (FLINK-7101) Fix Non-windowed group-aggregate error when using `minIdleStateRetentionTime` config and retract agg

2017-07-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088576#comment-16088576 ] ASF GitHub Bot commented on FLINK-7101: --- GitHub user sunjincheng121 opened a pull request:

[GitHub] flink pull request #4348: [FLINK-7101][table] add condition of !stateCleanin...

2017-07-15 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/4348 [FLINK-7101][table] add condition of !stateCleaningEnabled is avoided… - [x] General - The pull request references the related JIRA issue (" [FLINK-7101][table] add condition of

[jira] [Commented] (FLINK-5005) Publish Scala 2.12 artifacts

2017-07-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088559#comment-16088559 ] ASF GitHub Bot commented on FLINK-5005: --- Github user ariskk commented on the issue:

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

2017-07-15 Thread ariskk
Github user ariskk commented on the issue: https://github.com/apache/flink/pull/3703 We are really looking forward to 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

[jira] [Created] (FLINK-7202) Split supressions for flink-core, flink-java, flink-optimizer per package

2017-07-15 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-7202: --- Summary: Split supressions for flink-core, flink-java, flink-optimizer per package Key: FLINK-7202 URL: https://issues.apache.org/jira/browse/FLINK-7202

[jira] [Commented] (FLINK-7185) Activate checkstyle flink-java/io

2017-07-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088527#comment-16088527 ] ASF GitHub Bot commented on FLINK-7185: --- Github user dawidwys commented on a diff in the pull

[GitHub] flink pull request #4340: [FLINK-7185] Activate checkstyle flink-java/io

2017-07-15 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4340#discussion_r127580379 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/io/CsvReader.java --- @@ -23,9 +23,32 @@ import

[jira] [Commented] (FLINK-7190) Activate checkstyle flink-java/*

2017-07-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088517#comment-16088517 ] ASF GitHub Bot commented on FLINK-7190: --- Github user dawidwys commented on a diff in the pull

[GitHub] flink pull request #4343: [FLINK-7190] Activate checkstyle flink-java/*

2017-07-15 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4343#discussion_r127579802 --- Diff: tools/maven/suppressions-java.xml --- @@ -24,6 +24,9 @@ under the License. + files="ExecutionEnvironment\.java"

[GitHub] flink pull request #4294: [FLINK-7127] [runtime] Remove unnecessary null che...

2017-07-15 Thread mylog00
Github user mylog00 closed the pull request at: https://github.com/apache/flink/pull/4294 --- 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 is

[jira] [Commented] (FLINK-7127) Remove unnecessary null check or add null check

2017-07-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088499#comment-16088499 ] ASF GitHub Bot commented on FLINK-7127: --- Github user mylog00 closed the pull request at: