[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351667#comment-16351667 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835719 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception {

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835514 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception {

[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351666#comment-16351666 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351660#comment-16351660 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351662#comment-16351662 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351663#comment-16351663 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351661#comment-16351661 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[jira] [Commented] (FLINK-7856) Port JobVertexBackPressureHandler to REST endpoint

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351664#comment-16351664 ] ASF GitHub Bot commented on FLINK-7856: --- Github user GJL commented on a diff in the

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835488 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -358,6 +361,18 @@ public void start() throws Exception {

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835486 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -313,6 +325,13 @@ public JobMaster( .orEl

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835482 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobVertexBackPressureInfo.java --- @@ -0,0 +1,184 @@ +/* + * Licensed to th

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835483 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -867,6 +889,25 @@ public void heartbeatFromResourceManager(final

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835481 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception {

[jira] [Commented] (FLINK-8555) Fix TableFunction varargs length exceeds 254 for SQL

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351658#comment-16351658 ] ASF GitHub Bot commented on FLINK-8555: --- GitHub user Xpray opened a pull request:

[GitHub] flink pull request #5409: [FLINK-8555][TableAPI & SQL] Fix TableFunction var...

2018-02-03 Thread Xpray
GitHub user Xpray opened a pull request: https://github.com/apache/flink/pull/5409 [FLINK-8555][TableAPI & SQL] Fix TableFunction varargs length exceed 254 ## What is the purpose of the change *Support TableFunction parameters exceeds 254 with Varargs for SQL*

[jira] [Created] (FLINK-8555) Fix TableFunction varargs length exceeds 254 for SQL

2018-02-03 Thread Ruidong Li (JIRA)
Ruidong Li created FLINK-8555: - Summary: Fix TableFunction varargs length exceeds 254 for SQL Key: FLINK-8555 URL: https://issues.apache.org/jira/browse/FLINK-8555 Project: Flink Issue Type: Impr

[GitHub] flink pull request #5393: [FLINK-8516] Allow for custom hash function for sh...

2018-02-03 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/flink/pull/5393#discussion_r165834978 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/KinesisShardAssigner.java --- @@ -0,0 +1,

[jira] [Commented] (FLINK-8516) FlinkKinesisConsumer does not balance shards over subtasks

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351656#comment-16351656 ] ASF GitHub Bot commented on FLINK-8516: --- Github user tweise commented on a diff in t

[jira] [Commented] (FLINK-8516) FlinkKinesisConsumer does not balance shards over subtasks

2018-02-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351646#comment-16351646 ] ASF GitHub Bot commented on FLINK-8516: --- Github user tweise commented on a diff in t

[GitHub] flink pull request #5408: [hotfix][docs] Fix typos in windows document

2018-02-03 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5408 [hotfix][docs] Fix typos in windows document Hotfix typos in Windows Document. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink 201802

[GitHub] flink pull request #5393: [FLINK-8516] Allow for custom hash function for sh...

2018-02-03 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/flink/pull/5393#discussion_r165834292 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/KinesisDataFetcher.java --- @@ -214,

[jira] [Created] (FLINK-8554) Upgrade AWS SDK

2018-02-03 Thread Ted Yu (JIRA)
Ted Yu created FLINK-8554: - Summary: Upgrade AWS SDK Key: FLINK-8554 URL: https://issues.apache.org/jira/browse/FLINK-8554 Project: Flink Issue Type: Improvement Reporter: Ted Yu AWS SD

[jira] [Comment Edited] (FLINK-4534) Lack of synchronization in BucketingSink#restoreState()

2018-02-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304163#comment-16304163 ] Ted Yu edited comment on FLINK-4534 at 2/4/18 4:23 AM: --- Can this get

[jira] [Comment Edited] (FLINK-6105) Properly handle InterruptedException in HadoopInputFormatBase

2018-02-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307281#comment-16307281 ] Ted Yu edited comment on FLINK-6105 at 2/4/18 3:09 AM: --- In flink-co

[jira] [Commented] (FLINK-8514) move flink-connector-wikiedits to Apache Bahir

2018-02-03 Thread Bowen Li (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351594#comment-16351594 ] Bowen Li commented on FLINK-8514: - [~rmetzger] What do you think, Robert? Since you are PM

[jira] [Updated] (FLINK-8514) move flink-connector-wikiedits to Apache Bahir

2018-02-03 Thread Bowen Li (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bowen Li updated FLINK-8514: Description: I propose moving flink-connector-wikiedits to Apache Bahir given its low popularity was:I

[jira] [Commented] (FLINK-8468) Make the connector to take advantage of AMQP features (routing key, exchange and message properties)

2018-02-03 Thread Ph.Duveau (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351580#comment-16351580 ] Ph.Duveau commented on FLINK-8468: -- Also added the ability to disable queue creation on s

[jira] [Updated] (FLINK-8468) Make the connector to take advantage of AMQP features (routing key, exchange and message properties)

2018-02-03 Thread Ph.Duveau (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ph.Duveau updated FLINK-8468: - Description: Make the connector to take advantage of AMQP features by adding a constructor and an interfac

[jira] [Created] (FLINK-8553) switch flink-metrics-datadog to async mode

2018-02-03 Thread Bowen Li (JIRA)
Bowen Li created FLINK-8553: --- Summary: switch flink-metrics-datadog to async mode Key: FLINK-8553 URL: https://issues.apache.org/jira/browse/FLINK-8553 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-8538) Add a Kafka table source factory with JSON format support

2018-02-03 Thread Xingcan Cui (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351405#comment-16351405 ] Xingcan Cui commented on FLINK-8538: Hi [~twalthr], thanks for opening this. I just g

[GitHub] flink issue #5406: [hotfix] Fix typos in comments.

2018-02-03 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5406 @zentol thanks for your attention to this PR, I had updated this PR according to your comments. ---