[jira] [Commented] (FLINK-29387) IntervalJoinITCase.testIntervalJoinSideOutputRightLateData failed with AssertionError

2022-11-12 Thread chenyuzhi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632623#comment-17632623 ] chenyuzhi commented on FLINK-29387: --- [~mapohl] [~hxbks2ks]  I think the problem may

[GitHub] [flink] 1996fanrui commented on pull request #21281: [FLINK-29969][checkpoint] Show the root cause when exceeded checkpoint tolerable failure threshold

2022-11-12 Thread GitBox
1996fanrui commented on PR #21281: URL: https://github.com/apache/flink/pull/21281#issuecomment-1312451228 @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 specific comment

[GitHub] [flink] 1996fanrui commented on pull request #21193: [hotfix] Add the final and fix typo

2022-11-12 Thread GitBox
1996fanrui commented on PR #21193: URL: https://github.com/apache/flink/pull/21193#issuecomment-1312452502 @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 specific comment

[jira] [Commented] (FLINK-27448) Enable standalone mode for old Flink versions

2022-11-12 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-27448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632656#comment-17632656 ] Márton Balassi commented on FLINK-27448: [~usamj] could you please specify the r

[jira] [Commented] (FLINK-29939) Add metrics for Kubernetes Client Response 5xx count and rate

2022-11-12 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-29939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632658#comment-17632658 ] Márton Balassi commented on FLINK-29939: [~ZhouJIANG] thanks. Would you like me

[GitHub] [flink] 1996fanrui commented on pull request #21281: [FLINK-29969][checkpoint] Show the root cause when exceeded checkpoint tolerable failure threshold

2022-11-12 Thread GitBox
1996fanrui commented on PR #21281: URL: https://github.com/apache/flink/pull/21281#issuecomment-1312459114 @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 specific comment

[jira] [Created] (FLINK-30003) The ConcurrentModificationException occurred at ContextClassLoadingSettingTest

2022-11-12 Thread Rui Fan (Jira)
Rui Fan created FLINK-30003: --- Summary: The ConcurrentModificationException occurred at ContextClassLoadingSettingTest Key: FLINK-30003 URL: https://issues.apache.org/jira/browse/FLINK-30003 Project: Flink

[GitHub] [flink] 1996fanrui opened a new pull request, #21304: [FLINK-30003][rpc] Wait the scheduler future is done before check

2022-11-12 Thread GitBox
1996fanrui opened a new pull request, #21304: URL: https://github.com/apache/flink/pull/21304 ## What is the purpose of the change CI fails due to main thread didn't wait the future is done. The contextClassLoaders may be empty when checking. https://dev.azure.com/apache-flink

[jira] [Updated] (FLINK-30003) The ConcurrentModificationException occurred at ContextClassLoadingSettingTest

2022-11-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-30003: --- Labels: pull-request-available (was: ) > The ConcurrentModificationException occurred at Co

[jira] [Updated] (FLINK-30003) The ConcurrentModificationException occurred at ContextClassLoadingSettingTest

2022-11-12 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-30003: Description:     CI fails due to main thread didn't wait the future is done. The contextClassLoaders ma

[GitHub] [flink] flinkbot commented on pull request #21304: [FLINK-30003][rpc] Wait the scheduler future is done before check

2022-11-12 Thread GitBox
flinkbot commented on PR #21304: URL: https://github.com/apache/flink/pull/21304#issuecomment-1312465970 ## CI report: * dce74d13ea2cf339d66505b7ba9d95592a3b7131 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-29798) Rename K8s operator client code module

2022-11-12 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-29798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632666#comment-17632666 ] Márton Balassi commented on FLINK-29798: After more consideration I decided to e

[GitHub] [flink] 1996fanrui commented on pull request #21281: [FLINK-29969][checkpoint] Show the root cause when exceeded checkpoint tolerable failure threshold

2022-11-12 Thread GitBox
1996fanrui commented on PR #21281: URL: https://github.com/apache/flink/pull/21281#issuecomment-1312487773 @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 specific comment

[GitHub] [flink] sandiegoe opened a new pull request, #21305: [FLINK][docs] fix rescaling operator description error

2022-11-12 Thread GitBox
sandiegoe opened a new pull request, #21305: URL: https://github.com/apache/flink/pull/21305 ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them

[GitHub] [flink] flinkbot commented on pull request #21305: [FLINK][docs] fix rescaling operator description error

2022-11-12 Thread GitBox
flinkbot commented on PR #21305: URL: https://github.com/apache/flink/pull/21305#issuecomment-1312491223 ## CI report: * ab87f4f802200a744ca6b7d65d609b60d02f3e81 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] yanghua commented on pull request #6375: [FLINK-9609] [connectors] Add bucket ready mechanism for BucketingSin…

2022-11-12 Thread GitBox
yanghua commented on PR #6375: URL: https://github.com/apache/flink/pull/6375#issuecomment-1312495146 > The BucketingSink has been removed. The lazy review of the community wastes the huge enthusiasm and energy of early contributors. This is the reason for the decline or the homogeniz

[GitHub] [flink] zhougit86 commented on pull request #21080: [FLINK-29545][runtime] add netty idle state handler

2022-11-12 Thread GitBox
zhougit86 commented on PR #21080: URL: https://github.com/apache/flink/pull/21080#issuecomment-1312507297 Looks like some discussion has taken place before. I think my case is a little similar to the issue I attached. And we got the root cause in our company is our cloud provider has some H

[GitHub] [flink] 1996fanrui commented on pull request #21304: [FLINK-30003][rpc] Wait the scheduler future is done before check

2022-11-12 Thread GitBox
1996fanrui commented on PR #21304: URL: https://github.com/apache/flink/pull/21304#issuecomment-1312537889 @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 specific comment

[jira] [Created] (FLINK-30004) Cannot resume deployment after suspend with savepoint due to leftover confgmaps

2022-11-12 Thread Thomas Weise (Jira)
Thomas Weise created FLINK-30004: Summary: Cannot resume deployment after suspend with savepoint due to leftover confgmaps Key: FLINK-30004 URL: https://issues.apache.org/jira/browse/FLINK-30004 Proje

[jira] [Commented] (FLINK-29939) Add metrics for Kubernetes Client Response 5xx count and rate

2022-11-12 Thread Zhou Jiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632733#comment-17632733 ] Zhou Jiang commented on FLINK-29939: Yes, I'd like to work on this > Add metrics fo

[GitHub] [flink] gaborgsomogyi commented on pull request #21294: [FLINK-29704][runtime][security] E2E test for delegation token framework

2022-11-12 Thread GitBox
gaborgsomogyi commented on PR #21294: URL: https://github.com/apache/flink/pull/21294#issuecomment-1312584460 cc @mbalassi -- 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.

[jira] [Updated] (FLINK-29650) Printing the contents of error lines when parsing yaml file may leak sensitive configuration values

2022-11-12 Thread luyuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luyuan updated FLINK-29650: --- Attachment: image-2022-11-13-14-52-31-770.png > Printing the contents of error lines when parsing yaml file

[jira] [Updated] (FLINK-29650) Printing the contents of error lines when parsing yaml file may leak sensitive configuration values

2022-11-12 Thread luyuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luyuan updated FLINK-29650: --- Attachment: image-2022-11-13-14-53-01-121.png > Printing the contents of error lines when parsing yaml file

[GitHub] [flink] lyssg opened a new pull request, #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …

2022-11-12 Thread GitBox
lyssg opened a new pull request, #21306: URL: https://github.com/apache/flink/pull/21306 ## What is the purpose of the change Stop printing the contents of error lines when parsing yaml file ## Brief change log delete one line code in org.apache.flink.configuration.G

[jira] [Updated] (FLINK-29650) Printing the contents of error lines when parsing yaml file may leak sensitive configuration values

2022-11-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-29650: --- Labels: pull-request-available (was: ) > Printing the contents of error lines when parsing

[jira] [Commented] (FLINK-29650) Printing the contents of error lines when parsing yaml file may leak sensitive configuration values

2022-11-12 Thread luyuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633221#comment-17633221 ] luyuan commented on FLINK-29650: I am sorry to miss this message. This is the error mes

[GitHub] [flink] flinkbot commented on pull request #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …

2022-11-12 Thread GitBox
flinkbot commented on PR #21306: URL: https://github.com/apache/flink/pull/21306#issuecomment-1312657083 ## CI report: * 8be1a39721ce7b6d6522627a76f3fb02b6ad5289 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] luoyuxia commented on pull request #21302: [FLINK-29992][hive] fix lookup join fail with Hive table as lookup table source

2022-11-12 Thread GitBox
luoyuxia commented on PR #21302: URL: https://github.com/apache/flink/pull/21302#issuecomment-1312658536 @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 specific comment.

[jira] [Created] (FLINK-30005) Translate "Schema Migration Limitations for State Schema Evolution" into Chinese

2022-11-12 Thread hao wang (Jira)
hao wang created FLINK-30005: Summary: Translate "Schema Migration Limitations for State Schema Evolution" into Chinese Key: FLINK-30005 URL: https://issues.apache.org/jira/browse/FLINK-30005 Project: Fli

[jira] [Created] (FLINK-30006) Cannot remove columns that are incorrectly considered constants from an Aggregate In Streaming

2022-11-12 Thread lincoln lee (Jira)
lincoln lee created FLINK-30006: --- Summary: Cannot remove columns that are incorrectly considered constants from an Aggregate In Streaming Key: FLINK-30006 URL: https://issues.apache.org/jira/browse/FLINK-30006

[jira] [Updated] (FLINK-30005) Translate "Schema Migration Limitations for State Schema Evolution" into Chinese

2022-11-12 Thread hao wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hao wang updated FLINK-30005: - Affects Version/s: 1.16.0 > Translate "Schema Migration Limitations for State Schema Evolution" into >

[jira] [Updated] (FLINK-30005) Translate "Schema Migration Limitations for State Schema Evolution" into Chinese

2022-11-12 Thread hao wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hao wang updated FLINK-30005: - Component/s: Documentation > Translate "Schema Migration Limitations for State Schema Evolution" into >