-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not start FlinkCDC 2.3 with startupOptions = specificOffset #1795
Comments
I built the cdc jar with source code @ commit c1a049e, and repeated the scenario as below:
The updated records were correctly read in job A, but the checkpoint can not be completed:
|
Sad to hear that. We're considering upgrading cdc to 2.3 because in this version adding new tables and consuming from specific offset is supported, at least for mysql. However, if an upgrade is impossible, we have to replay the snapshot of dozens of datasources, which troubles the downstream stakeholders. Do we have a planned fix for this issue in 2.3? |
@ruanhang1993 @PatrickRen I also encountered this bug, do we have a planned fix for this issue in 2.3? |
@ruanhang1993 I also encountered this bug,This seems to be a problem with the bottom layer relying on mysql-binglog-connector |
@ruanhang1993 @PatrickRen flink cdc version 2.3 still have this bug. |
@PatrickRen I give up the upgrade and start a new job with cdc 2.4. The problem is that the startup with specified binlog offset often leads to the MissingTableMapEventException error since the offset corresponds to a write_rows binlog record. So how are we supposed to use the startup mode "specific-offset"? |
Closing this issue as it has been migrated to Apache Jira. |
I just upgraded the FlinkCDC in my job from 2.1.1 to 2.3.0 to leverage the new feature "Scan Newly Added Tables" (the table was not in the tableList in the first place). But I ended up with the "Name is null" exception:
I could not find solutions to this issue here, so turned to another new feature: scan.startup.mode = specific-offset. This time I got exception "No TableMapEventData has been found for table id". Issues (#276, #411) were closed but still reported to exist, as what I observed here. Hoping I could get some help here.
Environment :
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: