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

binlog replication should fluch checkpoint before executing DDL #514

Closed
csuzhangxc opened this issue Mar 4, 2020 · 1 comment
Closed
Assignees
Labels
type/bug This issue is a bug report

Comments

@csuzhangxc
Copy link
Member

csuzhangxc commented Mar 4, 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.

    1. execute DML
    2. execute DDL & interrupt the process. (like restart the process or schedule to another process)
  2. What did you expect to see?

    The task should work correctly after restarted.

  3. What did you see instead?

    may trigger error of prune DML columns and data mismatch in length.

  4. Versions of the cluster

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

      v1.0.3
      
@csuzhangxc
Copy link
Member Author

csuzhangxc commented Apr 30, 2020

already fixed in #587.

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

No branches or pull requests

2 participants