[GitHub] [flink] flinkbot commented on pull request #17469: [FLINK-24480][table-planner] Do not discard exception in test

2021-10-14 Thread GitBox
flinkbot commented on pull request #17469: URL: https://github.com/apache/flink/pull/17469#issuecomment-943044005 ## CI report: * fa6bc88dade1c233be20252028a0d1f41e465d1b UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot edited a comment on pull request #17468: FLINK-24540 : fix resource leak due to Files.list

2021-10-14 Thread GitBox
flinkbot edited a comment on pull request #17468: URL: https://github.com/apache/flink/pull/17468#issuecomment-943027293 ## CI report: * 26d053e95ef27bb61332cb5491bddf69bcda93fc Azure:

[jira] [Commented] (FLINK-24480) EqualiserCodeGeneratorTest fails on azure

2021-10-14 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-24480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428638#comment-17428638 ] Ingo Bürk commented on FLINK-24480: --- The actual exception is unfortunately discarded. I've opened [PR

[jira] [Updated] (FLINK-24480) EqualiserCodeGeneratorTest fails on azure

2021-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-24480: --- Labels: pull-request-available test-stability (was: test-stability) >

[GitHub] [flink] Airblader opened a new pull request #17469: [FLINK-24480][table-planner] Do not discard exception in test

2021-10-14 Thread GitBox
Airblader opened a new pull request #17469: URL: https://github.com/apache/flink/pull/17469 ## What is the purpose of the change This does _not_ fix FLINK-24480, but instead hopefully will help investigating why the test sometimes fails. Currently, the actual exception is

[jira] [Assigned] (FLINK-24480) EqualiserCodeGeneratorTest fails on azure

2021-10-14 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-24480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Bürk reassigned FLINK-24480: - Assignee: Ingo Bürk > EqualiserCodeGeneratorTest fails on azure >

[GitHub] [flink] flinkbot edited a comment on pull request #17468: FLINK-24540 : fix resource leak due to Files.list

2021-10-14 Thread GitBox
flinkbot edited a comment on pull request #17468: URL: https://github.com/apache/flink/pull/17468#issuecomment-943027293 ## CI report: * 26d053e95ef27bb61332cb5491bddf69bcda93fc Azure:

[GitHub] [flink] flinkbot commented on pull request #17468: FLINK-24540 : fix resource leak due to Files.list

2021-10-14 Thread GitBox
flinkbot commented on pull request #17468: URL: https://github.com/apache/flink/pull/17468#issuecomment-943032413 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

[GitHub] [flink] flinkbot commented on pull request #17468: FLINK-24540 : fix resource leak due to Files.list

2021-10-14 Thread GitBox
flinkbot commented on pull request #17468: URL: https://github.com/apache/flink/pull/17468#issuecomment-943027293 ## CI report: * 26d053e95ef27bb61332cb5491bddf69bcda93fc UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[jira] [Comment Edited] (FLINK-24520) Building of WebUI failed on Ubuntu 20

2021-10-14 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428635#comment-17428635 ] Ingo Bürk edited comment on FLINK-24520 at 10/14/21, 6:36 AM: -- It _could_

[jira] [Commented] (FLINK-24520) Building of WebUI failed on Ubuntu 20

2021-10-14 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428635#comment-17428635 ] Ingo Bürk commented on FLINK-24520: --- It _could_ be

[GitHub] [flink] lujiefsi opened a new pull request #17468: FLINK-24540 : fix resource leak due to Files.list

2021-10-14 Thread GitBox
lujiefsi opened a new pull request #17468: URL: https://github.com/apache/flink/pull/17468 Files.list will open dir and we should close it see jdk: the {@code try}-with-resources construct should be used to ensure that the stream's {@link Stream#close close} method

[jira] [Updated] (FLINK-24541) ConfigurationUtils#assembleDynamicConfigsStr should consider special characters

2021-10-14 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-24541: --- Description: Without quoting, some special characters will be misunderstood by shell, e.g. ';' used

[jira] [Commented] (FLINK-24541) ConfigurationUtils#assembleDynamicConfigsStr should consider special characters

2021-10-14 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428633#comment-17428633 ] Yangze Guo commented on FLINK-24541: I'd like to take this ticket. >

[jira] [Created] (FLINK-24541) ConfigurationUtils#assembleDynamicConfigsStr should consider special characters

2021-10-14 Thread Yangze Guo (Jira)
Yangze Guo created FLINK-24541: -- Summary: ConfigurationUtils#assembleDynamicConfigsStr should consider special characters Key: FLINK-24541 URL: https://issues.apache.org/jira/browse/FLINK-24541 Project:

[GitHub] [flink] flinkbot commented on pull request #17467: FLINK-24540 : Fix Resocue leak due to Files.list

2021-10-14 Thread GitBox
flinkbot commented on pull request #17467: URL: https://github.com/apache/flink/pull/17467#issuecomment-943007711 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

[GitHub] [flink] lujiefsi closed pull request #17467: FLINK-24540 : Fix Resocue leak due to Files.list

2021-10-14 Thread GitBox
lujiefsi closed pull request #17467: URL: https://github.com/apache/flink/pull/17467 -- 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:

[GitHub] [flink] flinkbot commented on pull request #17467: FLINK-24540 : Fix Resocue leak due to Files.list

2021-10-14 Thread GitBox
flinkbot commented on pull request #17467: URL: https://github.com/apache/flink/pull/17467#issuecomment-943007100 ## CI report: * 51e4840d984dd447519caa240859f880cdd33109 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[jira] [Updated] (FLINK-24540) Fix Resocue leak due to Files.list

2021-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-24540: --- Labels: pull-request-available (was: ) > Fix Resocue leak due to Files.list >

[GitHub] [flink] lujiefsi opened a new pull request #17467: FLINK-24540 : Fix Resocue leak due to Files.list

2021-10-14 Thread GitBox
lujiefsi opened a new pull request #17467: URL: https://github.com/apache/flink/pull/17467 Files.list will open dir and we should close it see jdk: the {@code try}-with-resources construct should be used to ensure that the stream's {@link Stream#close close}

[jira] [Commented] (FLINK-24539) ChangelogNormalize operator tooks too long time to INITIALIZING until failed

2021-10-14 Thread vmaster.cc (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428622#comment-17428622 ] vmaster.cc commented on FLINK-24539: Supplementary notes: 1、Checkpoint interval: 10m

[jira] [Updated] (FLINK-24539) ChangelogNormalize operator tooks too long time to INITIALIZING until failed

2021-10-14 Thread vmaster.cc (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vmaster.cc updated FLINK-24539: --- Attachment: image-2021-10-14-14-16-33-080.png > ChangelogNormalize operator tooks too long time to

[GitHub] [flink] complone edited a comment on pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2021-10-14 Thread GitBox
complone edited a comment on pull request #14376: URL: https://github.com/apache/flink/pull/14376#issuecomment-943001370 @maosuhan I would like to ask how the support of this plugin is progressing, I am willing to carry out the remaining development work -- This is an automated message

[jira] [Updated] (FLINK-24539) ChangelogNormalize operator tooks too long time to INITIALIZING until failed

2021-10-14 Thread vmaster.cc (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vmaster.cc updated FLINK-24539: --- Attachment: image-2021-10-14-14-15-40-101.png > ChangelogNormalize operator tooks too long time to

[GitHub] [flink] complone commented on pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2021-10-14 Thread GitBox
complone commented on pull request #14376: URL: https://github.com/apache/flink/pull/14376#issuecomment-943001370 I would like to ask how the support of this plugin is progressing, I am willing to carry out the remaining development work -- This is an automated message from the Apache

[jira] [Updated] (FLINK-24539) ChangelogNormalize operator tooks too long time to INITIALIZING until failed

2021-10-14 Thread vmaster.cc (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vmaster.cc updated FLINK-24539: --- Attachment: image-2021-10-14-14-13-13-370.png > ChangelogNormalize operator tooks too long time to

[GitHub] [flink] AHeise commented on pull request #17342: [FLINK-20928] Fix flaky test by retrying notifyCheckpointComplete until either commit success or timeout

2021-10-14 Thread GitBox
AHeise commented on pull request #17342: URL: https://github.com/apache/flink/pull/17342#issuecomment-942996211 I merged the backport into 1.14. According to the ticket it also affects 1.13. Can you verify that and do another backport? If not, please close the ticket. -- This is an

[jira] [Commented] (FLINK-20928) KafkaSourceReaderTest.testOffsetCommitOnCheckpointComplete:189->pollUntil:270 » Timeout

2021-10-14 Thread Arvid Heise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428617#comment-17428617 ] Arvid Heise commented on FLINK-20928: - Merged into 1.14 as 7578758fa8c84314b8b3206629b3afa9ff41b636.

[GitHub] [flink] AHeise merged pull request #17457: [FLINK-20928] Fix flaky test by retrying notifyCheckpointComplete until either commit success or timeout

2021-10-14 Thread GitBox
AHeise merged pull request #17457: URL: https://github.com/apache/flink/pull/17457 -- 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:

<    1   2   3   4