This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
block-allow-list doesn't skip blocked tables from online DDL #1776
Labels
affected-v2.0.2
this issue/BUG affects v2.0.2
affected-v2.0.3
this issue/BUG affects v2.0.3
affected-v2.0.4
this issue/BUG affects v2.0.4
severity/minor
type/bug
This issue is a bug report
Bug Report
Please answer these questions before submitting your issue. Thanks!
If user starts a DM task with
online-ddl-scheme
config, and the starting position can't fully see online DDLs of a tables. Though the table maybe blocked by blokc-allow-lists, DM will raise an errorsee #1775
no error because the table is blocked
"Message": "startLocation: [position: (mysql-bin.000001, 2257), gtid-set: 09bec856-ba95-11ea-850a-58f2b4af5188:1-8], endLocation: [position: (mysql-bin.000001, 2435), gtid-set: 09bec856-ba95-11ea-850a-58f2b4af5188:1-9], origin SQL: [rename table online_ddl.ignore to online_ddl._ignore_del, online_ddl._ignore_gho to online_ddl.ignore]: online ddl metadata for ghost temporary table
online_ddl
._ignore_gho
not found"The text was updated successfully, but these errors were encountered: