Re: [PR] [FLINK-35127] remove HybridSource to avoid CI failure. [flink-cdc]

2024-04-19 Thread via GitHub
PatrickRen merged PR #3237: URL: https://github.com/apache/flink-cdc/pull/3237 -- 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:

Re: [PR] [FLINK-35127] remove HybridSource to avoid CI failure. [flink-cdc]

2024-04-18 Thread via GitHub
lvyanquan commented on PR #3237: URL: https://github.com/apache/flink-cdc/pull/3237#issuecomment-2065637354 The failure in current CI contains a error message of ``` (4185ef2c5087300d32f25ea842d3ec59_cbc357ccb763df2852fee8c4fc7d55f2_0_0) switched from RUNNING to FAILED with failure

Re: [PR] [FLINK-35127] remove HybridSource to avoid CI failure. [flink-cdc]

2024-04-18 Thread via GitHub
lvyanquan commented on PR #3237: URL: https://github.com/apache/flink-cdc/pull/3237#issuecomment-2065589494 Looks like HybridSource has a requirement for parallelism, but some of our tests use the core number of the machine itself

Re: [PR] [FLINK-35127] remove HybridSource to avoid CI failure. [flink-cdc]

2024-04-18 Thread via GitHub
lvyanquan commented on PR #3237: URL: https://github.com/apache/flink-cdc/pull/3237#issuecomment-2063493735 @PatrickRen @yuxiqian PTAL. -- 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

[PR] [FLINK-35127] remove HybridSource to avoid CI failure. [flink-cdc]

2024-04-18 Thread via GitHub
lvyanquan opened a new pull request, #3237: URL: https://github.com/apache/flink-cdc/pull/3237 At present, CI testing often causes OOM due to ValuesSource, which may be caused by the use of HybridSource. Considering that this will block other prs, remove it first to restore CI. -- This