spoorthibasu commented on PR #4550: URL: https://github.com/apache/flink-cdc/pull/4550#issuecomment-5749917274
Thanks @lvyanquan, both are addressed inline. Three other changes in this push: - The release clears its armed checkpoint once it runs, so a stream-only job, which has no snapshot metadata to drop, doesn't re-enter that path on every later checkpoint. - `IncrementalSourceReader` coverage for the assembled event: `testReaderSendsStreamSplitMetaAssembledEventForCompleteSplit` on the inline path and `testReaderEchoesAssignmentGenerationInAssembledEvent` on the group-fetch path. - Ticket references follow the same split throughout, FLINK-40697 for what this ticket adds and FLINK-39775 where it points back at the original MySQL change. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
