GMHDBJD
GMHDBJD
### What problem does this PR solve? Issue Number: ref #5504 ### What is changed and how it works? - check task status in jobmaster's tick - exit if job...
# This issue track the progress of DM - [x] precheck - [x] task cfg adjust - [x] source cfg adjust - [x] source cfg check - [x] database adjust...
### What did you do? upstream ``` use db; /*!*/ DROP PROCEDURE `xxx` ``` task config ``` filters: filter-rule-1: schema-pattern: "db" sql-pattern: [".*\\s+DROP\\s+PROCEDURE"] action: Ignore ``` ### What did you...
### What problem does this PR solve? add compactor to compact dml ### What is changed and how it works? ``` # Assuming that UPDATE statement does not update the...
### Is your feature request related to a problem? Please describe `operate-source` show tasks a long time. ### Describe the feature you'd like `operate-source show` quickly return like `list-member` ###...
### Is your feature request related to a problem? Please describe If we want to `stop-relay` or `start-relay` for all sources when meet problems or other reason, we need to...
## Feature Request **Is your feature request related to a problem? Please describe:** When replication delay rises, we can only see downstream QPS but not upstream, add upstream QPS can...
## Feature Request **Is your feature request related to a problem? Please describe:** When user want to replicate a new table for an existing upstream,they can only do some complex...
## Feature Request **Is your feature request related to a problem? Please describe:** Since we now split uses worker and source in 2.0, the origin concept ***Instance*** is deprecated, we...
### What problem does this PR solve? [issue](https://github.com/pingcap/dm/issues/1598#issuecomment-820289755) ### What is changed and how it works? when latest DDLs is resolved, put it into etcd. when conflict DDLs detected in...