[jira] [Closed] (FLINK-8480) Implement Java API to expose join functionality of TimeBoundedStreamJoinOperator

2018-07-12 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas closed FLINK-8480. - Resolution: Fixed Merged on master with 42ada8ad9ca28f94d0a0355658330198bbc2b577. > Implement

[jira] [Assigned] (FLINK-9703) Mesos does not expose TM Prometheus port

2018-07-12 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-9703: Assignee: Rune Skou Larsen > Mesos does not expose TM Prometheus port >

[jira] [Commented] (FLINK-9701) Activate TTL in state descriptors

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542040#comment-16542040 ] ASF GitHub Bot commented on FLINK-9701: --- Github user StefanRRichter commented on the issue:

[jira] [Commented] (FLINK-9701) Activate TTL in state descriptors

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

[GitHub] flink pull request #6300: [FLINK-9692][Kinesis Connector] Adaptive reads fro...

2018-07-12 Thread glaksh100
Github user glaksh100 commented on a diff in the pull request: https://github.com/apache/flink/pull/6300#discussion_r202156901 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java --- @@ -330,4

[GitHub] flink issue #6321: [FLINK-9829] fix the wrapper classes be compared by symbo...

2018-07-12 Thread lamber-ken
Github user lamber-ken commented on the issue: https://github.com/apache/flink/pull/6321 @zentol, hi, there are two ways to contribute to flink project. one is create a `jira FLINK-` , another is `[hotfix] XXX`. for example, fix some checkstyle or code refactor, how to

[jira] [Commented] (FLINK-8480) Implement Java API to expose join functionality of TimeBoundedStreamJoinOperator

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

[jira] [Updated] (FLINK-8480) Implement Java API to expose join functionality of TimeBoundedStreamJoinOperator

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-8480: -- Labels: pull-request-available (was: ) > Implement Java API to expose join functionality of

[GitHub] flink pull request #5482: [FLINK-8480][DataStream] Add Java API for Interval...

2018-07-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5482 ---

[jira] [Commented] (FLINK-9703) Mesos does not expose TM Prometheus port

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

[GitHub] flink pull request #6288: [FLINK-9703] [flink-mesos] Expose Prometheus port ...

2018-07-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6288#discussion_r202171601 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/LaunchableMesosWorker.java --- @@ -332,6 +334,22 @@ public String

[jira] [Commented] (FLINK-9829) The wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542013#comment-16542013 ] ASF GitHub Bot commented on FLINK-9829: --- Github user lamber-ken commented on the issue:

[jira] [Commented] (FLINK-9701) Activate TTL in state descriptors

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

[GitHub] flink issue #6313: [FLINK-9701] Add TTL in state descriptors

2018-07-12 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/6313 LGTM, nice work! 👍 Besides one comment about closing the backends after tests, the PR is ready. This is no big thing so I will just fix it myself before merging now. ---

[GitHub] flink pull request #6313: [FLINK-9701] Add TTL in state descriptors

2018-07-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6313 ---

[jira] [Closed] (FLINK-9701) Activate TTL in state descriptors

2018-07-12 Thread Stefan Richter (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Richter closed FLINK-9701. - Resolution: Implemented Merged in: master: f45b7f7ff2 > Activate TTL in state descriptors >

[jira] [Commented] (FLINK-9692) Adapt maxRecords parameter in the getRecords call to optimize bytes read from Kinesis

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

[GitHub] flink pull request #6313: [FLINK-9701] Add TTL in state descriptors

2018-07-12 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/6313#discussion_r202130806 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/StateBackendTestContext.java --- @@ -0,0 +1,120 @@ +/* + * Licensed

[GitHub] flink pull request #6300: [FLINK-9692][Kinesis Connector] Adaptive reads fro...

2018-07-12 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/6300#discussion_r202199865 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/config/ConsumerConfigConstants.java --- @@

[GitHub] flink pull request #6300: [FLINK-9692][Kinesis Connector] Adaptive reads fro...

2018-07-12 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/6300#discussion_r202201507 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java --- @@ -330,4

[jira] [Commented] (FLINK-9822) Add Dockerfile for StandaloneJobClusterEntryPoint image

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

[jira] [Commented] (FLINK-9822) Add Dockerfile for StandaloneJobClusterEntryPoint image

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

[GitHub] flink pull request #6319: [FLINK-9822] Add Dockerfile for StandaloneJobClust...

2018-07-12 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/6319#discussion_r202198679 --- Diff: flink-container/docker/README.md --- @@ -0,0 +1,44 @@ +# Apache Flink cluster deployment on docker using docker-compose --- End diff --

[GitHub] flink pull request #6319: [FLINK-9822] Add Dockerfile for StandaloneJobClust...

2018-07-12 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/6319#discussion_r202197686 --- Diff: flink-container/docker/README.md --- @@ -0,0 +1,44 @@ +# Apache Flink cluster deployment on docker using docker-compose + +##

[GitHub] flink pull request #6300: [FLINK-9692][Kinesis Connector] Adaptive reads fro...

2018-07-12 Thread glaksh100
Github user glaksh100 commented on a diff in the pull request: https://github.com/apache/flink/pull/6300#discussion_r202227845 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java --- @@ -330,4

[GitHub] flink pull request #6300: [FLINK-9692][Kinesis Connector] Adaptive reads fro...

2018-07-12 Thread glaksh100
Github user glaksh100 commented on a diff in the pull request: https://github.com/apache/flink/pull/6300#discussion_r202227834 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/config/ConsumerConfigConstants.java --- @@

[jira] [Commented] (FLINK-9692) Adapt maxRecords parameter in the getRecords call to optimize bytes read from Kinesis

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

[jira] [Commented] (FLINK-9692) Adapt maxRecords parameter in the getRecords call to optimize bytes read from Kinesis

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

[jira] [Commented] (FLINK-9692) Adapt maxRecords parameter in the getRecords call to optimize bytes read from Kinesis

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

[jira] [Commented] (FLINK-9692) Adapt maxRecords parameter in the getRecords call to optimize bytes read from Kinesis

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

[jira] [Commented] (FLINK-9692) Adapt maxRecords parameter in the getRecords call to optimize bytes read from Kinesis

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542428#comment-16542428 ] ASF GitHub Bot commented on FLINK-9692: --- Github user glaksh100 commented on the issue:

[GitHub] flink issue #6300: [FLINK-9692][Kinesis Connector] Adaptive reads from Kines...

2018-07-12 Thread glaksh100
Github user glaksh100 commented on the issue: https://github.com/apache/flink/pull/6300 The idea here is that `maxNumberOfRecordsPerFetch` should never be a value that gets records that exceeds the read limit (2 Mb/sec) from the math here. ``` 2 Mb/sec /

[jira] [Commented] (FLINK-9413) Tasks can fail with PartitionNotFoundException if consumer deployment takes too long

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542478#comment-16542478 ] ASF GitHub Bot commented on FLINK-9413: --- Github user RalphSu commented on the issue:

[GitHub] flink issue #6103: [FLINK-9413] [distributed coordination] Tasks can fail wi...

2018-07-12 Thread RalphSu
Github user RalphSu commented on the issue: https://github.com/apache/flink/pull/6103 @tillrohrmann already did that, it looks alleviate though not fix. I'm upgrade from 1.2.0 to 1.4.2. Major thing i can see is TM now connection to HDFS instead of only talk to JobManager, could

[jira] [Assigned] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-9832: --- Assignee: Chesnay Schepler > Allow commas in job submission query params >

[jira] [Assigned] (FLINK-9807) Improve EventTimeWindowCheckpointITCase with parameterized

2018-07-12 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-9807: Assignee: Congxian Qiu > Improve EventTimeWindowCheckpointITCase with parameterized >

[jira] [Commented] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542526#comment-16542526 ] Chesnay Schepler commented on FLINK-9832: - HA, it's not a parsing error but the _handler_ fails

[jira] [Commented] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542520#comment-16542520 ] Chesnay Schepler commented on FLINK-9832: - I have an idea to fix this in a better way for now.

[jira] [Commented] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542522#comment-16542522 ] Chesnay Schepler commented on FLINK-9832: - hold on, that doesn't quite work since a parameter

[GitHub] flink issue #5954: [FLINK-9276] Improve error message when TaskManager fails

2018-07-12 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5954 I think this is not super critical and since we only pass in `Exceptions` at the moment I would say let's close this PR. ---

[jira] [Commented] (FLINK-9575) Potential race condition when removing JobGraph in HA

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

[jira] [Commented] (FLINK-9575) Potential race condition when removing JobGraph in HA

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

[jira] [Commented] (FLINK-9575) Potential race condition when removing JobGraph in HA

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

[jira] [Commented] (FLINK-9276) Improve error message when TaskManager fails

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542549#comment-16542549 ] ASF GitHub Bot commented on FLINK-9276: --- Github user tillrohrmann commented on the issue:

[GitHub] flink pull request #6322: [FLINK-9575]: Remove job-related BLOBS only if the...

2018-07-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6322#discussion_r202248523 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -1759,11 +1759,22 @@ class JobManager(

[GitHub] flink pull request #6322: [FLINK-9575]: Remove job-related BLOBS only if the...

2018-07-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6322#discussion_r202248449 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -1759,11 +1759,22 @@ class JobManager(

[GitHub] flink pull request #6322: [FLINK-9575]: Remove job-related BLOBS only if the...

2018-07-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6322#discussion_r202248365 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -1759,11 +1759,22 @@ class JobManager(

[jira] [Updated] (FLINK-9829) The wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9829: -- Labels: pull-request-available (was: ) > The wrapper classes be compared by symbol of '=='

[GitHub] flink pull request #6321: [FLINK-9829] fix the wrapper classes be compared b...

2018-07-12 Thread lamber-ken
GitHub user lamber-ken opened a pull request: https://github.com/apache/flink/pull/6321 [FLINK-9829] fix the wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java ## What is the purpose of the change - fix the wrapper classes be compared by symbol of

[jira] [Commented] (FLINK-9829) The wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541231#comment-16541231 ] ASF GitHub Bot commented on FLINK-9829: --- GitHub user lamber-ken opened a pull request:

[GitHub] flink pull request #6312: [FLINK-9792] Added custom Description class for Co...

2018-07-12 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/6312#discussion_r201940611 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/description/LineBreakElement.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9792) Cannot add html tags in options description

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

[jira] [Updated] (FLINK-9830) submit job to yarn-flink cluster base on java API

2018-07-12 Thread Li Lei (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Lei updated FLINK-9830: -- Description: I use JAVA API to submit jobs to the Yarn cluster, the StreamExecutionEnvironment execute submit

[GitHub] flink issue #6297: [FLINK-9777] YARN: JM and TM Memory must be specified wit...

2018-07-12 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/6297 I will take a look later. ---

[jira] [Commented] (FLINK-9805) HTTP Redirect to Active JM in Flink CLI

2018-07-12 Thread Sayat Satybaldiyev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541363#comment-16541363 ] Sayat Satybaldiyev commented on FLINK-9805: --- Is there anything like "debug" mode in CLI? I only

[jira] [Closed] (FLINK-9640) Checkpointing is aways aborted if any task has been finished

2018-07-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek closed FLINK-9640. --- Resolution: Duplicate Fix Version/s: (was: 1.6.0) It would be really valuable to

[GitHub] flink pull request #6304: [FLINK-9801][build] Add missing example dependenci...

2018-07-12 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/6304#discussion_r201937327 --- Diff: flink-dist/pom.xml --- @@ -140,6 +140,22 @@ under the License. + --- End

[jira] [Closed] (FLINK-9809) Support setting CoLocation constraints on the DataStream Transformations

2018-07-12 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-9809. --- > Support setting CoLocation constraints on the DataStream Transformations >

[jira] [Commented] (FLINK-9809) Support setting CoLocation constraints on the DataStream Transformations

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

[GitHub] flink pull request #6288: [FLINK-9703] [flink-mesos] Expose Prometheus port ...

2018-07-12 Thread rsltrifork
Github user rsltrifork commented on a diff in the pull request: https://github.com/apache/flink/pull/6288#discussion_r201943310 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/LaunchableMesosWorker.java --- @@ -332,6 +334,22 @@ public String

[jira] [Commented] (FLINK-9703) Mesos does not expose TM Prometheus port

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

[jira] [Updated] (FLINK-9829) The wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java

2018-07-12 Thread lamber-ken (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lamber-ken updated FLINK-9829: -- Summary: The wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java (was:

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

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

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-07-12 Thread azagrebin
Github user azagrebin commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r201941972 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[jira] [Created] (FLINK-9830) submit job to yarn-flink cluster base on java API

2018-07-12 Thread Li Lei (JIRA)
Li Lei created FLINK-9830: - Summary: submit job to yarn-flink cluster base on java API Key: FLINK-9830 URL: https://issues.apache.org/jira/browse/FLINK-9830 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-9777) YARN: JM and TM Memory must be specified with Units

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541341#comment-16541341 ] ASF GitHub Bot commented on FLINK-9777: --- Github user GJL commented on the issue:

[GitHub] flink issue #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrappers

2018-07-12 Thread azagrebin
Github user azagrebin commented on the issue: https://github.com/apache/flink/pull/6186 Hi @Aitozi, the main issue FLINK-9510 contains a design doc for this effort with roadmap ---

[GitHub] flink pull request #6322: [FLINK-9575]: Remove job-related BLOBS only if the...

2018-07-12 Thread Wosin
GitHub user Wosin opened a pull request: https://github.com/apache/flink/pull/6322 [FLINK-9575]: Remove job-related BLOBS only if the job was removed suce… ## What is the purpose of the change Currently flink removes all blobs connected with the job, no matter if the job

[jira] [Created] (FLINK-9831) Too many open files for RocksDB

2018-07-12 Thread Sayat Satybaldiyev (JIRA)
Sayat Satybaldiyev created FLINK-9831: - Summary: Too many open files for RocksDB Key: FLINK-9831 URL: https://issues.apache.org/jira/browse/FLINK-9831 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-9575) Potential race condition when removing JobGraph in HA

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541378#comment-16541378 ] ASF GitHub Bot commented on FLINK-9575: --- GitHub user Wosin opened a pull request:

[jira] [Commented] (FLINK-9755) Exceptions in RemoteInputChannel#notifyBufferAvailable() are not propagated to the responsible thread

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541379#comment-16541379 ] ASF GitHub Bot commented on FLINK-9755: --- Github user NicoK commented on a diff in the pull request:

[GitHub] flink pull request #6272: [FLINK-9755][network] forward exceptions in Remote...

2018-07-12 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/6272#discussion_r201969455 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java --- @@ -277,37 +277,17 @@ public void

[jira] [Updated] (FLINK-9575) Potential race condition when removing JobGraph in HA

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9575: -- Labels: pull-request-available (was: ) > Potential race condition when removing JobGraph in

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541352#comment-16541352 ] ASF GitHub Bot commented on FLINK-9514: --- Github user azagrebin commented on the issue:

[jira] [Created] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-9832: -- Summary: Allow commas in job submission query params Key: FLINK-9832 URL: https://issues.apache.org/jira/browse/FLINK-9832 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-9829) The wrapper classes should be compared by equals method rather than by symbol of '==' directly in BigDecSerializer.java

2018-07-12 Thread lamber-ken (JIRA)
lamber-ken created FLINK-9829: - Summary: The wrapper classes should be compared by equals method rather than by symbol of '==' directly in BigDecSerializer.java Key: FLINK-9829 URL:

[jira] [Commented] (FLINK-9829) The wrapper classes be compared by symbol of '==' directly in BigDecSerializer.java

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541234#comment-16541234 ] ASF GitHub Bot commented on FLINK-9829: --- Github user lamber-ken commented on the issue:

[GitHub] flink issue #6321: [FLINK-9829] fix the wrapper classes be compared by symbo...

2018-07-12 Thread lamber-ken
Github user lamber-ken commented on the issue: https://github.com/apache/flink/pull/6321 The commit message includes the JIRA id now. ---

[GitHub] flink pull request #6312: [FLINK-9792] Added custom Description class for Co...

2018-07-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6312#discussion_r201932360 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/description/LineBreakElement.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9792) Cannot add html tags in options description

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

[jira] [Commented] (FLINK-9801) flink-dist is missing dependency on flink-examples

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

[jira] [Resolved] (FLINK-9809) Support setting CoLocation constraints on the DataStream Transformations

2018-07-12 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-9809. - Resolution: Fixed Implemented in 3f0b9fee5185fcc7200179459bed31fb4bd08bbf > Support setting

[GitHub] flink pull request #6309: [FLINK-9809] [DataSteam API] Allow setting co-loca...

2018-07-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6309 ---

[jira] [Commented] (FLINK-9804) KeyedStateBackend.getKeys() does not work on RocksDB MapState

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

[GitHub] flink pull request #6306: [FLINK-9804][state] KeyedStateBackend.getKeys() do...

2018-07-12 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/6306#discussion_r201944060 --- Diff: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackend.java --- @@

[jira] [Updated] (FLINK-9830) submit job to yarn-flink cluster base on java API

2018-07-12 Thread Li Lei (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Lei updated FLINK-9830: -- Description: I use JAVA API to submit jobs to the Yarn cluster, the StreamExecutionEnvironment execute submit

[jira] [Updated] (FLINK-9815) YARNSessionCapacitySchedulerITCase flaky

2018-07-12 Thread Dawid Wysakowicz (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Wysakowicz updated FLINK-9815: Description: The test fails because of dangling yarn applications. Logs:

[GitHub] flink pull request #5900: [FLINK-9222][docs] add documentation for setting u...

2018-07-12 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/5900#discussion_r201965094 --- Diff: docs/quickstart/java_api_quickstart.md --- @@ -101,23 +111,210 @@ allows to [import Maven projects](http://books.sonatype.com/m2eclipse-book/refer

[jira] [Commented] (FLINK-9222) Add a Gradle Quickstart

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541365#comment-16541365 ] ASF GitHub Bot commented on FLINK-9222: --- Github user NicoK commented on a diff in the pull request:

[jira] [Commented] (FLINK-9755) Exceptions in RemoteInputChannel#notifyBufferAvailable() are not propagated to the responsible thread

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541383#comment-16541383 ] ASF GitHub Bot commented on FLINK-9755: --- Github user NicoK commented on a diff in the pull request:

[GitHub] flink pull request #6272: [FLINK-9755][network] forward exceptions in Remote...

2018-07-12 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/6272#discussion_r201970654 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannel.java --- @@ -360,32 +360,44 @@ public boolean

[jira] [Commented] (FLINK-9621) Warning when enabling partition discovery

2018-07-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541390#comment-16541390 ] Aljoscha Krettek commented on FLINK-9621: - I think the problem is that we use the same properties

[jira] [Commented] (FLINK-9755) Exceptions in RemoteInputChannel#notifyBufferAvailable() are not propagated to the responsible thread

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541389#comment-16541389 ] ASF GitHub Bot commented on FLINK-9755: --- Github user NicoK commented on a diff in the pull request:

[jira] [Commented] (FLINK-9600) Add DataStream transformation variants that pass timestamp to the user function

2018-07-12 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541401#comment-16541401 ] Aljoscha Krettek commented on FLINK-9600: - Did you have a look at {{ProcessFunction}} and the new

[jira] [Commented] (FLINK-9831) Too many open files for RocksDB

2018-07-12 Thread Stefan Richter (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541415#comment-16541415 ] Stefan Richter commented on FLINK-9831: --- In your list of open files, I can only see one from

[jira] [Commented] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541477#comment-16541477 ] Ufuk Celebi commented on FLINK-9832: I didn't look into the code, but is it possible to fix the

[GitHub] flink pull request #6305: [FLINK-9807][tests] Optimize EventTimeWindowCheckp...

2018-07-12 Thread klion26
Github user klion26 commented on a diff in the pull request: https://github.com/apache/flink/pull/6305#discussion_r202000999 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/EventTimeWindowCheckpointingITCase.java --- @@ -871,19 +892,40 @@ public

[jira] [Created] (FLINK-9835) Add template for release announcement to release guide

2018-07-12 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9835: --- Summary: Add template for release announcement to release guide Key: FLINK-9835 URL: https://issues.apache.org/jira/browse/FLINK-9835 Project: Flink

[jira] [Created] (FLINK-9836) Add template for vote canceling to release guide

2018-07-12 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9836: --- Summary: Add template for vote canceling to release guide Key: FLINK-9836 URL: https://issues.apache.org/jira/browse/FLINK-9836 Project: Flink Issue

[jira] [Commented] (FLINK-9807) Improve EventTimeWindowCheckpointITCase with parameterized

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

  1   2   3   4   >