[GitHub] [flink] gaoyunhaii commented on pull request #18157: [FLINK-17808] Rename checkpoint meta file to "_metadata" until it has…

2022-01-15 Thread GitBox
gaoyunhaii commented on pull request #18157: URL: https://github.com/apache/flink/pull/18157#issuecomment-1013827105 Thanks @zuston for creating the PR! I left some comments~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [flink] gaoyunhaii commented on a change in pull request #18157: [FLINK-17808] Rename checkpoint meta file to "_metadata" until it has…

2022-01-15 Thread GitBox
gaoyunhaii commented on a change in pull request #18157: URL: https://github.com/apache/flink/pull/18157#discussion_r785398471 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsCheckpointMetadataOutputStream.java ## @@ -44,7 +46,7 @@

[jira] [Updated] (FLINK-25143) Add ITCase for Generalized incremental checkpoints

2022-01-15 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Mei updated FLINK-25143: - Summary: Add ITCase for Generalized incremental checkpoints (was: Add ITCase for periodic

[jira] [Commented] (FLINK-25586) ExecutionGraphInfoStore in session cluster should split failed and successful jobs

2022-01-15 Thread Zhanghao Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476743#comment-17476743 ] Zhanghao Chen commented on FLINK-25586: --- [~dmvk] I think the CANCELLED state be treated as a

[GitHub] [flink] flinkbot edited a comment on pull request #18358: [FLINK-25651][docs] Update kafka.md

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18358: URL: https://github.com/apache/flink/pull/18358#issuecomment-1012981567 ## CI report: * f081bab4fe89823da05cbad2f0be0ebae668e310 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #15599: [FLINK-11838][flink-gs-fs-hadoop] Create Google Storage file system with recoverable writer support

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-818947931 ## CI report: * 227a77abf901fc630720bc416d048c71d3624176 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #18360: [FLINK-25329][runtime] Support memory execution graph store in session cluster

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18360: URL: https://github.com/apache/flink/pull/18360#issuecomment-1012981724 ## CI report: * d7927cf9b7e4205d59e788be867174141d7cd901 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #18358: [FLINK-25651][docs] Update kafka.md

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18358: URL: https://github.com/apache/flink/pull/18358#issuecomment-1012981567 ## CI report: * f081bab4fe89823da05cbad2f0be0ebae668e310 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #18360: [FLINK-25329][runtime] Support memory execution graph store in session cluster

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18360: URL: https://github.com/apache/flink/pull/18360#issuecomment-1012981724 ## CI report: * d7927cf9b7e4205d59e788be867174141d7cd901 Azure:

[GitHub] [flink] zjureel commented on pull request #18360: [FLINK-25329][runtime] Support memory execution graph store in session cluster

2022-01-15 Thread GitBox
zjureel commented on pull request #18360: URL: https://github.com/apache/flink/pull/18360#issuecomment-1013821156 @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] flinkbot edited a comment on pull request #18303: [FLINK-25085][runtime] Add a scheduled thread pool for periodic tasks in RpcEndpoint

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18303: URL: https://github.com/apache/flink/pull/18303#issuecomment-1008005239 ## CI report: * Unknown: [CANCELED](TBD) * 0ca867897000789ff1409683fb17a31a19d67c13 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #18303: [FLINK-25085][runtime] Add a scheduled thread pool for periodic tasks in RpcEndpoint

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18303: URL: https://github.com/apache/flink/pull/18303#issuecomment-1008005239 ## CI report: * Unknown: [CANCELED](TBD) * 0ca867897000789ff1409683fb17a31a19d67c13 UNKNOWN Bot commands The @flinkbot bot supports the

[jira] [Commented] (FLINK-22411) Checkpoint failed caused by Mkdirs failed to create file, the path for Flink state.checkpoints.dir in docker-compose can not work from Flink Operations Playground

2022-01-15 Thread lvshuang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476738#comment-17476738 ] lvshuang commented on FLINK-22411: -- [~serge1994] it's work. thank you, you are amazing. > Checkpoint

[GitHub] [flink] flinkbot edited a comment on pull request #18374: [hotfix][javadocs] Updated javadoc to refer to pom.xml file

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18374: URL: https://github.com/apache/flink/pull/18374#issuecomment-1013789499 ## CI report: * d2e2294d600596a91e5b8f8ff959409bee2db142 Azure:

[GitHub] [flink] liufangqi commented on a change in pull request #17958: FLINK-25029: Hadoop Caller Context Setting in Flink

2022-01-15 Thread GitBox
liufangqi commented on a change in pull request #17958: URL: https://github.com/apache/flink/pull/17958#discussion_r785394053 ## File path: flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFsFactory.java ## @@ -75,6 +75,12 @@ public

[GitHub] [flink] liufangqi commented on a change in pull request #17958: FLINK-25029: Hadoop Caller Context Setting in Flink

2022-01-15 Thread GitBox
liufangqi commented on a change in pull request #17958: URL: https://github.com/apache/flink/pull/17958#discussion_r785393405 ## File path: flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFsFactory.java ## @@ -75,6 +75,12 @@ public

[GitHub] [flink] liufangqi commented on a change in pull request #17958: FLINK-25029: Hadoop Caller Context Setting in Flink

2022-01-15 Thread GitBox
liufangqi commented on a change in pull request #17958: URL: https://github.com/apache/flink/pull/17958#discussion_r785391572 ## File path: flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFsFactory.java ## @@ -75,6 +75,12 @@ public

[GitHub] [flink] flinkbot edited a comment on pull request #15599: [FLINK-11838][flink-gs-fs-hadoop] Create Google Storage file system with recoverable writer support

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-818947931 ## CI report: * ac930adef024210d83e5119b0108736e3b155b49 Azure:

[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
RocMarshal commented on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-1013809780 Hi, @wuchong Could you help me to review this PR? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [flink] flinkbot edited a comment on pull request #15599: [FLINK-11838][flink-gs-fs-hadoop] Create Google Storage file system with recoverable writer support

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-818947931 ## CI report: * 2f7c693081dee9888397b5bcffcf7eca37ccf342 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #15599: [FLINK-11838][flink-gs-fs-hadoop] Create Google Storage file system with recoverable writer support

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-818947931 ## CI report: * 2f7c693081dee9888397b5bcffcf7eca37ccf342 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17938: [FLINK-25073][streaming] Introduce TreeMode description for vertices

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17938: URL: https://github.com/apache/flink/pull/17938#issuecomment-981363546 ## CI report: * 61c6ae82d925e66c3d13bd9894e718113543f5aa Azure:

[GitHub] [flink] gaoyunhaii commented on a change in pull request #18350: [FLINK-25636][network] Change some default config values of blocking shuffle for better usability

2022-01-15 Thread GitBox
gaoyunhaii commented on a change in pull request #18350: URL: https://github.com/apache/flink/pull/18350#discussion_r785388438 ## File path: docs/layouts/shortcodes/generated/all_taskmanager_network_section.html ## @@ -136,15 +136,15 @@

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17938: [FLINK-25073][streaming] Introduce TreeMode description for vertices

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17938: URL: https://github.com/apache/flink/pull/17938#issuecomment-981363546 ## CI report: * 61c6ae82d925e66c3d13bd9894e718113543f5aa Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #18350: [FLINK-25636][network] Change some default config values of blocking shuffle for better usability

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18350: URL: https://github.com/apache/flink/pull/18350#issuecomment-1012086932 ## CI report: * 12b8e43a7fdce98b7e6338f9cae3fba4b88daca9 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17938: [FLINK-25073][streaming] Introduce TreeMode description for vertices

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17938: URL: https://github.com/apache/flink/pull/17938#issuecomment-981363546 ## CI report: * 61c6ae82d925e66c3d13bd9894e718113543f5aa Azure:

[GitHub] [flink] gaoyunhaii commented on pull request #17938: [FLINK-25073][streaming] Introduce TreeMode description for vertices

2022-01-15 Thread GitBox
gaoyunhaii commented on pull request #17938: URL: https://github.com/apache/flink/pull/17938#issuecomment-1013807254 @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] flinkbot edited a comment on pull request #15599: [FLINK-11838][flink-gs-fs-hadoop] Create Google Storage file system with recoverable writer support

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-818947931 ## CI report: * 2f7c693081dee9888397b5bcffcf7eca37ccf342 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #15599: [FLINK-11838][flink-gs-fs-hadoop] Create Google Storage file system with recoverable writer support

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-818947931 ## CI report: * 2f7c693081dee9888397b5bcffcf7eca37ccf342 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #18374: [hotfix][javadocs] Updated javadoc to refer to pom.xml file

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #18374: URL: https://github.com/apache/flink/pull/18374#issuecomment-1013789499 ## CI report: * d2e2294d600596a91e5b8f8ff959409bee2db142 Azure:

[GitHub] [flink] flinkbot commented on pull request #18374: [hotfix][javadocs] Updated javadoc to refer to pom.xml file

2022-01-15 Thread GitBox
flinkbot commented on pull request #18374: URL: https://github.com/apache/flink/pull/18374#issuecomment-1013789759 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 #18374: [hotfix][javadocs] Updated javadoc to refer to pom.xml file

2022-01-15 Thread GitBox
flinkbot commented on pull request #18374: URL: https://github.com/apache/flink/pull/18374#issuecomment-1013789499 ## CI report: * d2e2294d600596a91e5b8f8ff959409bee2db142 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] mans2singh opened a new pull request #18374: [hotfix][javadocs] Updated javadoc to refer to pom.xml file

2022-01-15 Thread GitBox
mans2singh opened a new pull request #18374: URL: https://github.com/apache/flink/pull/18374 ## What is the purpose of the change * The quickstart main class javadoc refers to `POM.xml` file. ## Brief change log * Updated javadoc to refer to `pom.xml` file to be

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure:

[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
RocMarshal commented on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-1013785769 @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] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17485: [FLINK-24038] Add support for single leader election per JobManager process

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17485: URL: https://github.com/apache/flink/pull/17485#issuecomment-943315428 ## CI report: * f8f21fd77139eee5f97f39195d31fcb67ae6d996 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * e4f9a901e37d1331d461653965a701037670bc6c Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * e4f9a901e37d1331d461653965a701037670bc6c Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17485: [FLINK-24038] Add support for single leader election per JobManager process

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17485: URL: https://github.com/apache/flink/pull/17485#issuecomment-943315428 ## CI report: * 972895e90d96516a2b8fa3722daf677e7759e266 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17485: [FLINK-24038] Add support for single leader election per JobManager process

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17485: URL: https://github.com/apache/flink/pull/17485#issuecomment-943315428 ## CI report: * 972895e90d96516a2b8fa3722daf677e7759e266 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17485: [FLINK-24038] Add support for single leader election per JobManager process

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17485: URL: https://github.com/apache/flink/pull/17485#issuecomment-943315428 ## CI report: * 972895e90d96516a2b8fa3722daf677e7759e266 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * e4f9a901e37d1331d461653965a701037670bc6c Azure:

[jira] [Commented] (FLINK-25660) Failed to build flink-runtime-web

2022-01-15 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476591#comment-17476591 ] Aitozi commented on FLINK-25660: Hi, [~junhany] Do you have any idea for this ?  > Failed to build

[jira] [Created] (FLINK-25660) Failed to build flink-runtime-web

2022-01-15 Thread Aitozi (Jira)
Aitozi created FLINK-25660: -- Summary: Failed to build flink-runtime-web Key: FLINK-25660 URL: https://issues.apache.org/jira/browse/FLINK-25660 Project: Flink Issue Type: Bug Reporter:

[GitHub] [flink] flinkbot edited a comment on pull request #17485: [FLINK-24038] Add support for single leader election per JobManager process

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17485: URL: https://github.com/apache/flink/pull/17485#issuecomment-943315428 ## CI report: * a605d8da083d456fbbae4c5adaaea270263b2f38 Azure:

[jira] [Closed] (FLINK-10804) Transfer suppressed exceptions with SerializedThrowable

2022-01-15 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-10804. - Fix Version/s: 1.15.0 Resolution: Fixed Fixed via

[GitHub] [flink] tillrohrmann closed pull request #16506: [FLINK-10804] [Runtime/Coordination] Transfer suppressed exceptions with SerializedThrowable

2022-01-15 Thread GitBox
tillrohrmann closed pull request #16506: URL: https://github.com/apache/flink/pull/16506 -- 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 edited a comment on pull request #17485: [FLINK-24038] Add support for single leader election per JobManager process

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17485: URL: https://github.com/apache/flink/pull/17485#issuecomment-943315428 ## CI report: * a605d8da083d456fbbae4c5adaaea270263b2f38 Azure:

[jira] [Closed] (FLINK-25533) Preferred AllocationIDs are not respected when fulfilling pending slot requests

2022-01-15 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-25533. - Resolution: Fixed Fixed via 4a98a10c931e4ff9750d38da5c260a35a54fb56a > Preferred AllocationIDs

[GitHub] [flink] tillrohrmann closed pull request #18286: [FLINK-25533] Forward preferred allocations into the DeclarativeSlotPoolBridge

2022-01-15 Thread GitBox
tillrohrmann closed pull request #18286: URL: https://github.com/apache/flink/pull/18286 -- 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 edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure:

[jira] [Assigned] (FLINK-25614) Let LocalWindowAggregate be chained with upstream

2022-01-15 Thread Jing Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhang reassigned FLINK-25614: -- Assignee: Q Kang > Let LocalWindowAggregate be chained with upstream >

[jira] [Commented] (FLINK-25614) Let LocalWindowAggregate be chained with upstream

2022-01-15 Thread Jing Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476563#comment-17476563 ] Jing Zhang commented on FLINK-25614: [~wenlong.lwl] [~lmagics] Sorry for late response. I agree

[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

2022-01-15 Thread GitBox
flinkbot edited a comment on pull request #17560: URL: https://github.com/apache/flink/pull/17560#issuecomment-951002521 ## CI report: * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure: