Skip to content
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

DM/WebUI: ignore-tables is empty in task details #11374

Open
mayjiang0203 opened this issue Jul 2, 2024 · 1 comment
Open

DM/WebUI: ignore-tables is empty in task details #11374

mayjiang0203 opened this issue Jul 2, 2024 · 1 comment
Labels
area/dm Issues or PRs related to DM. severity/moderate This is a moderate bug. type/bug This is a bug.

Comments

@mayjiang0203
Copy link

What did you do?

As described in https://asktug.com/t/topic/1028447.
Config as follows:

block-allow-list:
bw-rule-1:
do-dbs: [“next_"]
ignore-tables:

  • db-name: "next_”
    tbl-name: “tmp*”
  • db-name: “next_"
    tbl-name: "temp”

Start task:
image

What did you expect to see?

There are rules as below in ignore tables:

  • db-name: "next_”
    tbl-name: “tmp*”
  • db-name: “next_"
    tbl-name: "temp”

What did you see instead?

Check task details in WebUI
image

Versions of the cluster

DM version (run dmctl -V or dm-worker -V or dm-master -V):

(paste DM version here, and you must ensure versions of dmctl, DM-worker and DM-master are same)

Upstream MySQL/MariaDB server version:

(paste upstream MySQL/MariaDB server version here)

Downstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

(paste TiDB cluster version here)

How did you deploy DM: tiup or manually?

(leave TiUP or manually here)

Other interesting information (system version, hardware config, etc):

>
>

v8.1.0

current status of DM cluster (execute query-status <task-name> in dmctl)

(paste current status of DM cluster here)
@mayjiang0203 mayjiang0203 added area/dm Issues or PRs related to DM. type/bug This is a bug. labels Jul 2, 2024
@github-actions github-actions bot added this to Need Triage in Question and Bug Reports Jul 2, 2024
@lyzx2001
Copy link
Contributor

lyzx2001 commented Jul 2, 2024

/severity moderate

@ti-chi-bot ti-chi-bot bot added the severity/moderate This is a moderate bug. label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dm Issues or PRs related to DM. severity/moderate This is a moderate bug. type/bug This is a bug.
Projects
Development

No branches or pull requests

2 participants