Yanquan Lv created FLINK-36852: ---------------------------------- Summary: Avoid StackOverflowError in Paimon Pipeline sink Key: FLINK-36852 URL: https://issues.apache.org/jira/browse/FLINK-36852 Project: Flink Issue Type: Bug Components: Flink CDC Affects Versions: cdc-3.2.1 Reporter: Yanquan Lv Fix For: cdc-3.3.0 Attachments: image-2024-12-05-14-51-25-167.png
After long time running cdc yaml job(MySQL to Paimon), we occur the following error: !image-2024-12-05-14-51-25-167.png! It turns out to be that we use the same MemoryPool for every table, and it is better to create independent MemoryPool for each table. -- This message was sent by Atlassian Jira (v8.20.10#820010)