[GitHub] [flink] liyubin117 commented on a change in pull request #12442: [FLINK-12428][docs-zh] Translate the "Event Time" page into Chinese

2020-06-15 Thread GitBox
liyubin117 commented on a change in pull request #12442: URL: https://github.com/apache/flink/pull/12442#discussion_r440120853 ## File path: docs/dev/event_time.zh.md ## @@ -24,40 +24,22 @@ specific language governing permissions and limitations under the License. --> -In t

[GitHub] [flink] flinkbot edited a comment on pull request #12558: [FLINK-17976][docs][k8s/docker] Improvements about custom docker images

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12558: URL: https://github.com/apache/flink/pull/12558#issuecomment-641363903 ## CI report: * cbfef5a94426396b1c35f6df23079bfc4a941476 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #12656: [FLINK-17666][table-planner-blink] Insert into partitioned table can …

2020-06-15 Thread GitBox
flinkbot commented on pull request #12656: URL: https://github.com/apache/flink/pull/12656#issuecomment-644099955 ## CI report: * e35de4a21f5cf007341a71a1461b796b286c9948 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #12655: [FLINK-18300][sql-client] SQL Client doesn't support ALTER VIEW

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12655: URL: https://github.com/apache/flink/pull/12655#issuecomment-644085772 ## CI report: * e9f9d2e5bd744d8443b78e9e3712bd718efa6b0d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12525: [FLINK-17769] [runtime] Fix the order of log events on a task failure

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12525: URL: https://github.com/apache/flink/pull/12525#issuecomment-640513261 ## CI report: * 9048cfd36aa73af3cf9019eaaa8b20a9af0c13fc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12654: [FLINK-18298][table] Rename TableResult headers of SHOW statements

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12654: URL: https://github.com/apache/flink/pull/12654#issuecomment-644085665 ## CI report: * c0eb4cb90917a1a7008ee58293349126f973f172 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12054: [FLINK-17579] Allow user to set the prefix of TaskManager's ResourceID in standalone mode

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12054: URL: https://github.com/apache/flink/pull/12054#issuecomment-626143079 ## CI report: * c4140c3ce76c43d4b2d73c6c9aca85e65e7ebe31 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] liyubin117 commented on a change in pull request #12442: [FLINK-12428][docs-zh] Translate the "Event Time" page into Chinese

2020-06-15 Thread GitBox
liyubin117 commented on a change in pull request #12442: URL: https://github.com/apache/flink/pull/12442#discussion_r440116490 ## File path: docs/dev/event_time.zh.md ## @@ -89,30 +76,12 @@ env.set_stream_time_characteristic(TimeCharacteristic.ProcessingTime) -值得注意的是,如果要

[GitHub] [flink] liyubin117 commented on a change in pull request #12442: [FLINK-12428][docs-zh] Translate the "Event Time" page into Chinese

2020-06-15 Thread GitBox
liyubin117 commented on a change in pull request #12442: URL: https://github.com/apache/flink/pull/12442#discussion_r440116490 ## File path: docs/dev/event_time.zh.md ## @@ -89,30 +76,12 @@ env.set_stream_time_characteristic(TimeCharacteristic.ProcessingTime) -值得注意的是,如果要

[jira] [Assigned] (FLINK-10195) RabbitMQ Source With Checkpointing Doesn't Backpressure Correctly

2020-06-15 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek reassigned FLINK-10195: Assignee: Austin Cawley-Edwards (was: Luka Jurukovski) > RabbitMQ Source With Ch

[GitHub] [flink] flinkbot commented on pull request #12656: [FLINK-17666][table-planner-blink] Insert into partitioned table can …

2020-06-15 Thread GitBox
flinkbot commented on pull request #12656: URL: https://github.com/apache/flink/pull/12656#issuecomment-644088506 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[GitHub] [flink] danny0405 opened a new pull request #12656: [FLINK-17666][table-planner-blink] Insert into partitioned table can …

2020-06-15 Thread GitBox
danny0405 opened a new pull request #12656: URL: https://github.com/apache/flink/pull/12656 …fail with select * ## What is the purpose of the change Before this patch, Blink planner throws for query `insert into target_table partition ... select * from src_table`. #

[jira] [Updated] (FLINK-17666) Insert into partitioned table can fail with select *

2020-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17666: --- Labels: pull-request-available (was: ) > Insert into partitioned table can fail with select

[jira] [Commented] (FLINK-14510) Remove the lazy vertex attaching mechanism from ExecutionGraph

2020-06-15 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135796#comment-17135796 ] Till Rohrmann commented on FLINK-14510: --- This sounds good to me [~zhuzh]. > Remov

[GitHub] [flink] flinkbot commented on pull request #12655: [FLINK-18300][sql-client] SQL Client doesn't support ALTER VIEW

2020-06-15 Thread GitBox
flinkbot commented on pull request #12655: URL: https://github.com/apache/flink/pull/12655#issuecomment-644085772 ## CI report: * e9f9d2e5bd744d8443b78e9e3712bd718efa6b0d UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot commented on pull request #12654: [FLINK-18298][table] Rename TableResult headers of SHOW statements

2020-06-15 Thread GitBox
flinkbot commented on pull request #12654: URL: https://github.com/apache/flink/pull/12654#issuecomment-644085665 ## CI report: * c0eb4cb90917a1a7008ee58293349126f973f172 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #12641: [FLINK-17322][network] Fixes BroadcastRecordWriter overwriting memory segments on first finished BufferConsumer.

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12641: URL: https://github.com/apache/flink/pull/12641#issuecomment-643512051 ## CI report: * b94fd36cfba4fdcea17882406db09646b5e848fb Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/171326110) * 4690aed5f992969b

[jira] [Comment Edited] (FLINK-18238) RemoteChannelThroughputBenchmark deadlocks

2020-06-15 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135790#comment-17135790 ] Piotr Nowojski edited comment on FLINK-18238 at 6/15/20, 11:58 AM: ---

[GitHub] [flink] flinkbot edited a comment on pull request #12525: [FLINK-17769] [runtime] Fix the order of log events on a task failure

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12525: URL: https://github.com/apache/flink/pull/12525#issuecomment-640513261 ## CI report: * 9048cfd36aa73af3cf9019eaaa8b20a9af0c13fc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12558: [FLINK-17976][docs][k8s/docker] Improvements about custom docker images

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12558: URL: https://github.com/apache/flink/pull/12558#issuecomment-641363903 ## CI report: * cbfef5a94426396b1c35f6df23079bfc4a941476 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Comment Edited] (FLINK-18238) RemoteChannelThroughputBenchmark deadlocks

2020-06-15 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135790#comment-17135790 ] Piotr Nowojski edited comment on FLINK-18238 at 6/15/20, 11:57 AM: ---

[jira] [Commented] (FLINK-18238) RemoteChannelThroughputBenchmark deadlocks

2020-06-15 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135790#comment-17135790 ] Piotr Nowojski commented on FLINK-18238: [~yunta] as I wrote above, broadcasting

[GitHub] [flink] liyubin117 commented on a change in pull request #12442: [FLINK-12428][docs-zh] Translate the "Event Time" page into Chinese

2020-06-15 Thread GitBox
liyubin117 commented on a change in pull request #12442: URL: https://github.com/apache/flink/pull/12442#discussion_r440120853 ## File path: docs/dev/event_time.zh.md ## @@ -24,40 +24,22 @@ specific language governing permissions and limitations under the License. --> -In t

[jira] [Commented] (FLINK-14510) Remove the lazy vertex attaching mechanism from ExecutionGraph

2020-06-15 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135786#comment-17135786 ] Zhu Zhu commented on FLINK-14510: - Thanks for the comment [~trohrmann]. I think the true

[GitHub] [flink] tillrohrmann closed pull request #10433: [FLINK-15071][Deployment] YARN vcore capacity check can not pass when use large slotPerTaskManager

2020-06-15 Thread GitBox
tillrohrmann closed pull request #10433: URL: https://github.com/apache/flink/pull/10433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [flink] tillrohrmann commented on pull request #10433: [FLINK-15071][Deployment] YARN vcore capacity check can not pass when use large slotPerTaskManager

2020-06-15 Thread GitBox
tillrohrmann commented on pull request #10433: URL: https://github.com/apache/flink/pull/10433#issuecomment-644080384 It does not seem to be a problem anymore. This is an automated message from the Apache Git Service. To resp

[GitHub] [flink] rmetzger commented on a change in pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
rmetzger commented on a change in pull request #12653: URL: https://github.com/apache/flink/pull/12653#discussion_r440118299 ## File path: flink-end-to-end-tests/test-scripts/test-runner-common.sh ## @@ -93,7 +93,9 @@ function post_test_validation { if [[ ${exit_code} ==

[GitHub] [flink] zentol commented on a change in pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
zentol commented on a change in pull request #12653: URL: https://github.com/apache/flink/pull/12653#discussion_r440116830 ## File path: flink-end-to-end-tests/test-scripts/test-runner-common.sh ## @@ -93,7 +93,9 @@ function post_test_validation { if [[ ${exit_code} == 0

[GitHub] [flink] flinkbot commented on pull request #12655: [FLINK-18300][sql-client] SQL Client doesn't support ALTER VIEW

2020-06-15 Thread GitBox
flinkbot commented on pull request #12655: URL: https://github.com/apache/flink/pull/12655#issuecomment-644078765 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[GitHub] [flink] zentol commented on a change in pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
zentol commented on a change in pull request #12653: URL: https://github.com/apache/flink/pull/12653#discussion_r440116830 ## File path: flink-end-to-end-tests/test-scripts/test-runner-common.sh ## @@ -93,7 +93,9 @@ function post_test_validation { if [[ ${exit_code} == 0

[GitHub] [flink] liyubin117 commented on a change in pull request #12442: [FLINK-12428][docs-zh] Translate the "Event Time" page into Chinese

2020-06-15 Thread GitBox
liyubin117 commented on a change in pull request #12442: URL: https://github.com/apache/flink/pull/12442#discussion_r440116490 ## File path: docs/dev/event_time.zh.md ## @@ -89,30 +76,12 @@ env.set_stream_time_characteristic(TimeCharacteristic.ProcessingTime) -值得注意的是,如果要

[GitHub] [flink] liyubin117 commented on a change in pull request #12442: [FLINK-12428][docs-zh] Translate the "Event Time" page into Chinese

2020-06-15 Thread GitBox
liyubin117 commented on a change in pull request #12442: URL: https://github.com/apache/flink/pull/12442#discussion_r440116490 ## File path: docs/dev/event_time.zh.md ## @@ -89,30 +76,12 @@ env.set_stream_time_characteristic(TimeCharacteristic.ProcessingTime) -值得注意的是,如果要

[GitHub] [flink] lirui-apache opened a new pull request #12655: [FLINK-18300][sql-client] SQL Client doesn't support ALTER VIEW

2020-06-15 Thread GitBox
lirui-apache opened a new pull request #12655: URL: https://github.com/apache/flink/pull/12655 ## What is the purpose of the change Fix the issue that ALTER VIEW operation is not supported in SQL client ## Brief change log - Support ALTER VIEW in SQL client

[jira] [Commented] (FLINK-18211) Dynamic properties setting 'pipeline.jars' will be overwritten

2020-06-15 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135784#comment-17135784 ] Yang Wang commented on FLINK-18211: --- So do you mean to combine the user configured {{p

[GitHub] [flink] zentol commented on a change in pull request #12636: [FLINK-17998][hs] Support Flink history server archive size limitation

2020-06-15 Thread GitBox
zentol commented on a change in pull request #12636: URL: https://github.com/apache/flink/pull/12636#discussion_r440115913 ## File path: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServerArchiveFetcher.java ## @@ -295,6 +315,19 @@ public

[jira] [Updated] (FLINK-18300) SQL Client doesn't support ALTER VIEW

2020-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-18300: --- Labels: pull-request-available (was: ) > SQL Client doesn't support ALTER VIEW > --

[GitHub] [flink] flinkbot commented on pull request #12654: [FLINK-18298][table] Rename TableResult headers of SHOW statements

2020-06-15 Thread GitBox
flinkbot commented on pull request #12654: URL: https://github.com/apache/flink/pull/12654#issuecomment-644077091 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[jira] [Assigned] (FLINK-18290) Tests are crashing with exit code 239

2020-06-15 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Nowojski reassigned FLINK-18290: -- Assignee: Roman Khachatryan (was: Robert Metzger) > Tests are crashing with exit cod

[GitHub] [flink] curcur commented on a change in pull request #12525: [FLINK-17769] [runtime] Fix the order of log events on a task failure

2020-06-15 Thread GitBox
curcur commented on a change in pull request #12525: URL: https://github.com/apache/flink/pull/12525#discussion_r440115224 ## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java ## @@ -692,6 +693,7 @@ private void shutdownAsyn

[GitHub] [flink] rmetzger commented on a change in pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
rmetzger commented on a change in pull request #12653: URL: https://github.com/apache/flink/pull/12653#discussion_r440112339 ## File path: flink-end-to-end-tests/test-scripts/test-runner-common.sh ## @@ -105,6 +107,13 @@ function post_test_validation { fi } +function lo

[GitHub] [flink] flinkbot edited a comment on pull request #12641: [FLINK-17322][network] Fixes BroadcastRecordWriter overwriting memory segments on first finished BufferConsumer.

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12641: URL: https://github.com/apache/flink/pull/12641#issuecomment-643512051 ## CI report: * b94fd36cfba4fdcea17882406db09646b5e848fb Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/171326110) * 4690aed5f992969b

[jira] [Updated] (FLINK-18298) Rename TableResult headers of SHOW statements

2020-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-18298: --- Labels: pull-request-available (was: ) > Rename TableResult headers of SHOW statements > --

[GitHub] [flink] flinkbot edited a comment on pull request #12054: [FLINK-17579] Allow user to set the prefix of TaskManager's ResourceID in standalone mode

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12054: URL: https://github.com/apache/flink/pull/12054#issuecomment-626143079 ## CI report: * c4140c3ce76c43d4b2d73c6c9aca85e65e7ebe31 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] godfreyhe opened a new pull request #12654: [FLINK-18298][table] Rename TableResult headers of SHOW statements

2020-06-15 Thread GitBox
godfreyhe opened a new pull request #12654: URL: https://github.com/apache/flink/pull/12654 ## What is the purpose of the change *Rename TableResult headers of SHOW statements, the new headers looks like: command | header -- | -- SHOW CATALOG | catalog name SHOW D

[jira] [Commented] (FLINK-17322) Enable latency tracker would corrupt the broadcast state

2020-06-15 Thread Arvid Heise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135772#comment-17135772 ] Arvid Heise commented on FLINK-17322: - Merged fix to 1.11 and 1.10 is about to be me

[GitHub] [flink] tillrohrmann commented on a change in pull request #12636: [FLINK-17998][hs] Support Flink history server archive size limitation

2020-06-15 Thread GitBox
tillrohrmann commented on a change in pull request #12636: URL: https://github.com/apache/flink/pull/12636#discussion_r440102059 ## File path: flink-core/src/main/java/org/apache/flink/configuration/HistoryServerOptions.java ## @@ -99,6 +99,11 @@ .withD

[jira] [Commented] (FLINK-17977) Check log sanity

2020-06-15 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135769#comment-17135769 ] Robert Metzger commented on FLINK-17977: Added CheckpointCoordinator Savepoint/C

[jira] [Commented] (FLINK-18202) Introduce Protobuf format

2020-06-15 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135768#comment-17135768 ] Benchao Li commented on FLINK-18202: [~liufangliang] Thanks for addressing this issu

[GitHub] [flink] rmetzger commented on pull request #12638: [FLINK-17977] Improve checkpoint triggering log message

2020-06-15 Thread GitBox
rmetzger commented on pull request #12638: URL: https://github.com/apache/flink/pull/12638#issuecomment-644069727 Thanks a lot for the review! Merging. This is an automated message from the Apache Git Service. To respond t

[GitHub] [flink] rmetzger merged pull request #12638: [FLINK-17977] Improve checkpoint triggering log message

2020-06-15 Thread GitBox
rmetzger merged pull request #12638: URL: https://github.com/apache/flink/pull/12638 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Commented] (FLINK-18238) RemoteChannelThroughputBenchmark deadlocks

2020-06-15 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135764#comment-17135764 ] Yun Tang commented on FLINK-18238: -- I think the clear solution is to broadcast {{Cancel

[jira] [Closed] (FLINK-16432) Building Hive connector gives problems

2020-06-15 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger closed FLINK-16432. -- Fix Version/s: 1.10.2 Resolution: Fixed Merged to release-1.10: https://github.com/apa

[GitHub] [flink] rmetzger merged pull request #12648: [FLINK-16432][build] Fix dependencies in Hive Connector build.

2020-06-15 Thread GitBox
rmetzger merged pull request #12648: URL: https://github.com/apache/flink/pull/12648 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [flink] rmetzger commented on pull request #12648: [FLINK-16432][build] Fix dependencies in Hive Connector build.

2020-06-15 Thread GitBox
rmetzger commented on pull request #12648: URL: https://github.com/apache/flink/pull/12648#issuecomment-644066842 Thanks for the backport. Merging ... This is an automated message from the Apache Git Service. To respond to th

[GitHub] [flink] tillrohrmann closed pull request #12634: [FLINK-18191] Rename jobmanager.memory.* configuration options into master.memory.*

2020-06-15 Thread GitBox
tillrohrmann closed pull request #12634: URL: https://github.com/apache/flink/pull/12634 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[jira] [Created] (FLINK-18301) Backup Kafka logs on e2e failure

2020-06-15 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-18301: Summary: Backup Kafka logs on e2e failure Key: FLINK-18301 URL: https://issues.apache.org/jira/browse/FLINK-18301 Project: Flink Issue Type: Improvem

[GitHub] [flink] tillrohrmann commented on pull request #12634: [FLINK-18191] Rename jobmanager.memory.* configuration options into master.memory.*

2020-06-15 Thread GitBox
tillrohrmann commented on pull request #12634: URL: https://github.com/apache/flink/pull/12634#issuecomment-644059635 Closing this PR since it seems to be no longer relevant. This is an automated message from the Apache Git S

[GitHub] [flink] flinkbot edited a comment on pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12653: URL: https://github.com/apache/flink/pull/12653#issuecomment-644050022 ## CI report: * fc99297c87469719de75234943cc0f919e79cb78 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12652: [FLINK-17383] Do not use CollectionEnvironment in flink-planner tests

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12652: URL: https://github.com/apache/flink/pull/12652#issuecomment-644049916 ## CI report: * 4009fff026cbffb1cbfb5b193472ccd14c63baa9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12622: [FLINK-18261][parquet][orc] flink-orc and flink-parquet have invalid NOTICE file

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12622: URL: https://github.com/apache/flink/pull/12622#issuecomment-643039828 ## CI report: * 6d9675e9da52cd84df8f7b0b78ef7e2de8c23ef3 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] aljoscha commented on pull request #12634: [FLINK-18191] Rename jobmanager.memory.* configuration options into master.memory.*

2020-06-15 Thread GitBox
aljoscha commented on pull request #12634: URL: https://github.com/apache/flink/pull/12634#issuecomment-644057801 https://lists.apache.org/thread.html/red9d18f7173d53d016f6826410841b2726b9293ceefaea2de0cdeafb%40%3Cdev.flink.apache.org%3E ---

[GitHub] [flink] flinkbot edited a comment on pull request #12054: [FLINK-17579] Allow user to set the prefix of TaskManager's ResourceID in standalone mode

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12054: URL: https://github.com/apache/flink/pull/12054#issuecomment-626143079 ## CI report: * c4140c3ce76c43d4b2d73c6c9aca85e65e7ebe31 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-17949) KafkaShuffleITCase.testSerDeIngestionTime:156->testRecordSerDe:388 expected:<310> but was:<0>

2020-06-15 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135738#comment-17135738 ] Yuan Mei commented on FLINK-17949: -- I've tried to set the broker number to 1. This is w

[GitHub] [flink] flinkbot edited a comment on pull request #12651: [FLINK-18272][table-runtime-blink] Add retry logic to FileSystemLooku…

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12651: URL: https://github.com/apache/flink/pull/12651#issuecomment-644041083 ## CI report: * c257450f6449b99af763adb8c7f15487f676d0d7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
flinkbot commented on pull request #12653: URL: https://github.com/apache/flink/pull/12653#issuecomment-644050022 ## CI report: * fc99297c87469719de75234943cc0f919e79cb78 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot commented on pull request #12652: [FLINK-17383] Do not use CollectionEnvironment in flink-planner tests

2020-06-15 Thread GitBox
flinkbot commented on pull request #12652: URL: https://github.com/apache/flink/pull/12652#issuecomment-644049916 ## CI report: * 4009fff026cbffb1cbfb5b193472ccd14c63baa9 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #12054: [FLINK-17579] Allow user to set the prefix of TaskManager's ResourceID in standalone mode

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12054: URL: https://github.com/apache/flink/pull/12054#issuecomment-626143079 ## CI report: * c4140c3ce76c43d4b2d73c6c9aca85e65e7ebe31 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #12622: [FLINK-18261][parquet][orc] flink-orc and flink-parquet have invalid NOTICE file

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12622: URL: https://github.com/apache/flink/pull/12622#issuecomment-643039828 ## CI report: * 6d9675e9da52cd84df8f7b0b78ef7e2de8c23ef3 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-17075) Add task status reconciliation between TM and JM

2020-06-15 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135729#comment-17135729 ] Till Rohrmann commented on FLINK-17075: --- This sounds good to me [~chesnay]. > Add

[jira] [Updated] (FLINK-17978) Test Hadoop dependency change

2020-06-15 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-17978: -- Fix Version/s: (was: 1.11.0) > Test Hadoop dependency change > ---

[GitHub] [flink] flinkbot commented on pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
flinkbot commented on pull request #12653: URL: https://github.com/apache/flink/pull/12653#issuecomment-644046186 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[jira] [Updated] (FLINK-18294) Log java processes and disk space after each e2e test

2020-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-18294: --- Labels: pull-request-available (was: ) > Log java processes and disk space after each e2e t

[GitHub] [flink] zentol opened a new pull request #12653: [FLINK-18294][e2e] Log java processes and disk usage

2020-06-15 Thread GitBox
zentol opened a new pull request #12653: URL: https://github.com/apache/flink/pull/12653 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [flink] aljoscha commented on a change in pull request #12606: [FLINK-18248][docs] Update data type documentation for 1.11

2020-06-15 Thread GitBox
aljoscha commented on a change in pull request #12606: URL: https://github.com/apache/flink/pull/12606#discussion_r440076840 ## File path: docs/dev/table/types.md ## @@ -1125,9 +1131,110 @@ equivalent to `ROW`. **Bridging to JVM Types** -| Java Type | Inp

[GitHub] [flink] Myasuka commented on pull request #12650: [FLINK-18289][Checkpoint] Ensure notifyCheckpointAborted interface work in UDF operator

2020-06-15 Thread GitBox
Myasuka commented on pull request #12650: URL: https://github.com/apache/flink/pull/12650#issuecomment-644043335 @flinkbot run travis This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [flink] flinkbot edited a comment on pull request #12650: [FLINK-18289][Checkpoint] Ensure notifyCheckpointAborted interface work in UDF operator

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12650: URL: https://github.com/apache/flink/pull/12650#issuecomment-643987851 ## CI report: * c2abb9f36537c7d0876d50f1fe6f7f01eaddbecb Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #12651: [FLINK-18272][table-runtime-blink] Add retry logic to FileSystemLooku…

2020-06-15 Thread GitBox
flinkbot commented on pull request #12651: URL: https://github.com/apache/flink/pull/12651#issuecomment-644041083 ## CI report: * c257450f6449b99af763adb8c7f15487f676d0d7 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #12575: [FLINK-18094][checkpointing] Unifies the creation of BarrierHandlers and CheckpointedInputGate.

2020-06-15 Thread GitBox
flinkbot edited a comment on pull request #12575: URL: https://github.com/apache/flink/pull/12575#issuecomment-641844980 ## CI report: * c64b38313d76096a3e9017897912deb9024a6f85 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] dawidwys commented on pull request #12591: [FLINK-18223][avro] Fixed AvroSerializer to correctly initialize GenericRecords

2020-06-15 Thread GitBox
dawidwys commented on pull request #12591: URL: https://github.com/apache/flink/pull/12591#issuecomment-644040847 Thank you for the contribution @nicusX I merged the fix. This is an automated message from the Apache Git Servi

[GitHub] [flink] flinkbot commented on pull request #12652: [FLINK-17383] Do not use CollectionEnvironment in flink-planner tests

2020-06-15 Thread GitBox
flinkbot commented on pull request #12652: URL: https://github.com/apache/flink/pull/12652#issuecomment-644040544 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[jira] [Closed] (FLINK-18223) AvroSerializer does not correctly instantiate GenericRecord

2020-06-15 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Wysakowicz closed FLINK-18223. Fix Version/s: 1.10.2 1.11.0 Resolution: Fixed Fixed in: * maste

[jira] [Assigned] (FLINK-17075) Add task status reconciliation between TM and JM

2020-06-15 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-17075: Assignee: Chesnay Schepler > Add task status reconciliation between TM and JM > -

[GitHub] [flink] dawidwys closed pull request #12591: [FLINK-18223][avro] Fixed AvroSerializer to correctly initialize GenericRecords

2020-06-15 Thread GitBox
dawidwys closed pull request #12591: URL: https://github.com/apache/flink/pull/12591 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Closed] (FLINK-17978) Test Hadoop dependency change

2020-06-15 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang closed FLINK-17978. - Resolution: Fixed > Test Hadoop dependency change > - > > Ke

[jira] [Updated] (FLINK-17383) flink legacy planner should not use CollectionEnvironment any more

2020-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17383: --- Labels: pull-request-available (was: ) > flink legacy planner should not use CollectionEnvi

[jira] [Commented] (FLINK-17891) FlinkYarnSessionCli sets wrong execution.target type

2020-06-15 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135711#comment-17135711 ] Yang Wang commented on FLINK-17891: --- I have verified the PR could solve this issue. >

[GitHub] [flink] dawidwys opened a new pull request #12652: [FLINK-17383] Do not use CollectionEnvironment in flink-planner tests

2020-06-15 Thread GitBox
dawidwys opened a new pull request #12652: URL: https://github.com/apache/flink/pull/12652 ## What is the purpose of the change As per discussion here: https://github.com/apache/flink/pull/11794#issuecomment-618315314 we should get rid off `CollectionPipelineExecutor` ##

[GitHub] [flink] wangyang0918 edited a comment on pull request #12635: [FLINK-17891][yarn] Set execution.target to yarn-session in FlinkYarnSessionCli.run()

2020-06-15 Thread GitBox
wangyang0918 edited a comment on pull request #12635: URL: https://github.com/apache/flink/pull/12635#issuecomment-644033737 Thanks @kl0u. This is a valid fix to always set the `DeploymentOptions.TARGET` to session in `FlinkYarnSessionCli#run`. I have verified it could take effect. + 1 for

[GitHub] [flink] wangyang0918 commented on pull request #12635: [FLINK-17891][yarn] Set execution.target to yarn-session in FlinkYarnSessionCli.run()

2020-06-15 Thread GitBox
wangyang0918 commented on pull request #12635: URL: https://github.com/apache/flink/pull/12635#issuecomment-644033737 Thanks @kl0u. This is a valid fix to always set the `DeploymentOptions.TARGET` to session in `FlinkYarnSessionCli#run`. I have verified it could take effect. + 1 for

[jira] [Commented] (FLINK-17383) flink legacy planner should not use CollectionEnvironment any more

2020-06-15 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135705#comment-17135705 ] Dawid Wysakowicz commented on FLINK-17383: -- I have a fix for it ready. I will o

[GitHub] [flink] zentol commented on a change in pull request #12622: [FLINK-18261][parquet][orc] flink-orc and flink-parquet have invalid NOTICE file

2020-06-15 Thread GitBox
zentol commented on a change in pull request #12622: URL: https://github.com/apache/flink/pull/12622#discussion_r440065963 ## File path: pom.xml ## @@ -156,6 +156,7 @@ under the License. 2.7.5 1.10.0 tools/japicmp-output +

[jira] [Created] (FLINK-18300) SQL Client doesn't support ALTER VIEW

2020-06-15 Thread Rui Li (Jira)
Rui Li created FLINK-18300: -- Summary: SQL Client doesn't support ALTER VIEW Key: FLINK-18300 URL: https://issues.apache.org/jira/browse/FLINK-18300 Project: Flink Issue Type: Bug Component

[jira] [Commented] (FLINK-18298) Rename TableResult headers of SHOW statements

2020-06-15 Thread Fabian Hueske (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135703#comment-17135703 ] Fabian Hueske commented on FLINK-18298: --- Thanks for the swift response [~godfreyhe

[jira] [Assigned] (FLINK-18298) Rename TableResult headers of SHOW statements

2020-06-15 Thread Fabian Hueske (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reassigned FLINK-18298: - Assignee: godfrey he > Rename TableResult headers of SHOW statements >

[jira] [Commented] (FLINK-17383) flink legacy planner should not use CollectionEnvironment any more

2020-06-15 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135701#comment-17135701 ] Timo Walther commented on FLINK-17383: -- `fromCollection` is a different feature. It

[jira] [Assigned] (FLINK-17639) Document which FileSystems are supported by the StreamingFileSink

2020-06-15 Thread Kostas Kloudas (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas reassigned FLINK-17639: -- Assignee: Guowei Ma > Document which FileSystems are supported by the StreamingFileSi

[GitHub] [flink] aljoscha commented on pull request #12635: [FLINK-17891][yarn] Set execution.target to yarn-session in FlinkYarnSessionCli.run()

2020-06-15 Thread GitBox
aljoscha commented on pull request #12635: URL: https://github.com/apache/flink/pull/12635#issuecomment-644026924 This looks good to merge! This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (FLINK-17383) flink legacy planner should not use CollectionEnvironment any more

2020-06-15 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135696#comment-17135696 ] godfrey he commented on FLINK-17383: [~twalthr] I search `fromCollection` keyword in

[jira] [Updated] (FLINK-18299) Add keyword in json format to parse timestamp in different standard

2020-06-15 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang updated FLINK-18299: -- Parent: FLINK-17752 Issue Type: Sub-task (was: Bug) > Add keyword in json format to p

[jira] [Updated] (FLINK-18299) Add keyword in json format to parse timestamp in different standard

2020-06-15 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang updated FLINK-18299: -- Description: Add keyword such as 'timestamp-format.standard' in json format to parse timestam

<    1   2   3   4   5   6   7   >