Closed GanfengTan closed 9 months ago
@GanfengTan Because sqlserver cdc will lock tables when snapshot phase. You can run jobs when db is not bussy.
@GOODBOY008 Thank you very much for your answer. But I created a new DB and a new table still exists this error.
@GanfengTan Because sqlserver cdc will lock tables when snapshot phase. You can run jobs when db is not bussy.
你好,我想问一下sqlserver锁表是因为有其他的jdbc连接操作这个表导致的问题吗
你好,我想问一下sqlserver锁表是因为有其他的jdbc连接操作这个表导致的问题吗
不是的,新建的一个数据库无其他任何的JDBC连接。
@GOODBOY008 Lock the table when the flink task restarts,
Can restarting a task from checkpoint or savepoint avoid table locking?
@GOODBOY008 Is there any way to avoid table locking issues
@GOODBOY008 I have encountered three lock table issues in the production environment,It's a big trouble
@GOODBOY008 I have encountered three lock table issues in the production environment,It's a big trouble
@wsczm Old version is lock base implement. You can bump cdc version to latest and use incremental config.
@GOODBOY008 use cdc 2.4 and config 'scan.startup.mode'='latest-offset' ?
@GOODBOY008 use cdc 2.4 and config 'scan.startup.mode'='latest-offset' ?
Use scan.incremental.snapshot.enabled
@GOODBOY008 Hello, can you add your DingTalk friends. Currently, they are using MySQL, sqlserver, and Oarcle's CDC for production. There are some usage issues that I would like to consult with you. It is not very convenient to use them here
@GOODBOY008 Hello, can you add your DingTalk friends. Currently, they are using MySQL, sqlserver, and Oarcle's CDC for production. There are some usage issues that I would like to consult with you. It is not very convenient to use them here
You can add DingTalk group.
@GOODBOY008 i add dingtalk group but no person give me help ,thank you very much for give me a wechat friend or dingtalk friend
@GOODBOY008 old version whether Can restarting a task from checkpoint or savepoint to avoid table locking?
Closing this issue because it was created before version 2.3.0 (2022-11-10). Please try the latest version of Flink CDC to see if the issue has been resolved. If the issue is still valid, kindly report it on Apache Jira under project Flink
with component tag Flink CDC
. Thank you!
Environment :
To Reproduce Steps to reproduce the behavior: