zyh created FLINK-35719: --------------------------- Summary: [Source]NullPointerException cause by RecordsWithSplitIds.finishedSplits() Key: FLINK-35719 URL: https://issues.apache.org/jira/browse/FLINK-35719 Project: Flink Issue Type: Bug Components: Connectors / JDBC Affects Versions: 1.17.2 Reporter: zyh Attachments: image-2024-06-28-11-59-13-193.png, image-2024-06-28-12-02-21-362.png
RecordsWithSplitIds.finishedSplits() return a collection that only has a null object. Then the whole flink job failed and report NullpointerException. Look at the picture below: 1. the first pic tells that the split add success 2. the second pic tells that the finish split was a null object !image-2024-06-28-11-59-13-193.png! !image-2024-06-28-12-02-21-362.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)