[jira] [Commented] (FLINK-24096) Table planner tests fails due to NPE in FailingCollectionSource.notifyCheckpointComplete

2021-09-05 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410407#comment-17410407 ] Yun Gao commented on FLINK-24096: - Since the PR is merged, I'll temporarily close the is

[jira] [Closed] (FLINK-24096) Table planner tests fails due to NPE in FailingCollectionSource.notifyCheckpointComplete

2021-09-05 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yun Gao closed FLINK-24096. --- Resolution: Fixed > Table planner tests fails due to NPE in > FailingCollectionSource.notifyCheckpointCompl

[jira] [Commented] (FLINK-24096) Table planner tests fails due to NPE in FailingCollectionSource.notifyCheckpointComplete

2021-09-05 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410406#comment-17410406 ] Yun Gao commented on FLINK-24096: - Fix on master via  c0c33d3f8dd39c312111de68d3c4230d89

[GitHub] [flink] gaoyunhaii commented on pull request #17153: (1.14) [FLINK-24096][checkpoint] Skip the complete notification for checkpoints before task startup

2021-09-05 Thread GitBox
gaoyunhaii commented on pull request #17153: URL: https://github.com/apache/flink/pull/17153#issuecomment-913389153 Will merge~ -- 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 the specific comme

[GitHub] [flink] gaoyunhaii closed pull request #17153: (1.14) [FLINK-24096][checkpoint] Skip the complete notification for checkpoints before task startup

2021-09-05 Thread GitBox
gaoyunhaii closed pull request #17153: URL: https://github.com/apache/flink/pull/17153 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsu

[GitHub] [flink] flinkbot edited a comment on pull request #17153: (1.14) [FLINK-24096][checkpoint] Skip the complete notification for checkpoints before task startup

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17153: URL: https://github.com/apache/flink/pull/17153#issuecomment-913306007 ## CI report: * e1c7ffe73833a91d25a0ed988eee5a04d8cafe6e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #17155: [FLINK-19883][table] Support 'IF EXISTS' in DDL for ALTER TABLE

2021-09-05 Thread GitBox
flinkbot commented on pull request #17155: URL: https://github.com/apache/flink/pull/17155#issuecomment-913385726 ## CI report: * b63f1c5c55e45ba28e8e0b520a2f623ad94aad30 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #17064: [FLINK-24059][Connectors/Common] Allow SourceReaderTestBase.NUM_SPLITS to be overridden

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17064: URL: https://github.com/apache/flink/pull/17064#issuecomment-908893945 ## CI report: * 56843f83cefb24201811495f8bff55b8fb7523f3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #16902: [FLINK-23113][runtime-web] Migrate to ESLint, add Stylint and address dependency vulnerabilities

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-902393531 ## CI report: * 5240b15bd61f4b040a2f807780b081cab6ab9113 UNKNOWN * bc16f1eaa144e81d1184743d588145a204518225 UNKNOWN * 6d6d751c61c7e03574611eb0739aaad40b9b

[jira] [Updated] (FLINK-24161) Can not stop the job with savepoint while a task is finishing

2021-09-05 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-24161: --- Description: When stop the job with savepoint, if there is a task is finishing, the action will be

[jira] [Updated] (FLINK-24161) Can not stop the job with savepoint while a task is finishing

2021-09-05 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-24161: --- Description: When stop the job with savepoint, if there is a task is finishing, the action will be

[GitHub] [flink-web] Airblader commented on a change in pull request #460: Add blog post - Implement custom source connector for Table API and SQL

2021-09-05 Thread GitBox
Airblader commented on a change in pull request #460: URL: https://github.com/apache/flink-web/pull/460#discussion_r702610547 ## File path: css/flink.css ## @@ -249,6 +249,19 @@ img.illu {margin:40px auto 60px;display:block;} .committer-avatar { width: 50px; } + +.not

[jira] [Commented] (FLINK-24161) Can not stop the job with savepoint while a task is finishing

2021-09-05 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410393#comment-17410393 ] Yun Gao commented on FLINK-24161: - Very thanks [~karmagyz] for verifying the functionali

[GitHub] [flink] Jiayi-Liao commented on a change in pull request #17142: [FLINK-24148] Add bloom filter option in RocksDBConfiguredOptions

2021-09-05 Thread GitBox
Jiayi-Liao commented on a change in pull request #17142: URL: https://github.com/apache/flink/pull/17142#discussion_r702617343 ## File path: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/DefaultConfigurableOptionsFactory.java ##

[GitHub] [flink] Jiayi-Liao commented on a change in pull request #17142: [FLINK-24148] Add bloom filter option in RocksDBConfiguredOptions

2021-09-05 Thread GitBox
Jiayi-Liao commented on a change in pull request #17142: URL: https://github.com/apache/flink/pull/17142#discussion_r702617343 ## File path: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/DefaultConfigurableOptionsFactory.java ##

[GitHub] [flink] Myasuka commented on a change in pull request #17142: [FLINK-24148] Add bloom filter option in RocksDBConfiguredOptions

2021-09-05 Thread GitBox
Myasuka commented on a change in pull request #17142: URL: https://github.com/apache/flink/pull/17142#discussion_r702612363 ## File path: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/DefaultConfigurableOptionsFactory.java #

[GitHub] [flink] gaoyunhaii commented on pull request #17023: [FLINK-24043][runtime] Reuse the code of 'check savepoint preconditions'.

2021-09-05 Thread GitBox
gaoyunhaii commented on pull request #17023: URL: https://github.com/apache/flink/pull/17023#issuecomment-913375496 Hi @RocMarshal sorry for the delay for being occupied last week, I'll try to have a look in these two days. -- This is an automated message from the Apache Git Service. To

[GitHub] [flink] curcur commented on a change in pull request #16978: [FLINK-23607][state/changelog] Cleanup dependencies

2021-09-05 Thread GitBox
curcur commented on a change in pull request #16978: URL: https://github.com/apache/flink/pull/16978#discussion_r702610217 ## File path: flink-test-utils-parent/flink-test-utils/pom.xml ## @@ -115,6 +115,14 @@ under the License. +

[jira] [Assigned] (FLINK-24137) Python tests fail with "Exception in thread read_grpc_client_inputs"

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu reassigned FLINK-24137: --- Assignee: Dian Fu > Python tests fail with "Exception in thread read_grpc_client_inputs" >

[jira] [Updated] (FLINK-24137) Python tests fail with "Exception in thread read_grpc_client_inputs"

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-24137: Description: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=23443&view=logs&j=9cad

[jira] [Updated] (FLINK-24100) test_connectors.py fails on azure

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-24100: Fix Version/s: (was: 1.14.0) > test_connectors.py fails on azure > - >

[jira] [Commented] (FLINK-24137) Python tests fail with "Exception in thread read_grpc_client_inputs"

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410384#comment-17410384 ] Dian Fu commented on FLINK-24137: - [~xtsong] I will take a look at this issue. I agree w

[jira] [Closed] (FLINK-24100) test_connectors.py fails on azure

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-24100. --- Resolution: Duplicate > test_connectors.py fails on azure > - > >

[GitHub] [flink] flinkbot edited a comment on pull request #17152: [FLINK-24131][datastream/kafka] Reliably shutdown producer

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17152: URL: https://github.com/apache/flink/pull/17152#issuecomment-913235346 ## CI report: * ddc241c3ce922b83edff8cd73fd3215ec5eda330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Updated] (FLINK-24134) Docker "Enabling Python" documentation results in failed Docker builds

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-24134: Fix Version/s: 1.12.6 > Docker "Enabling Python" documentation results in failed Docker builds > -

[jira] [Comment Edited] (FLINK-24134) Docker "Enabling Python" documentation results in failed Docker builds

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410377#comment-17410377 ] Dian Fu edited comment on FLINK-24134 at 9/6/21, 5:52 AM: -- Merg

[GitHub] [flink] flinkbot commented on pull request #17155: [FLINK-19883][table] Support 'IF EXISTS' in DDL for ALTER TABLE

2021-09-05 Thread GitBox
flinkbot commented on pull request #17155: URL: https://github.com/apache/flink/pull/17155#issuecomment-913359400 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-19883) Support "IF EXISTS" in DDL for ALTER TABLE

2021-09-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-19883: --- Labels: pull-request-available (was: ) > Support "IF EXISTS" in DDL for ALTER TABLE > -

[GitHub] [flink] SteNicholas opened a new pull request #17155: [FLINK-19883][table] Support 'IF EXISTS' in DDL for ALTER TABLE

2021-09-05 Thread GitBox
SteNicholas opened a new pull request #17155: URL: https://github.com/apache/flink/pull/17155 ## What is the purpose of the change *`ALTER TABLE` does not seem to support the `IF EXISTS` part in the DDL, but the corresponding methods `Catalog#renameTable` and `Catalog#alterTable` do

[jira] [Updated] (FLINK-24134) Docker "Enabling Python" documentation results in failed Docker builds

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-24134: Fix Version/s: 1.13.3 > Docker "Enabling Python" documentation results in failed Docker builds > -

[jira] [Closed] (FLINK-24134) Docker "Enabling Python" documentation results in failed Docker builds

2021-09-05 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-24134. --- Resolution: Fixed Merged to: - master via 7bee34d69f386e86616696c56029e21597dca61e - release-1.14 via f6460e

[GitHub] [flink] dianfu closed pull request #17154: [FLINK-24134][python][docs] Update the documentation about how to install PyFlink in docker

2021-09-05 Thread GitBox
dianfu closed pull request #17154: URL: https://github.com/apache/flink/pull/17154 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink] mans2singh commented on pull request #16763: [hotfix][state_processor_api][union_state][doc] Updated variable name to match method invocation

2021-09-05 Thread GitBox
mans2singh commented on pull request #16763: URL: https://github.com/apache/flink/pull/16763#issuecomment-913338933 Hi @leonardBang @tisonkun - This PR is about renaming variable (`DataSet listState`) to be consistent with the `readUnionState` method invocation (`savepoint.readUni

[jira] [Commented] (FLINK-24061) RMQSourceITCase.testAckFailure fails on azure

2021-09-05 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-24061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410375#comment-17410375 ] Michał Ciesielczyk commented on FLINK-24061: Hi, I'm not sure if increasing

[GitHub] [flink] RocMarshal commented on pull request #17023: [FLINK-24043][runtime] Reuse the code of 'check savepoint preconditions'.

2021-09-05 Thread GitBox
RocMarshal commented on pull request #17023: URL: https://github.com/apache/flink/pull/17023#issuecomment-91450 @tillrohrmann @tisonkun @gaoyunhaii Could you help me to review this PR if you have time? Thank you. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [flink] flinkbot edited a comment on pull request #17154: [FLINK-24134][python][docs] Update the documentation about how to install PyFlink in docker

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17154: URL: https://github.com/apache/flink/pull/17154#issuecomment-913317006 ## CI report: * 1f49ce4a5d7d17e1fd2bea4959996d912a12cd73 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #16959: [FLINK-23912] Remove unnecessary "Clearing resource requirements of job" in SlotManager

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16959: URL: https://github.com/apache/flink/pull/16959#issuecomment-904476350 ## CI report: * 9b6925fe65d15dbede54fb888c51e4ba96c39f44 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #16902: [FLINK-23113][runtime-web] Migrate to ESLint, add Stylint and address dependency vulnerabilities

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-902393531 ## CI report: * 5240b15bd61f4b040a2f807780b081cab6ab9113 UNKNOWN * 0157b9a476cc31fd3d430ba8fc25d07abcc9f9d2 Azure: [FAILURE](https://dev.azure.com/apache-fl

[jira] [Commented] (FLINK-23864) The document for Pulsar Source

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410362#comment-17410362 ] Xintong Song commented on FLINK-23864: -- Hi [~syhily], Do we have any updates for th

[jira] [Updated] (FLINK-23864) The document for Pulsar Source

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-23864: - Labels: documentation r (was: documentation) > The document for Pulsar Source > ---

[jira] [Updated] (FLINK-23864) The document for Pulsar Source

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-23864: - Priority: Blocker (was: Major) > The document for Pulsar Source > -

[jira] [Assigned] (FLINK-22603) The digest can be produced by SourceAbilitySpec

2021-09-05 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he reassigned FLINK-22603: -- Assignee: zhongxuyang > The digest can be produced by SourceAbilitySpec > ---

[jira] [Updated] (FLINK-22603) The digest can be produced by SourceAbilitySpec

2021-09-05 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he updated FLINK-22603: --- Fix Version/s: (was: 1.14.0) 1.15.0 > The digest can be produced by SourceAbi

[jira] [Commented] (FLINK-23456) Manually test on cluster

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410361#comment-17410361 ] Xintong Song commented on FLINK-23456: -- Hi [~akalashnikov], How are things going wi

[jira] [Commented] (FLINK-23821) Test loopback mode to allow Python UDF worker and client reuse the same Python VM

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410360#comment-17410360 ] Xintong Song commented on FLINK-23821: -- Hi [~Jiangang], how are the testings going?

[jira] [Updated] (FLINK-24155) Translate documentation for how to configure the CheckpointFailureManager

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24155: - Priority: Major (was: Critical) > Translate documentation for how to configure the CheckpointFa

[jira] [Commented] (FLINK-24137) Python tests fail with "Exception in thread read_grpc_client_inputs"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410359#comment-17410359 ] Xintong Song commented on FLINK-24137: -- Thanks [~hxbks2ks]. Shall I assign this to

[GitHub] [flink] flinkbot commented on pull request #17154: [FLINK-24134][python][docs] Update the documentation about how to install PyFlink in docker

2021-09-05 Thread GitBox
flinkbot commented on pull request #17154: URL: https://github.com/apache/flink/pull/17154#issuecomment-913317006 ## CI report: * 1f49ce4a5d7d17e1fd2bea4959996d912a12cd73 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #17153: (1.14) [FLINK-24068][checkpoint] Also check for alignment start when received EndOfPartition from pending channels

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17153: URL: https://github.com/apache/flink/pull/17153#issuecomment-913306007 ## CI report: * e1c7ffe73833a91d25a0ed988eee5a04d8cafe6e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #17064: [FLINK-24059][Connectors/Common] Allow SourceReaderTestBase.NUM_SPLITS to be overridden

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17064: URL: https://github.com/apache/flink/pull/17064#issuecomment-908893945 ## CI report: * 167a600021ec50d0fa82e8806593391fe57a545a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #16959: [FLINK-23912] Remove unnecessary "Clearing resource requirements of job" in SlotManager

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16959: URL: https://github.com/apache/flink/pull/16959#issuecomment-904476350 ## CI report: * 9b6925fe65d15dbede54fb888c51e4ba96c39f44 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #16902: [FLINK-23113][runtime-web] Migrate to ESLint, add Stylint and address dependency vulnerabilities

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-902393531 ## CI report: * 5240b15bd61f4b040a2f807780b081cab6ab9113 UNKNOWN * 0157b9a476cc31fd3d430ba8fc25d07abcc9f9d2 Azure: [FAILURE](https://dev.azure.com/apache-fl

[GitHub] [flink] flinkbot edited a comment on pull request #16224: Added LoadRebalancePartitioner in order to select the freest subparti…

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16224: URL: https://github.com/apache/flink/pull/16224#issuecomment-865133220 ## CI report: * cdefe703b7d7706c52ab78bda36cb43c0e5230d8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-23857) insert overwirite table select * from t where 1 != 1, Unable to clear table data

2021-09-05 Thread Rui Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410356#comment-17410356 ] Rui Li commented on FLINK-23857: [~luoyuxia] Please also verify with different hive vers

[jira] [Commented] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410355#comment-17410355 ] Xintong Song commented on FLINK-24162: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24096) Table planner tests fails due to NPE in FailingCollectionSource.notifyCheckpointComplete

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410354#comment-17410354 ] Xintong Song commented on FLINK-24096: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24137) Python tests fail with "Exception in thread read_grpc_client_inputs"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410353#comment-17410353 ] Xintong Song commented on FLINK-24137: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-23886) An exception is thrown out when recover job timers from checkpoint file

2021-09-05 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410352#comment-17410352 ] Yun Tang commented on FLINK-23886: -- [~pnowojski] I think FLINK-19741 is not like the pr

[jira] [Updated] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24131: - Fix Version/s: 1.15.0 1.13.3 1.14.0 > KafkaSinkITCase "Det

[jira] [Updated] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24131: - Priority: Blocker (was: Critical) > KafkaSinkITCase "Detected producer leak" >

[jira] [Updated] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24131: - Affects Version/s: 1.13.2 > KafkaSinkITCase "Detected producer leak" > -

[jira] [Updated] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24131: - Affects Version/s: 1.14.0 > KafkaSinkITCase "Detected producer leak" > -

[jira] [Commented] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410350#comment-17410350 ] Xintong Song commented on FLINK-24131: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-22869) SQLClientSchemaRegistryITCase timeouts on azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410349#comment-17410349 ] Xintong Song commented on FLINK-22869: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Updated] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24163: - Priority: Blocker (was: Major) > PartiallyFinishedSourcesITCase fails due to timeout >

[jira] [Updated] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24162: - Priority: Blocker (was: Major) > PartiallyFinishedSourcesITCase fails due to assertion error in

[jira] [Commented] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410347#comment-17410347 ] Xintong Song commented on FLINK-24162: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410346#comment-17410346 ] Xintong Song commented on FLINK-24131: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410345#comment-17410345 ] Xintong Song commented on FLINK-24163: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-22889) JdbcExactlyOnceSinkE2eTest.testInsert hangs on azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410344#comment-17410344 ] Xintong Song commented on FLINK-22889: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410342#comment-17410342 ] Xintong Song commented on FLINK-24162: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-22971) Initialization of Testcontainers unstable on Azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410340#comment-17410340 ] Xintong Song commented on FLINK-22971: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410336#comment-17410336 ] Xintong Song commented on FLINK-24163: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410337#comment-17410337 ] Xintong Song commented on FLINK-24163: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Closed] (FLINK-23748) Testing window TVF session window

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song closed FLINK-23748. Resolution: Won't Do > Testing window TVF session window > - > >

[jira] [Comment Edited] (FLINK-23748) Testing window TVF session window

2021-09-05 Thread JING ZHANG (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410327#comment-17410327 ] JING ZHANG edited comment on FLINK-23748 at 9/6/21, 3:16 AM: -

[GitHub] [flink] yangjunhan edited a comment on pull request #16902: [FLINK-23113][runtime-web] Migrate to ESLint, add Stylint and address dependency vulnerabilities

2021-09-05 Thread GitBox
yangjunhan edited a comment on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-913307348 > @yangjunhan I've also noticed now that you are migrating the package-lock.json back from version 2 to 1. Can you please fix that commit to have it generated as versi

[jira] [Commented] (FLINK-22971) Initialization of Testcontainers unstable on Azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410331#comment-17410331 ] Xintong Song commented on FLINK-22971: -- https://dev.azure.com/apache-flink/apache-f

[GitHub] [flink] yangjunhan commented on pull request #16902: [FLINK-23113][runtime-web] Migrate to ESLint, add Stylint and address dependency vulnerabilities

2021-09-05 Thread GitBox
yangjunhan commented on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-913307348 > @yangjunhan I've also noticed now that you are migrating the package-lock.json back from version 2 to 1. Can you please fix that commit to have it generated as version 2? T

[jira] [Commented] (FLINK-22603) The digest can be produced by SourceAbilitySpec

2021-09-05 Thread zhongxuyang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410329#comment-17410329 ] zhongxuyang commented on FLINK-22603: - please assign to me > The digest can be prod

[jira] [Commented] (FLINK-23493) python tests hang on Azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410330#comment-17410330 ] Xintong Song commented on FLINK-23493: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-22869) SQLClientSchemaRegistryITCase timeouts on azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410328#comment-17410328 ] Xintong Song commented on FLINK-22869: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-23748) Testing window TVF session window

2021-09-05 Thread JING ZHANG (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410327#comment-17410327 ] JING ZHANG commented on FLINK-23748: [~liliwei]  We have move [FLINK-24024|https://

[GitHub] [flink] flinkbot commented on pull request #17153: (1.14) [FLINK-24068][checkpoint] Also check for alignment start when received EndOfPartition from pending channels

2021-09-05 Thread GitBox
flinkbot commented on pull request #17153: URL: https://github.com/apache/flink/pull/17153#issuecomment-913306007 ## CI report: * e1c7ffe73833a91d25a0ed988eee5a04d8cafe6e UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #17064: [FLINK-24059][Connectors/Common] Allow SourceReaderTestBase.NUM_SPLITS to be overridden

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #17064: URL: https://github.com/apache/flink/pull/17064#issuecomment-908893945 ## CI report: * 167a600021ec50d0fa82e8806593391fe57a545a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410326#comment-17410326 ] Xintong Song commented on FLINK-24162: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Commented] (FLINK-24131) KafkaSinkITCase "Detected producer leak"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410325#comment-17410325 ] Xintong Song commented on FLINK-24131: -- https://dev.azure.com/apache-flink/apache-f

[GitHub] [flink] flinkbot edited a comment on pull request #16902: [FLINK-23113][runtime-web] Migrate to ESLint, add Stylint and address dependency vulnerabilities

2021-09-05 Thread GitBox
flinkbot edited a comment on pull request #16902: URL: https://github.com/apache/flink/pull/16902#issuecomment-902393531 ## CI report: * 5240b15bd61f4b040a2f807780b081cab6ab9113 UNKNOWN * 0157b9a476cc31fd3d430ba8fc25d07abcc9f9d2 Azure: [FAILURE](https://dev.azure.com/apache-fl

[jira] [Commented] (FLINK-24137) Python tests fail with "Exception in thread read_grpc_client_inputs"

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410324#comment-17410324 ] Xintong Song commented on FLINK-24137: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Updated] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24163: - Component/s: API / DataStream > PartiallyFinishedSourcesITCase fails due to timeout > --

[jira] [Updated] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24163: - Fix Version/s: 1.15.0 1.14.0 > PartiallyFinishedSourcesITCase fails due to ti

[jira] [Updated] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song updated FLINK-24163: - Affects Version/s: 1.15.0 1.14.0 > PartiallyFinishedSourcesITCase fails d

[jira] [Commented] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410323#comment-17410323 ] Xintong Song commented on FLINK-24163: -- cc [~roman] > PartiallyFinishedSourcesITCa

[jira] [Created] (FLINK-24163) PartiallyFinishedSourcesITCase fails due to timeout

2021-09-05 Thread Xintong Song (Jira)
Xintong Song created FLINK-24163: Summary: PartiallyFinishedSourcesITCase fails due to timeout Key: FLINK-24163 URL: https://issues.apache.org/jira/browse/FLINK-24163 Project: Flink Issue Typ

[GitHub] [flink] flinkbot commented on pull request #17154: [FLINK-24134][python][docs] Update the documentation about how to install PyFlink in docker

2021-09-05 Thread GitBox
flinkbot commented on pull request #17154: URL: https://github.com/apache/flink/pull/17154#issuecomment-913303679 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] [Commented] (FLINK-22971) Initialization of Testcontainers unstable on Azure

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410321#comment-17410321 ] Xintong Song commented on FLINK-22971: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Updated] (FLINK-24134) Docker "Enabling Python" documentation results in failed Docker builds

2021-09-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-24134: --- Labels: pull-request-available (was: ) > Docker "Enabling Python" documentation results in

[GitHub] [flink] dianfu opened a new pull request #17154: [FLINK-24134][python][docs] Update the documentation about how to install PyFlink in docker

2021-09-05 Thread GitBox
dianfu opened a new pull request #17154: URL: https://github.com/apache/flink/pull/17154 ## What is the purpose of the change *This pull request fixes the documentation about how to install PyFlink in docker as it has bumped the Python version from Python 3.7 to Python 3.9 in de

[jira] [Commented] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410320#comment-17410320 ] Xintong Song commented on FLINK-24162: -- cc [~roman] > PartiallyFinishedSourcesITCa

[jira] [Created] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

2021-09-05 Thread Xintong Song (Jira)
Xintong Song created FLINK-24162: Summary: PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle Key: FLINK-24162 URL: https://issues.apache.org/jira/browse/FLI

  1   2   >