[jira] [Created] (FLINK-34345) Remove TaskExecutorManager related logic

2024-02-02 Thread Caican Cai (Jira)
Caican Cai created FLINK-34345: -- Summary: Remove TaskExecutorManager related logic Key: FLINK-34345 URL: https://issues.apache.org/jira/browse/FLINK-34345 Project: Flink Issue Type: Improvement

Re: Flink JDBC connector release

2024-02-02 Thread Sergey Nuyanzin
Hi David thanks for testing I assume you are talking about jdbc connector rc3 and Flink 1.18. In case you think there is a bug it would make sense to raise a jira issue and provide steps to reproduce it On Fri, Feb 2, 2024 at 5:42 PM David Radley wrote: > Hi, > > We have been doing some

Flink JDBC connector release

2024-02-02 Thread David Radley
Hi, We have been doing some testing on flink jdbc connector rc2. We are testing with Flink 1.1.8 jars and are using the TableEnvironment TableResult

[jira] [Created] (FLINK-34344) Wrong JobID in CheckpointStatsTracker

2024-02-02 Thread Roman Khachatryan (Jira)
Roman Khachatryan created FLINK-34344: - Summary: Wrong JobID in CheckpointStatsTracker Key: FLINK-34344 URL: https://issues.apache.org/jira/browse/FLINK-34344 Project: Flink Issue Type:

[jira] [Created] (FLINK-34343) ResourceManager registration is not completed when registering the JobMaster

2024-02-02 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-34343: - Summary: ResourceManager registration is not completed when registering the JobMaster Key: FLINK-34343 URL: https://issues.apache.org/jira/browse/FLINK-34343

Re: Security fixes for Flink 1.18 (flink-shaded)

2024-02-02 Thread Jing Ge
Hi Hong, We were facing exactly the same guava issues and after analyzing those CVEs, we got the same conclusion as what Chesnay mentioned. Best regards, Jing On Fri, Feb 2, 2024 at 10:18 AM Chesnay Schepler wrote: > Guava CVEs don't apply because it's all about using it's createTempDir >

[jira] [Created] (FLINK-34342) Address ListShards Consistency for DDB Streams Source

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34342: - Summary: Address ListShards Consistency for DDB Streams Source Key: FLINK-34342 URL: https://issues.apache.org/jira/browse/FLINK-34342 Project: Flink

[jira] [Created] (FLINK-34341) Implement DDB Streams Table API support

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34341: - Summary: Implement DDB Streams Table API support Key: FLINK-34341 URL: https://issues.apache.org/jira/browse/FLINK-34341 Project: Flink Issue Type:

[jira] [Created] (FLINK-34340) Add support for DDB Streams

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34340: - Summary: Add support for DDB Streams Key: FLINK-34340 URL: https://issues.apache.org/jira/browse/FLINK-34340 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-34339) Add connector abstraction layer to remove reliance on AWWS SDK classes

2024-02-02 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-34339: - Summary: Add connector abstraction layer to remove reliance on AWWS SDK classes Key: FLINK-34339 URL: https://issues.apache.org/jira/browse/FLINK-34339 Project:

Re: Security fixes for Flink 1.18 (flink-shaded)

2024-02-02 Thread Chesnay Schepler
Guava CVEs don't apply because it's all about using it's createTempDir method which we don't use. Zookeeper CVE doesn't really apply because it's a server-side issue. On 02/02/2024 09:42, Martijn Visser wrote: To add to this: we can't upgrade to flink-shaded 18.0, since we've just reverted

Re: Security fixes for Flink 1.18 (flink-shaded)

2024-02-02 Thread Martijn Visser
To add to this: we can't upgrade to flink-shaded 18.0, since we've just reverted that for Flink 1.19 because of the performance regression. We will need a new flink-shaded version to deal with these performance regressions. On Fri, Feb 2, 2024 at 9:39 AM Martijn Visser wrote: > Hi Hong, > > I

Re: Security fixes for Flink 1.18 (flink-shaded)

2024-02-02 Thread Martijn Visser
Hi Hong, I do have objections: upgrading Flink-Shaded in a patch version is something that we should not take lightly, since it involves components that are used in the core functionality of Flink. We've seen in the past that changes in Flink Shaded have an impact on stability and performance. I

Re: [VOTE] Release flink-connector-jdbc, release candidate #3

2024-02-02 Thread Martijn Visser
+1 (binding) - Validated hashes - Verified signature - Verified that no binaries exist in the source archive - Build the source with Maven - Verified licenses - Verified web PRs On Fri, Feb 2, 2024 at 9:31 AM Yanquan Lv wrote: > +1 (non-binding) > > - Validated checksum hash > - Verified

Re: [VOTE] Release flink-connector-jdbc, release candidate #3

2024-02-02 Thread Yanquan Lv
+1 (non-binding) - Validated checksum hash - Verified signature - Build the source with Maven and jdk8/11/17 - Check that the jar is built by jdk8 - Verified that no binaries exist in the source archive Sergey Nuyanzin 于2024年2月1日周四 19:50写道: > Hi everyone, > Please review and vote on the