-
Bug
-
Resolution: Done
-
Major
-
2.1.3.Final
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
debezium-connector-mysql 2.1.3
What is the connector configuration?
{ "connector.class": "io.debezium.connector.mysql.MySqlConnector", "driver.connectionTimeZone": "Europe/Paris", "snapshot.locking.mode": "none", "transforms.Reroute.key.enforce.uniqueness": "false", "transforms": "Reroute", "include.schema.changes": "false", "schema.history.internal.store.only.captured.tables.ddl": "true", "topic.prefix": "dev-debezium-auth", "transforms.Reroute.topic.replacement": "dev-debezium.$1.$2", "database.user": "${file:/opt/cdc/secret:user}", "transforms.Reroute.type": "io.debezium.transforms.ByLogicalTableRouter", "database.server.id": "5443", "transforms.Reroute.topic.regex": "dev-debezium-auth\\.(.+)\\.(.+)", "database.port": "3306", "database.hostname": "xxx", "database.password": "****************************************", "name": "cdc.auth", "table.include.list": "auth", "database.include.list": "auth", "snapshot.mode": "initial" }
What is the captured database version and mode of depoyment?
on-premise mysql 8.0.28
What behaviour do you expect?
CDC should be working
What behaviour do you see?
Caused by: io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement 'GRANT APPLICATION_PASSWORD_ADMIN, AUDIT_ABORT_EXEMPT, AUDIT_ADMIN, BACKUP_ADMIN, BINLOG_ADMIN, BINLOG_ENCRYPTION_ADMIN, CLONE_ADMIN, CONNECTION_ADMIN, ENCRYPTION_KEY_ADMIN, FIREWALL_EXEMPT, FLUSH_OPTIMIZER_COSTS, FLUSH_STATUS, FLUSH_TABLES, FLUSH_USER_RESOURCES, GROUP_REPLICATION_ADMIN, INNODB_REDO_LOG_ARCHIVE, INNODB_REDO_LOG_ENABLE, PASSWORDLESS_USER_ADMIN, PERSIST_RO_VARIABLES_ADMIN, REPLICATION_APPLIER, REPLICATION_SLAVE_ADMIN, RESOURCE_GROUP_ADMIN, RESOURCE_GROUP_USER, ROLE_ADMIN, SENSITIVE_VARIABLES_OBSERVER, SERVICE_CONNECTION_ADMIN, SESSION_VARIABLES_ADMIN, SET_USER_ID, SHOW_ROUTINE, SYSTEM_USER, SYSTEM_VARIABLES_ADMIN, TABLE_ENCRYPTION_ADMIN, XA_RECOVER_ADMIN ON *.* TO 'refreshaccount'@'10.%' WITH GRANT OPTION'no viable alternative at input 'GRANT APPLICATION_PASSWORD_ADMIN, AUDIT_ABORT_EXEMPT'
Do you see the same behaviour using the latest relesead Debezium version?
Not tested yet
Do you have the connector logs, ideally from start till finish?
Not ATM
How to reproduce the issue using our tutorial deployment?
No idea for now, will have a look