Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

resume task didn't check ddl conflict #719

Closed
GMHDBJD opened this issue Jun 8, 2020 · 3 comments
Closed

resume task didn't check ddl conflict #719

GMHDBJD opened this issue Jun 8, 2020 · 3 comments
Assignees
Labels
severity/major type/bug This issue is a bug report
Milestone

Comments

@GMHDBJD
Copy link
Collaborator

GMHDBJD commented Jun 8, 2020

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.
    create database db
    create table db.tb1 (id int)
    create table db.tb2 (id int)
    start-task
    alter table db.tb1 add column a int
    alter table db.tb2 add column b int

  2. What did you expect to see?
    task will raise error when resume

  3. What did you see instead?
    when resume task, syncer will run the second ddl

  4. Versions of the cluster

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

      1.0 and 2.0
      
@WangXiangUSTC
Copy link
Contributor

what is the error message when resume? could you please add an example log.

@csuzhangxc csuzhangxc added this to the v1.0.6 milestone Jun 15, 2020
@WangXiangUSTC
Copy link
Contributor

what is the error message when resume? could you please add an example log.

sorry, I made a mistake, ignore it

@csuzhangxc
Copy link
Member

and another PR about this issue #741

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
severity/major type/bug This issue is a bug report
Projects
None yet
Development

No branches or pull requests

4 participants