[jira] [Updated] (FLINK-24201) HistoryServer didn't contain TaskManager Logs

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-24201: - Fix Version/s: (was: 1.14.1) 1.15.0 > HistoryServer didn't

[jira] [Updated] (FLINK-24201) HistoryServer didn't contain TaskManager Logs

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-24201: - Issue Type: New Feature (was: Bug) > HistoryServer didn't contain TaskManager Logs >

[jira] [Updated] (FLINK-24149) Make checkpoint relocatable

2021-09-08 Thread Feifan Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feifan Wang updated FLINK-24149: Attachment: image-2021-09-08-18-01-03-176.png > Make checkpoint relocatable >

[jira] [Updated] (FLINK-24201) HistoryServer didn't contain TaskManager Logs

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-24201: - Affects Version/s: (was: 1.13.1) (was: 1.12.2) >

[jira] [Updated] (FLINK-24209) Jdbc connector uses postgres testcontainers in compile scope

2021-09-08 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Wysakowicz updated FLINK-24209: - Description: testcontainer dependencies should only ever be used in the test scope. It

[jira] [Assigned] (FLINK-24209) Jdbc connector uses postgres testcontainers in compile scope

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-24209: Assignee: Chesnay Schepler > Jdbc connector uses postgres testcontainers in

[jira] [Created] (FLINK-24210) Window related serailizer should not return 0 as its serialized length

2021-09-08 Thread Yun Tang (Jira)
Yun Tang created FLINK-24210: Summary: Window related serailizer should not return 0 as its serialized length Key: FLINK-24210 URL: https://issues.apache.org/jira/browse/FLINK-24210 Project: Flink

[jira] [Updated] (FLINK-24149) Make checkpoint relocatable

2021-09-08 Thread Feifan Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feifan Wang updated FLINK-24149: Attachment: image-2021-09-08-17-55-46-898.png > Make checkpoint relocatable >

[GitHub] [flink] Airblader commented on a change in pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r704264509 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/sql/SqlJsonObjectFunction.java ## @@ -0,0 +1,159

[jira] [Updated] (FLINK-20873) Upgrade Calcite version to 1.27

2021-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-20873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Bürk updated FLINK-20873: -- Description: The following files should be removed from the Flink code base during an upgrade: -

[GitHub] [flink] Airblader commented on a change in pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r704249815 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/converter/converters/JsonObjectConverter.java

[jira] [Created] (FLINK-24209) Jdbc connector uses postgres testcontainers in compile scope

2021-09-08 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-24209: Summary: Jdbc connector uses postgres testcontainers in compile scope Key: FLINK-24209 URL: https://issues.apache.org/jira/browse/FLINK-24209 Project: Flink

[jira] [Commented] (FLINK-24178) Flink on Kubernetes TaskManager

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411831#comment-17411831 ] Chesnay Schepler commented on FLINK-24178: -- We really can't help you without the logs. If there

[jira] [Commented] (FLINK-16203) Support JSON_OBJECT

2021-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-16203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411829#comment-17411829 ] Ingo Bürk commented on FLINK-16203: --- There is a bug in Calcite <1.27 which causes broken type

[GitHub] [flink] Airblader commented on a change in pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r704249815 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/converter/converters/JsonObjectConverter.java

[GitHub] [flink] zentol edited a comment on pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
zentol edited a comment on pull request #17196: URL: https://github.com/apache/flink/pull/17196#issuecomment-915079916 I don't think this _really_ improves the javadocs. By virtue of what a seek does isn't the "position" bit unnecessary? -- This is an automated message from the Apache

[GitHub] [flink] zentol edited a comment on pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
zentol edited a comment on pull request #17196: URL: https://github.com/apache/flink/pull/17196#issuecomment-915079916 I don't think this _really_ improves the javadocs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [flink] Airblader commented on a change in pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r704249815 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/converter/converters/JsonObjectConverter.java

[GitHub] [flink] zentol commented on pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
zentol commented on pull request #17196: URL: https://github.com/apache/flink/pull/17196#issuecomment-915079916 I don't think this really improves the javadocs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] zentol closed pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
zentol closed pull request #17196: URL: https://github.com/apache/flink/pull/17196 -- 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] Airblader commented on a change in pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r704231493 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/converter/converters/JsonObjectConverter.java

[GitHub] [flink] flinkbot commented on pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
flinkbot commented on pull request #17196: URL: https://github.com/apache/flink/pull/17196#issuecomment-915073209 ## CI report: * 928d8dcbd3b60d2fe1c37603f26298ad269f86b1 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot edited a comment on pull request #17195: [FLINK-24196][doc]Translate "EXPLAIN Statements" page of "SQL" into C…

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17195: URL: https://github.com/apache/flink/pull/17195#issuecomment-915027502 ## CI report: * b491ca621d1960372157222fe844020aed00dacf UNKNOWN * 915076797894330a6caab7b8c78e02a9fc76a2a5 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17189: [FLINK-23528][connectors/kinesis] Improving and reenable FlinkKinesisITCase

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17189: URL: https://github.com/apache/flink/pull/17189#issuecomment-914637509 ## CI report: * 43ca8a7a85dbaa613fc1921e6358b2986cb3f3c2 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17186: URL: https://github.com/apache/flink/pull/17186#issuecomment-914384307 ## CI report: * 9a740a5445fc0dbf1799c5388525b58721da4a62 UNKNOWN * e841030d2a290c90bd08490e4c0480fdd62f58ee Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17184: [FLINK-24193][tests] Add ClassLoaderExtension

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17184: URL: https://github.com/apache/flink/pull/17184#issuecomment-914328876 ## CI report: * 39e7b6d0a0eb8f68fa58b66856694470919491d0 UNKNOWN * c652a8a01a0ad750621845d63b91cadd5ba36807 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17151: [FLINK-23180] Do not initialize checkpoint base locations when checkp…

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17151: URL: https://github.com/apache/flink/pull/17151#issuecomment-913110826 ## CI report: * 4b431b9e8b67caf75739a39180715e0fcc23279e UNKNOWN * Unknown: [CANCELED](TBD) * d57aa64c5010aca1d5e481e0eb68dbc090963ac1 UNKNOWN

[GitHub] [flink] flinkbot edited a comment on pull request #17118: [FLINK-22603][table-planner]The digest can be produced by SourceAbilitySpec.

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17118: URL: https://github.com/apache/flink/pull/17118#issuecomment-911539514 ## CI report: * 74370f1b06d5c8cbd90ac63c4320c66bf488e8a6 Azure:

[GitHub] [flink] Airblader commented on a change in pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r704231493 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/converter/converters/JsonObjectConverter.java

[jira] [Updated] (FLINK-24149) Make checkpoint relocatable

2021-09-08 Thread Feifan Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feifan Wang updated FLINK-24149: Attachment: image-2021-09-08-17-10-28-240.png > Make checkpoint relocatable >

[GitHub] [flink] flinkbot commented on pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
flinkbot commented on pull request #17196: URL: https://github.com/apache/flink/pull/17196#issuecomment-915057526 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

[jira] [Updated] (FLINK-24149) Make checkpoint relocatable

2021-09-08 Thread Feifan Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feifan Wang updated FLINK-24149: Attachment: image-2021-09-08-17-06-31-560.png > Make checkpoint relocatable >

[jira] [Comment Edited] (FLINK-23874) JM did not store latest checkpiont id into Zookeeper, silently

2021-09-08 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411809#comment-17411809 ] Piotr Nowojski edited comment on FLINK-23874 at 9/8/21, 9:04 AM: - The ZK

[GitHub] [flink] JingGe opened a new pull request #17196: [HOTFIX][docs] fix sentence to make the description more clear.

2021-09-08 Thread GitBox
JingGe opened a new pull request #17196: URL: https://github.com/apache/flink/pull/17196 ## What is the purpose of the change This pull request improves the java doc of the seek() method in the @public abstract class FSDataInputStream by fixing the sentence. ## Brief

[jira] [Comment Edited] (FLINK-23874) JM did not store latest checkpiont id into Zookeeper, silently

2021-09-08 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411809#comment-17411809 ] Piotr Nowojski edited comment on FLINK-23874 at 9/8/21, 9:02 AM: - The ZK

[jira] [Commented] (FLINK-23874) JM did not store latest checkpiont id into Zookeeper, silently

2021-09-08 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411809#comment-17411809 ] Piotr Nowojski commented on FLINK-23874: The ZK was updated with newer checkpoints. But because

[GitHub] [flink] flinkbot edited a comment on pull request #17192: [FLINK-24195][doc]Translate "DESCRIBE Statements" page of "SQL" into …

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17192: URL: https://github.com/apache/flink/pull/17192#issuecomment-914985462 ## CI report: * a5cb09d36ca9a5e91a896532e83500aa02b4ca4c Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17195: [FLINK-24196][doc]Translate "EXPLAIN Statements" page of "SQL" into C…

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17195: URL: https://github.com/apache/flink/pull/17195#issuecomment-915027502 ## CI report: * b491ca621d1960372157222fe844020aed00dacf UNKNOWN * 915076797894330a6caab7b8c78e02a9fc76a2a5 UNKNOWN Bot commands The

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

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17190: URL: https://github.com/apache/flink/pull/17190#issuecomment-914893423 ## CI report: * 312d3fdff5268054063007839731ff74f8ed7d71 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17189: [FLINK-23528][connectors/kinesis] Improving and reenable FlinkKinesisITCase

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17189: URL: https://github.com/apache/flink/pull/17189#issuecomment-914637509 ## CI report: * 43ca8a7a85dbaa613fc1921e6358b2986cb3f3c2 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17184: [FLINK-24193][tests] Add ClassLoaderExtension

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17184: URL: https://github.com/apache/flink/pull/17184#issuecomment-914328876 ## CI report: * 39e7b6d0a0eb8f68fa58b66856694470919491d0 UNKNOWN * c652a8a01a0ad750621845d63b91cadd5ba36807 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17185: [BP-1.14][FLINK-24160][tests] Use FS checkpoint storage in PartiallyFinishedSourcesITCase

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17185: URL: https://github.com/apache/flink/pull/17185#issuecomment-914350232 ## CI report: * d13896a177529f11919ce249f9c72cbdadfda23f Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17186: URL: https://github.com/apache/flink/pull/17186#issuecomment-914384307 ## CI report: * 9a740a5445fc0dbf1799c5388525b58721da4a62 UNKNOWN * 0a44a1d73f9dec54cf272e7c0355654a3c0012fb Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17165: [FLINK-24160][tests] Use FS checkpoint storage in PartiallyFinishedSourcesITCase

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17165: URL: https://github.com/apache/flink/pull/17165#issuecomment-913856367 ## CI report: * 35e2e1605173705f30a4f5df1eb0dd218409d078 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17151: [FLINK-23180] Do not initialize checkpoint base locations when checkp…

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17151: URL: https://github.com/apache/flink/pull/17151#issuecomment-913110826 ## CI report: * Unknown: [CANCELED](TBD) * 4b431b9e8b67caf75739a39180715e0fcc23279e UNKNOWN Bot commands The @flinkbot bot supports the

[GitHub] [flink] flinkbot edited a comment on pull request #17135: [FLINK-24098] Document FLIP-147 capabiliites and limitations

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17135: URL: https://github.com/apache/flink/pull/17135#issuecomment-912443975 ## CI report: * 9c71ff03ec389f946c3a8b603a2a5abd7647cca7 Azure:

[GitHub] [flink] Jiayi-Liao commented on pull request #17151: [FLINK-23180] Do not initialize checkpoint base locations when checkp…

2021-09-08 Thread GitBox
Jiayi-Liao commented on pull request #17151: URL: https://github.com/apache/flink/pull/17151#issuecomment-915051003 @flinkbot run azure -- 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

[GitHub] [flink] Jiayi-Liao commented on a change in pull request #17151: [FLINK-23180] Do not initialize checkpoint base locations when checkp…

2021-09-08 Thread GitBox
Jiayi-Liao commented on a change in pull request #17151: URL: https://github.com/apache/flink/pull/17151#discussion_r704196504 ## File path: flink-tests/src/test/java/org/apache/flink/test/checkpointing/SavepointITCase.java ## @@ -515,6 +516,48 @@ public void

[GitHub] [flink] XComp commented on pull request #15898: [FLINK-21439][core] WIP: Adds Exception History for AdaptiveScheduler

2021-09-08 Thread GitBox
XComp commented on pull request #15898: URL: https://github.com/apache/flink/pull/15898#issuecomment-915047496 @bytesandwich Any update on your side? If not, I might pick it up to finalize it for Flink 1.15 after the upcoming release of 1.14. -- This is an automated message from the

[jira] [Commented] (FLINK-23874) JM did not store latest checkpiont id into Zookeeper, silently

2021-09-08 Thread Youjun Yuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411798#comment-17411798 ] Youjun Yuan commented on FLINK-23874: - thanks for the response. Though I still don't understand why

[jira] [Commented] (FLINK-24178) Flink on Kubernetes TaskManager

2021-09-08 Thread frey (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411796#comment-17411796 ] frey commented on FLINK-24178: -- hell, [~Thesharing]  the logs of the JobMnager and TaskMnager is normal

[jira] [Comment Edited] (FLINK-23611) YARNSessionCapacitySchedulerITCase.testVCoresAreSetCorrectlyAndJobManagerHostnameAreShownInWebInterfaceAndDynamicPropertiesAndYarnApplicationNameAndTaskManagerSlo

2021-09-08 Thread Matthias (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411793#comment-17411793 ] Matthias edited comment on FLINK-23611 at 9/8/21, 8:42 AM: --- I'm unassigning

[jira] [Commented] (FLINK-23611) YARNSessionCapacitySchedulerITCase.testVCoresAreSetCorrectlyAndJobManagerHostnameAreShownInWebInterfaceAndDynamicPropertiesAndYarnApplicationNameAndTaskManagerSlots ha

2021-09-08 Thread Matthias (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411793#comment-17411793 ] Matthias commented on FLINK-23611: -- I'm unassigning myself. Let's see whether we can get some more

[jira] [Closed] (FLINK-23961) Give a more descriptive exception message for unset kubernetes options

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-23961. Resolution: Fixed master: 7e91e82fca999ddefa7ebdf198b8cfd3b6998b8b 1.14:

[jira] [Assigned] (FLINK-23611) YARNSessionCapacitySchedulerITCase.testVCoresAreSetCorrectlyAndJobManagerHostnameAreShownInWebInterfaceAndDynamicPropertiesAndYarnApplicationNameAndTaskManagerSlots han

2021-09-08 Thread Matthias (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias reassigned FLINK-23611: Assignee: (was: Matthias) >

[GitHub] [flink] zentol merged pull request #17160: [FLINK-23961][kubernetes] Hint user about missing 'kubernetes.cluster…

2021-09-08 Thread GitBox
zentol merged pull request #17160: URL: https://github.com/apache/flink/pull/17160 -- 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] zentol commented on a change in pull request #17169: [FLINK-24177][runtime/network] Add epoll available check exception

2021-09-08 Thread GitBox
zentol commented on a change in pull request #17169: URL: https://github.com/apache/flink/pull/17169#discussion_r704178644 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/NettyServer.java ## @@ -198,6 +202,10 @@ private void

[GitHub] [flink] zentol commented on a change in pull request #17169: [FLINK-24177][runtime/network] Add epoll available check exception

2021-09-08 Thread GitBox
zentol commented on a change in pull request #17169: URL: https://github.com/apache/flink/pull/17169#discussion_r704178619 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/NettyServer.java ## @@ -103,6 +103,10 @@ int init(

[jira] [Commented] (FLINK-24202) BoundedSourceITCase hangs on azure

2021-09-08 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411784#comment-17411784 ] Roman Khachatryan commented on FLINK-24202: --- This is the same issue as FLINK-24160

[jira] [Assigned] (FLINK-24170) Building a fresh clone with latest Maven fails

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-24170: Assignee: Francesco Guardiani > Building a fresh clone with latest Maven fails >

[jira] [Updated] (FLINK-24170) Building a fresh clone with latest Maven fails

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-24170: - Issue Type: Technical Debt (was: Bug) > Building a fresh clone with latest Maven fails

[GitHub] [flink] Myasuka commented on a change in pull request #17151: [FLINK-23180] Do not initialize checkpoint base locations when checkp…

2021-09-08 Thread GitBox
Myasuka commented on a change in pull request #17151: URL: https://github.com/apache/flink/pull/17151#discussion_r704173294 ## File path: flink-tests/src/test/java/org/apache/flink/test/checkpointing/SavepointITCase.java ## @@ -515,6 +516,48 @@ public void

[jira] [Updated] (FLINK-24170) Building a fresh clone with latest Maven fails

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-24170: - Fix Version/s: 1.13.3 1.12.6 1.14.0 > Building a

[jira] [Closed] (FLINK-24170) Building a fresh clone with latest Maven fails

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-24170. Resolution: Fixed master: 37a0e911c3a62efab4c439907b3b1307f2d34fc2 1.14:

[GitHub] [flink] zentol merged pull request #17163: [FLINK-24170] [build] Replace usage of directory-maven-plugin with directory-of goal

2021-09-08 Thread GitBox
zentol merged pull request #17163: URL: https://github.com/apache/flink/pull/17163 -- 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:

[jira] [Updated] (FLINK-23949) first incremental checkpoint after a savepoint will degenerate into a full checkpoint

2021-09-08 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yun Tang updated FLINK-23949: - Fix Version/s: (was: 1.12.6) > first incremental checkpoint after a savepoint will degenerate into

[jira] [Comment Edited] (FLINK-23949) first incremental checkpoint after a savepoint will degenerate into a full checkpoint

2021-09-08 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411740#comment-17411740 ] Yun Tang edited comment on FLINK-23949 at 9/8/21, 8:24 AM: --- merged master:

[GitHub] [flink] flinkbot commented on pull request #17195: [FLINK-24196][doc]Translate "EXPLAIN Statements" page of "SQL" into C…

2021-09-08 Thread GitBox
flinkbot commented on pull request #17195: URL: https://github.com/apache/flink/pull/17195#issuecomment-915027502 ## CI report: * b491ca621d1960372157222fe844020aed00dacf UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot edited a comment on pull request #17192: [FLINK-24195][doc]Translate "DESCRIBE Statements" page of "SQL" into …

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17192: URL: https://github.com/apache/flink/pull/17192#issuecomment-914985462 ## CI report: * a5cb09d36ca9a5e91a896532e83500aa02b4ca4c Azure:

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

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17190: URL: https://github.com/apache/flink/pull/17190#issuecomment-914893423 ## CI report: * 312d3fdff5268054063007839731ff74f8ed7d71 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17185: [BP-1.14][FLINK-24160][tests] Use FS checkpoint storage in PartiallyFinishedSourcesITCase

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17185: URL: https://github.com/apache/flink/pull/17185#issuecomment-914350232 ## CI report: * d13896a177529f11919ce249f9c72cbdadfda23f Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17186: URL: https://github.com/apache/flink/pull/17186#issuecomment-914384307 ## CI report: * 9a740a5445fc0dbf1799c5388525b58721da4a62 UNKNOWN * 0a44a1d73f9dec54cf272e7c0355654a3c0012fb Azure:

[jira] [Commented] (FLINK-23949) first incremental checkpoint after a savepoint will degenerate into a full checkpoint

2021-09-08 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411773#comment-17411773 ] Yun Tang commented on FLINK-23949: -- [~dwysakowicz] Since interfaces of snapshot strategy has been

[GitHub] [flink] flinkbot edited a comment on pull request #17165: [FLINK-24160][tests] Use FS checkpoint storage in PartiallyFinishedSourcesITCase

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17165: URL: https://github.com/apache/flink/pull/17165#issuecomment-913856367 ## CI report: * 35e2e1605173705f30a4f5df1eb0dd218409d078 Azure:

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

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17155: URL: https://github.com/apache/flink/pull/17155#issuecomment-913385726 ## CI report: * 001d8c3dbc6d3344aa26baff0deebe3343c87318 UNKNOWN * ec42d53c33d134a013c042b297a3626dfa58e277 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17135: [FLINK-24098] Document FLIP-147 capabiliites and limitations

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17135: URL: https://github.com/apache/flink/pull/17135#issuecomment-912443975 ## CI report: * 9c71ff03ec389f946c3a8b603a2a5abd7647cca7 Azure:

[GitHub] [flink] AHeise commented on pull request #17189: [FLINK-23528][connectors/kinesis] Improving and reenable FlinkKinesisITCase

2021-09-08 Thread GitBox
AHeise commented on pull request #17189: URL: https://github.com/apache/flink/pull/17189#issuecomment-915025586 > Commenting only on [cfe1b10](https://github.com/apache/flink/commit/cfe1b10f4c0ef4f1beb82ff53ce641a722dcae52) > > First of all I'd change the commit message. It is not a

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

2021-09-08 Thread GitBox
gaoyunhaii commented on pull request #17190: URL: https://github.com/apache/flink/pull/17190#issuecomment-915024432 @flinkbot run azure -- 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

[jira] [Closed] (FLINK-24183) flink-s3-fs-base contains copied codes not listed in NOTICE file

2021-09-08 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-24183. Resolution: Fixed master: 92812c0db1f1b67c830703d18f5d4e0e307171dd 1.14:

[GitHub] [flink] zentol merged pull request #17181: [FLINK-24183][legal] Add aws-java-sdk-s3 to source NOTICE

2021-09-08 Thread GitBox
zentol merged pull request #17181: URL: https://github.com/apache/flink/pull/17181 -- 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:

[jira] [Assigned] (FLINK-24202) BoundedSourceITCase hangs on azure

2021-09-08 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan reassigned FLINK-24202: - Assignee: Roman Khachatryan > BoundedSourceITCase hangs on azure >

[jira] [Commented] (FLINK-23949) first incremental checkpoint after a savepoint will degenerate into a full checkpoint

2021-09-08 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411765#comment-17411765 ] Yun Tang commented on FLINK-23949: -- [~dwysakowicz] Thanks for your reminder, I am taking a look now. >

[GitHub] [flink] gaoyunhaii commented on a change in pull request #17135: [FLINK-24098] Document FLIP-147 capabiliites and limitations

2021-09-08 Thread GitBox
gaoyunhaii commented on a change in pull request #17135: URL: https://github.com/apache/flink/pull/17135#discussion_r704116077 ## File path: docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md ## @@ -83,6 +83,8 @@ Other parameters for checkpointing include:

[jira] [Created] (FLINK-24208) Allow idempotent savepoint triggering

2021-09-08 Thread Robert Metzger (Jira)
Robert Metzger created FLINK-24208: -- Summary: Allow idempotent savepoint triggering Key: FLINK-24208 URL: https://issues.apache.org/jira/browse/FLINK-24208 Project: Flink Issue Type:

[GitHub] [flink] flinkbot commented on pull request #17195: [FLINK-24196][doc]Translate "EXPLAIN Statements" page of "SQL" into C…

2021-09-08 Thread GitBox
flinkbot commented on pull request #17195: URL: https://github.com/apache/flink/pull/17195#issuecomment-915011738 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

[jira] [Updated] (FLINK-24196) Translate "EXPLAIN Statements" page of "SQL" into Chinese

2021-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-24196: --- Labels: pull-request-available (was: ) > Translate "EXPLAIN Statements" page of "SQL" into

[GitHub] [flink] hapihu opened a new pull request #17195: [FLINK-24196][doc]Translate "EXPLAIN Statements" page of "SQL" into C…

2021-09-08 Thread GitBox
hapihu opened a new pull request #17195: URL: https://github.com/apache/flink/pull/17195 Translate "EXPLAIN Statements" page of "SQL" into Chinese https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/explain/ docs/content.zh/docs/dev/table/sql/explain.md

[GitHub] [flink] flinkbot edited a comment on pull request #17192: [FLINK-24195][doc]Translate "DESCRIBE Statements" page of "SQL" into …

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17192: URL: https://github.com/apache/flink/pull/17192#issuecomment-914985462 ## CI report: * a5cb09d36ca9a5e91a896532e83500aa02b4ca4c Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17193: [FLINK-24203][runtime][tests] Resolve AbstractServerTest fails due to port conflict

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17193: URL: https://github.com/apache/flink/pull/17193#issuecomment-914985560 ## CI report: * 431885c512aa376be12ffc08bd042c1aab33a3e3 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17191: [BP-1.14][FLINK-24126][connector/kafka] Use increment of bytes consumed/produced for updating numBytesIn/Out in Kafka connector

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17191: URL: https://github.com/apache/flink/pull/17191#issuecomment-914902776 ## CI report: * cb88a954e079d39b24eef3d646212a5b84a47b48 Azure:

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

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17190: URL: https://github.com/apache/flink/pull/17190#issuecomment-914893423 ## CI report: * 312d3fdff5268054063007839731ff74f8ed7d71 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17194: [FLINK-24034] Upgrade commons-compress to 1.21 and other apache.commons updates

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17194: URL: https://github.com/apache/flink/pull/17194#issuecomment-914985643 ## CI report: * 6e0471172aecaa4f4dfd4a31f90e1c74fd5e6a98 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17186: [FLINK-16203][table] Support JSON_OBJECT()

2021-09-08 Thread GitBox
flinkbot edited a comment on pull request #17186: URL: https://github.com/apache/flink/pull/17186#issuecomment-914384307 ## CI report: * 9a740a5445fc0dbf1799c5388525b58721da4a62 UNKNOWN * 0a44a1d73f9dec54cf272e7c0355654a3c0012fb Azure:

[GitHub] [flink] pnowojski commented on a change in pull request #17135: [FLINK-24098] Document FLIP-147 capabiliites and limitations

2021-09-08 Thread GitBox
pnowojski commented on a change in pull request #17135: URL: https://github.com/apache/flink/pull/17135#discussion_r704143588 ## File path: docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md ## @@ -147,6 +154,11 @@

[jira] [Comment Edited] (FLINK-23949) first incremental checkpoint after a savepoint will degenerate into a full checkpoint

2021-09-08 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411757#comment-17411757 ] Dawid Wysakowicz edited comment on FLINK-23949 at 9/8/21, 7:51 AM: ---

[jira] [Commented] (FLINK-23949) first incremental checkpoint after a savepoint will degenerate into a full checkpoint

2021-09-08 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411757#comment-17411757 ] Dawid Wysakowicz commented on FLINK-23949: -- Hey [~yunta] a commit to 1.12 broke the compilation

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

2021-09-08 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411749#comment-17411749 ] Yun Gao edited comment on FLINK-24163 at 9/8/21, 7:39 AM: -- Hi [~dwysakowicz] 

[jira] [Created] (FLINK-24207) Add support of KeyedState in TwoPhaseCommitSinkFunction

2021-09-08 Thread zlzhang0122 (Jira)
zlzhang0122 created FLINK-24207: --- Summary: Add support of KeyedState in TwoPhaseCommitSinkFunction Key: FLINK-24207 URL: https://issues.apache.org/jira/browse/FLINK-24207 Project: Flink Issue

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

2021-09-08 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411749#comment-17411749 ] Yun Gao edited comment on FLINK-24163 at 9/8/21, 7:43 AM: -- Hi [~dwysakowicz] 

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

2021-09-08 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411749#comment-17411749 ] Yun Gao edited comment on FLINK-24163 at 9/8/21, 7:43 AM: -- Hi [~dwysakowicz] 

<    1   2   3   4   5   >