Re: [PR] [FLINK-35802][mysql] clean ChangeEventQueue to avoid deadlock when calling BinaryLogClient#disconnect method. [flink-cdc]

2024-07-14 Thread via GitHub
gong commented on PR #3463: URL: https://github.com/apache/flink-cdc/pull/3463#issuecomment-2227812297 https://issues.apache.org/jira/browse/FLINK-35151 is same problem. @lvyanquan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [hotfix][docs] Remove unsupported erroneous example code from documentation [flink-cdc]

2024-07-14 Thread via GitHub
gtk96 commented on code in PR #3464: URL: https://github.com/apache/flink-cdc/pull/3464#discussion_r1677378327 ## docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md: ## @@ -470,7 +470,6 @@ public class PostgresParallelSourceExample { .slotName

Re: [PR] [cdc][mysql]Code optimization extracts constants [flink-cdc]

2024-07-14 Thread via GitHub
yuxiqian commented on code in PR #3385: URL: https://github.com/apache/flink-cdc/pull/3385#discussion_r1648562972 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/io/debezium/connector/mysql/converters/MysqlDebeziumTimeConverter.java: ## @

Re: [PR] [FLINK-26943][Table SQL / API] Add DATE_ADD supported in SQL & Table API [flink]

2024-07-14 Thread via GitHub
dylanhz commented on PR #24988: URL: https://github.com/apache/flink/pull/24988#issuecomment-2227793600 @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] [Updated] (FLINK-35318) incorrect timezone handling for TIMESTAMP_WITH_LOCAL_TIME_ZONE type during predicate pushdown

2024-07-14 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-35318: --- Fix Version/s: 2.0.0 (was: 1.18.2) > incorrect timezone handling for TIMESTAM

[jira] [Comment Edited] (FLINK-35318) incorrect timezone handling for TIMESTAMP_WITH_LOCAL_TIME_ZONE type during predicate pushdown

2024-07-14 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865881#comment-17865881 ] Leonard Xu edited comment on FLINK-35318 at 7/15/24 6:33 AM: -

[jira] [Commented] (FLINK-35318) incorrect timezone handling for TIMESTAMP_WITH_LOCAL_TIME_ZONE type during predicate pushdown

2024-07-14 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865881#comment-17865881 ] Leonard Xu commented on FLINK-35318: master(1.20) via: 94c48f428bedcc07840d243ccf3f0

Re: [PR] [FLINK-35318][table-planner] use UTC timezone to handle TIMESTAMP_WITHOUT_TIME_ZONE type in RexNodeToExpressionConverter [flink]

2024-07-14 Thread via GitHub
leonardBang commented on PR #24787: URL: https://github.com/apache/flink/pull/24787#issuecomment-2227776190 @lshangq Would you like to also open PRs for `release-1.18` and `release-1.19` branch? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [FLINK-35318][table-planner] use UTC timezone to handle TIMESTAMP_WITHOUT_TIME_ZONE type in RexNodeToExpressionConverter [flink]

2024-07-14 Thread via GitHub
leonardBang merged PR #24787: URL: https://github.com/apache/flink/pull/24787 -- 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...@flink.a

Re: [PR] [Kafka]Kafka sink numRecordsOutByIncremental metrics [flink-cdc]

2024-07-14 Thread via GitHub
ChengJie1053 commented on code in PR #3471: URL: https://github.com/apache/flink-cdc/pull/3471#discussion_r1677354475 ## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-kafka/src/main/java/org/apache/flink/cdc/connectors/kafka/sink/KafkaSinkWriteMetrics.java

[jira] [Updated] (FLINK-35318) incorrect timezone handling for TIMESTAMP_WITH_LOCAL_TIME_ZONE type during predicate pushdown

2024-07-14 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-35318: --- Fix Version/s: 1.18.2 > incorrect timezone handling for TIMESTAMP_WITH_LOCAL_TIME_ZONE type during

[jira] [Updated] (FLINK-35318) incorrect timezone handling for TIMESTAMP_WITH_LOCAL_TIME_ZONE type during predicate pushdown

2024-07-14 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-35318: --- Fix Version/s: 1.20.0 1.19.2 > incorrect timezone handling for TIMESTAMP_WITH_LOC

Re: [PR] [hotfix][docs] Remove unsupported erroneous example code from documentation [flink-cdc]

2024-07-14 Thread via GitHub
yuxiqian commented on code in PR #3464: URL: https://github.com/apache/flink-cdc/pull/3464#discussion_r1677353585 ## docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md: ## @@ -470,7 +470,6 @@ public class PostgresParallelSourceExample { .slotN

Re: [PR] [hotfix][docs] Remove unsupported erroneous example code from documentation [flink-cdc]

2024-07-14 Thread via GitHub
yuxiqian commented on code in PR #3464: URL: https://github.com/apache/flink-cdc/pull/3464#discussion_r1677353585 ## docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md: ## @@ -470,7 +470,6 @@ public class PostgresParallelSourceExample { .slotN

Re: [PR] [FLINK-35836][fs] Fix reflection issue for s5 ITCase in JDK17 [flink]

2024-07-14 Thread via GitHub
flinkbot commented on PR #25086: URL: https://github.com/apache/flink/pull/25086#issuecomment-2227766095 ## CI report: * 9d93a7b35bc73b35d4678c2f1acaa2ace44e6e05 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [Kafka]Kafka sink numRecordsOutByIncremental metrics [flink-cdc]

2024-07-14 Thread via GitHub
yuxiqian commented on code in PR #3471: URL: https://github.com/apache/flink-cdc/pull/3471#discussion_r1677349369 ## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-kafka/src/main/java/org/apache/flink/cdc/connectors/kafka/sink/KafkaSinkWriteMetrics.java: ##

[jira] [Updated] (FLINK-35836) Some S5 related ITCases failed in JDK17 due to reflection issue

2024-07-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-35836: --- Labels: pull-request-available (was: ) > Some S5 related ITCases failed in JDK17 due to ref

[jira] [Assigned] (FLINK-35836) Some S5 related ITCases failed in JDK17 due to reflection issue

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo reassigned FLINK-35836: -- Assignee: Weijie Guo > Some S5 related ITCases failed in JDK17 due to reflection issue >

[PR] [FLINK-35836][fs] Fix reflection issue for s5 ITCase in JDK17 [flink]

2024-07-14 Thread via GitHub
reswqa opened a new pull request, #25086: URL: https://github.com/apache/flink/pull/25086 ## What is the purpose of the change *In JDK17, we cannot access a final field via reflection by default. Following 2940c02c986e3d70708187091bf006806bb90dff, I have added --add-opens=java.base/j

[jira] [Updated] (FLINK-35836) Some S5 related ITCases failed in JDK17 due to reflection issue

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-35836: --- Description: {code:java} Jul 13 01:26:47 at org.apache.flink.runtime.io.network.api.writer.

[jira] [Created] (FLINK-35836) Some S5 related ITCases failed in JDK17 due to reflection issue

2024-07-14 Thread Weijie Guo (Jira)
Weijie Guo created FLINK-35836: -- Summary: Some S5 related ITCases failed in JDK17 due to reflection issue Key: FLINK-35836 URL: https://issues.apache.org/jira/browse/FLINK-35836 Project: Flink

[jira] [Closed] (FLINK-35126) Improve checkpoint progress health check config and enable by default

2024-07-14 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-35126. -- Fix Version/s: kubernetes-operator-1.10.0 Resolution: Fixed merged to main cb90b10c93241f9994ac

[jira] [Closed] (FLINK-35831) Rotate job id on savepoint upgrade as well

2024-07-14 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-35831. -- Fix Version/s: kubernetes-operator-1.10.0 Resolution: Fixed merged to main 2b82a9343140515646f8

Re: [PR] [FLINK-35126] Rework default checkpoint progress check window [flink-kubernetes-operator]

2024-07-14 Thread via GitHub
gyfora merged PR #850: URL: https://github.com/apache/flink-kubernetes-operator/pull/850 -- 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

Re: [PR] [FLINK-35831] Rotate jobId for both savepoint and stateless deploys [flink-kubernetes-operator]

2024-07-14 Thread via GitHub
gyfora merged PR #852: URL: https://github.com/apache/flink-kubernetes-operator/pull/852 -- 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

Re: [PR] [FLINK-35616][Connectors/MongoDB] Support upsert into sharded collections [flink-connector-mongodb]

2024-07-14 Thread via GitHub
Jiabao-Sun commented on PR #37: URL: https://github.com/apache/flink-connector-mongodb/pull/37#issuecomment-2227728551 Thanks @yuxiqian for the review, fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Commented] (FLINK-35095) ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865861#comment-17865861 ] Weijie Guo commented on FLINK-35095: This is totally test code fault and I'll fix it

[jira] [Updated] (FLINK-35095) ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-35095: --- Affects Version/s: 2.0.0 > ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI > --

Re: [PR] [FLINK-35095][test] Fix unstable tests in `ExecutionEnvironmentImplTest` [flink]

2024-07-14 Thread via GitHub
flinkbot commented on PR #25085: URL: https://github.com/apache/flink/pull/25085#issuecomment-2227664487 ## CI report: * ea5fc857eca3752a256f86bc2435244591763623 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-35095) ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI

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

[PR] [FLINK-35095][test] Fix unstable tests in `ExecutionEnvironmentImplTest` [flink]

2024-07-14 Thread via GitHub
reswqa opened a new pull request, #25085: URL: https://github.com/apache/flink/pull/25085 ## What is the purpose of the change *The returned collection of `streamGraph.getStreamNodes` is un-ordered, so we have to check every node to decide if it's the source node.* ## Brief

[jira] [Assigned] (FLINK-35095) ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo reassigned FLINK-35095: -- Assignee: Weijie Guo > ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI > ---

[jira] [Commented] (FLINK-35095) ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865857#comment-17865857 ] Weijie Guo commented on FLINK-35095: Also failed on AZP: https://dev.azure.com/apac

Re: [PR] [hotfix][test] Change the modifier visibility of JUnit5. [flink-connector-jdbc]

2024-07-14 Thread via GitHub
1996fanrui merged PR #133: URL: https://github.com/apache/flink-connector-jdbc/pull/133 -- 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.

[jira] [Updated] (FLINK-35835) SnapshotFileMergingCompatibilityITCase.testSwitchFromDisablingToEnablingFileMerging failed on AZP

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-35835: --- Affects Version/s: 2.0.0 > SnapshotFileMergingCompatibilityITCase.testSwitchFromDisablingToEnablingF

[jira] [Updated] (FLINK-35835) SnapshotFileMergingCompatibilityITCase.testSwitchFromDisablingToEnablingFileMerging failed on AZP

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-35835: --- Description: {code:java} Jul 14 03:03:44 03:03:44.957 [ERROR] Failures: Jul 14 03:03:44 03:03:44.95

[jira] [Created] (FLINK-35835) SnapshotFileMergingCompatibilityITCase.testSwitchFromDisablingToEnablingFileMerging failed on AZP

2024-07-14 Thread Weijie Guo (Jira)
Weijie Guo created FLINK-35835: -- Summary: SnapshotFileMergingCompatibilityITCase.testSwitchFromDisablingToEnablingFileMerging failed on AZP Key: FLINK-35835 URL: https://issues.apache.org/jira/browse/FLINK-35835

[jira] [Commented] (FLINK-18476) PythonEnvUtilsTest#testStartPythonProcess fails

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865835#comment-17865835 ] Weijie Guo commented on FLINK-18476: https://dev.azure.com/apache-flink/apache-flink

[jira] [Commented] (FLINK-35810) AsyncWaitOperatorTest.testProcessingTimeRepeatedCompleteUnorderedWithRetry fails

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865833#comment-17865833 ] Weijie Guo commented on FLINK-35810: https://dev.azure.com/apache-flink/apache-flink

Re: [PR] [FLINK-35740][mysql] Allow column as chunk key even if not in Primary Keys [flink-cdc]

2024-07-14 Thread via GitHub
SML0127 commented on code in PR #3448: URL: https://github.com/apache/flink-cdc/pull/3448#discussion_r1677153078 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/assigners/MySqlSnapshotSplitAssignerTest

[PR] [FLINK-35072][doris] Support applying AlterColumnTypeEvent to Doris sink [flink-cdc]

2024-07-14 Thread via GitHub
yuxiqian opened a new pull request, #3473: URL: https://github.com/apache/flink-cdc/pull/3473 This closes FLINK-35072. Thanks to @qg-lin's great work, doris-flink-connector 1.6.2 has implemented column type modification API, so Flink CDC could implement this ticket more easily.

[jira] [Resolved] (FLINK-35679) [Release-1.20] Cross team testing

2024-07-14 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo resolved FLINK-35679. Resolution: Done > [Release-1.20] Cross team testing > - > >

Re: [PR] [FLINK-35804][table-planner] Fix incorrect calc merge during decorrelate phase [flink]

2024-07-14 Thread via GitHub
zhaorongsheng commented on PR #25068: URL: https://github.com/apache/flink/pull/25068#issuecomment-2227594705 > > @zhaorongsheng Could you also cherry pick this patch into release-1.20 branch? > > I've created the backport pr #25084 to catch up 1.20's rc1 building. OK! -- Th

Re: [PR] [FLINK-35616][Connectors/MongoDB] Support upsert into sharded collections [flink-connector-mongodb]

2024-07-14 Thread via GitHub
yuxiqian commented on code in PR #37: URL: https://github.com/apache/flink-connector-mongodb/pull/37#discussion_r1677252405 ## flink-connector-mongodb/src/test/java/org/apache/flink/connector/mongodb/testutils/MongoTestUtil.java: ## @@ -90,4 +102,36 @@ public static void assert

[jira] [Comment Edited] (FLINK-35750) The latency marker metrics aren't updated after failover

2024-07-14 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863428#comment-17863428 ] Rui Fan edited comment on FLINK-35750 at 7/15/24 1:47 AM: -- Merg

[jira] [Resolved] (FLINK-35750) The latency marker metrics aren't updated after failover

2024-07-14 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan resolved FLINK-35750. - Resolution: Fixed > The latency marker metrics aren't updated after failover > -

Re: [PR] [BP-1.17][FLINK-35750][runtime/metrics] Fix that the latency marker metrics aren't updated after failover. [flink]

2024-07-14 Thread via GitHub
1996fanrui merged PR #25037: URL: https://github.com/apache/flink/pull/25037 -- 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...@flink.ap

Re: [PR] [BP-1.18][FLINK-35750][runtime/metrics] Fix that the latency marker metrics aren't updated after failover. [flink]

2024-07-14 Thread via GitHub
1996fanrui merged PR #25038: URL: https://github.com/apache/flink/pull/25038 -- 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...@flink.ap

[jira] [Commented] (FLINK-35834) Update Doris Dependency to 1.6.2 to use group commit.

2024-07-14 Thread yux (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865828#comment-17865828 ] yux commented on FLINK-35834: - +1, bumping doris connector to 1.6.2 should also resolve FLIN

[jira] [Created] (FLINK-35834) Update Doris Dependency to 1.6.2 to use group commit.

2024-07-14 Thread LvYanquan (Jira)
LvYanquan created FLINK-35834: - Summary: Update Doris Dependency to 1.6.2 to use group commit. Key: FLINK-35834 URL: https://issues.apache.org/jira/browse/FLINK-35834 Project: Flink Issue Type: B

Re: [PR] [FLINK-35804][table-planner] Fix incorrect calc merge during decorrelate phase [flink]

2024-07-14 Thread via GitHub
lincoln-lil commented on PR #25068: URL: https://github.com/apache/flink/pull/25068#issuecomment-2227560843 > @zhaorongsheng Could you also cherry pick this patch into release-1.20 branch? I've created the backport pr #25084 to catch up 1.20's rc1 building. -- This is an automated

Re: [PR] [FLINK-35804][table-planner] Fix incorrect calc merge during decorrelate phase [flink]

2024-07-14 Thread via GitHub
flinkbot commented on PR #25084: URL: https://github.com/apache/flink/pull/25084#issuecomment-2227560549 ## CI report: * f4b99b07e6166f42604983b6604765c068e7bd76 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-35833) ArtifactFetchManager always creates artifact dir

2024-07-14 Thread Dylan Meissner (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dylan Meissner updated FLINK-35833: --- Description: FLINK-28915 added support for remote job jar fetching (HTTPS, S3, etc) but bro

[jira] [Updated] (FLINK-31922) Port over Kinesis Client configurations for retry and backoff

2024-07-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-31922: --- Labels: pull-request-available (was: ) > Port over Kinesis Client configurations for retry

[PR] [FLINK-31922][Connectors/AWS] Port over Kinesis Client configurations for retry and backoff [flink-connector-aws]

2024-07-14 Thread via GitHub
karubian opened a new pull request, #150: URL: https://github.com/apache/flink-connector-aws/pull/150 ## Purpose of the change Port over Kinesis Client configurations for retry and backoff ## Verifying this change - *Added unit tests* ## Significant changes *(Pl

[jira] [Updated] (FLINK-35833) ArtifactFetchManager always creates artifact dir

2024-07-14 Thread Dylan Meissner (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dylan Meissner updated FLINK-35833: --- Description: FLINK-28915 added support for remote job jar fetching (HTTPS, S3, etc) but bro

Re: [PR] [FLINK-30093] [formats] Protobuf Timestamp Compile Error [flink]

2024-07-14 Thread via GitHub
hdulay closed pull request #21436: [FLINK-30093] [formats] Protobuf Timestamp Compile Error URL: https://github.com/apache/flink/pull/21436 -- 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 specif

Re: [PR] [FLINK-35831] Rotate jobId for both savepoint and stateless deploys [flink-kubernetes-operator]

2024-07-14 Thread via GitHub
gaborgsomogyi commented on PR #852: URL: https://github.com/apache/flink-kubernetes-operator/pull/852#issuecomment-2227465613 Restarted the failed job, the change looks good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [FLINK-35126] Rework default checkpoint progress check window [flink-kubernetes-operator]

2024-07-14 Thread via GitHub
gaborgsomogyi commented on code in PR #850: URL: https://github.com/apache/flink-kubernetes-operator/pull/850#discussion_r1677194834 ## docs/layouts/shortcodes/generated/dynamic_section.html: ## @@ -22,15 +22,15 @@ kubernetes.operator.cluster.h

[jira] [Updated] (FLINK-35833) ArtifactFetchManager always requires writable filesystem

2024-07-14 Thread Dylan Meissner (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dylan Meissner updated FLINK-35833: --- Description: FLINK-28915 added support for remote job jar fetching (HTTPS, S3, etc) but bro

[jira] [Updated] (FLINK-35833) ArtifactFetchManager always requires writable filesystem

2024-07-14 Thread Dylan Meissner (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dylan Meissner updated FLINK-35833: --- Description: FLINK-28915 added support for remote job jar fetching (HTTPS, S3, etc) but bro

[jira] [Updated] (FLINK-35833) ArtifactFetchManager always requires writable filesystem

2024-07-14 Thread Dylan Meissner (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dylan Meissner updated FLINK-35833: --- Description: FLINK-28915 added support for remote job jar fetching (HTTPS, S3, etc) but bro

[jira] [Updated] (FLINK-35833) ArtifactFetchManager always requires writable filesystem

2024-07-14 Thread Dylan Meissner (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dylan Meissner updated FLINK-35833: --- Description: FLINK-28915 added support for remote job jar fetching (HTTPS, S3, etc) but bro

[jira] [Created] (FLINK-35833) ArtifactFetchManager always requires writable filesystem

2024-07-14 Thread Dylan Meissner (Jira)
Dylan Meissner created FLINK-35833: -- Summary: ArtifactFetchManager always requires writable filesystem Key: FLINK-35833 URL: https://issues.apache.org/jira/browse/FLINK-35833 Project: Flink

Re: [PR] [FLINK-26940][Table SQL / API] Add SUBSTRING_INDEX supported in SQL & Table API [flink]

2024-07-14 Thread via GitHub
dylanhz commented on PR #24972: URL: https://github.com/apache/flink/pull/24972#issuecomment-2227414443 @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-35832) IFNULL returns incorrect result in Flink SQL

2024-07-14 Thread Yu Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865787#comment-17865787 ] Yu Chen commented on FLINK-35832: - Hi [~yunta], Would you mind to help @ someone related

[jira] [Updated] (FLINK-35832) IFNULL returns incorrect result in Flink SQL

2024-07-14 Thread Yu Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Chen updated FLINK-35832: Summary: IFNULL returns incorrect result in Flink SQL (was: IFNULL returns error result in Flink SQL) >

[jira] [Created] (FLINK-35832) IFNULL returns error result in Flink SQL

2024-07-14 Thread Yu Chen (Jira)
Yu Chen created FLINK-35832: --- Summary: IFNULL returns error result in Flink SQL Key: FLINK-35832 URL: https://issues.apache.org/jira/browse/FLINK-35832 Project: Flink Issue Type: Bug Comp

Re: [PR] [FLINK-35740][mysql] Allow column as chunk key even if not in Primary Keys [flink-cdc]

2024-07-14 Thread via GitHub
SML0127 commented on code in PR #3448: URL: https://github.com/apache/flink-cdc/pull/3448#discussion_r1677153078 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/assigners/MySqlSnapshotSplitAssignerTest

Re: [PR] [FLINK-35740][mysql] Allow column as chunk key even if not in Primary Keys [flink-cdc]

2024-07-14 Thread via GitHub
SML0127 commented on code in PR #3448: URL: https://github.com/apache/flink-cdc/pull/3448#discussion_r1677153078 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/assigners/MySqlSnapshotSplitAssignerTest

[jira] [Commented] (FLINK-35035) Reduce job pause time when cluster resources are expanded in adaptive mode

2024-07-14 Thread yuanfenghu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865776#comment-17865776 ] yuanfenghu commented on FLINK-35035: [~ztison]  Thanks, I will look into FLIP in det

[jira] [Updated] (FLINK-35804) Incorrect calc merge generate wrong plan about udtf+join+udf

2024-07-14 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee updated FLINK-35804: Fix Version/s: 1.20.0 > Incorrect calc merge generate wrong plan about udtf+join+udf > ---

[jira] [Resolved] (FLINK-35804) Incorrect calc merge generate wrong plan about udtf+join+udf

2024-07-14 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee resolved FLINK-35804. - Assignee: roncenzhao Resolution: Fixed fixed in master: a021082fa062e364e1c296a8ac33315b91

Re: [PR] [FLINK-35804][table-planner] Fix incorrect calc merge during decorrelate phase [flink]

2024-07-14 Thread via GitHub
lincoln-lil merged PR #25068: URL: https://github.com/apache/flink/pull/25068 -- 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...@flink.a

Re: [PR] [FLINK-31215] [autoscaler] Backpropagate processing rate limits from non-scalable bottlenecks to upstream operators [flink-kubernetes-operator]

2024-07-14 Thread via GitHub
aplyusnin commented on PR #847: URL: https://github.com/apache/flink-kubernetes-operator/pull/847#issuecomment-2227345617 Hi, @mxm @gyfora! I've finished the implementation. Could you review the code and run workflows? -- This is an automated message from the Apache Git Service. To resp

Re: [PR] [FLINK-34883] Fix postgres uuid column as PK [flink-cdc]

2024-07-14 Thread via GitHub
eskabetxe commented on PR #3282: URL: https://github.com/apache/flink-cdc/pull/3282#issuecomment-2227280892 @GOODBOY008 any chance to get this merged? -- 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

[jira] [Updated] (FLINK-35831) Rotate job id on savepoint upgrade as well

2024-07-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-35831: --- Labels: pull-request-available (was: ) > Rotate job id on savepoint upgrade as well > -

[PR] [FLINK-35831] Rotate jobId for both savepoint and stateless deploys [flink-kubernetes-operator]

2024-07-14 Thread via GitHub
gyfora opened a new pull request, #852: URL: https://github.com/apache/flink-kubernetes-operator/pull/852 ## What is the purpose of the change Job Ids can and should be rotated on savepoint redeployments as well. It is only important to keep the jobId when we are relying on recovery f

[jira] [Created] (FLINK-35831) Rotate job id on savepoint upgrade as well

2024-07-14 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-35831: -- Summary: Rotate job id on savepoint upgrade as well Key: FLINK-35831 URL: https://issues.apache.org/jira/browse/FLINK-35831 Project: Flink Issue Type: Improvemen