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

*: fix the output in changefeed out of order #1247

Merged
merged 53 commits into from
Jan 21, 2021

Commits on Dec 29, 2020

  1. panic when adding a dying table

    leoppro committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a05b81a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge branch 'master' into fix_fatal_sink

    leoppro authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    2985735 View commit details
    Browse the repository at this point in the history
  2. add a test

    leoppro committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    c05c08b View commit details
    Browse the repository at this point in the history
  3. add a test

    leoppro committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    21ec264 View commit details
    Browse the repository at this point in the history
  4. add a test

    leoppro committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    d72853d View commit details
    Browse the repository at this point in the history
  5. add a test

    leoppro committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fc77ae8 View commit details
    Browse the repository at this point in the history
  6. update the checkpoint when exec ddl

    leoppro committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    ef86a5b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. add a middleware before sink

    leoppro committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ee598c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. add a middleware before sink

    leoppro committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    59d0ab5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix_fatal_sink

    leoppro authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a21c68b View commit details
    Browse the repository at this point in the history
  3. fix build

    leoppro committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8c1eb0b View commit details
    Browse the repository at this point in the history
  4. fix build

    leoppro committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    9804ed5 View commit details
    Browse the repository at this point in the history
  5. fix test

    leoppro committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6598b81 View commit details
    Browse the repository at this point in the history
  6. add unit tests

    leoppro committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    315be4a View commit details
    Browse the repository at this point in the history
  7. fix race

    leoppro committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0bfac0c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. add debug code

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    fb6627d View commit details
    Browse the repository at this point in the history
  2. fix some bug

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    3326dec View commit details
    Browse the repository at this point in the history
  3. fix check

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7cc0bec View commit details
    Browse the repository at this point in the history
  4. fix check

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0b2b11b View commit details
    Browse the repository at this point in the history
  5. refine fmt

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5d5900f View commit details
    Browse the repository at this point in the history
  6. fix test

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    9f4b935 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into fix_fatal_sink

    leoppro authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d86f674 View commit details
    Browse the repository at this point in the history
  8. fix test

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    3d03fb5 View commit details
    Browse the repository at this point in the history
  9. add debug code

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    00f59c6 View commit details
    Browse the repository at this point in the history
  10. add debug code

    leoppro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2ccdc94 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Merge remote-tracking branch 'pingcap/master' into fix_fatal_sink

    # Conflicts:
    #	cdc/metrics.go
    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    a766397 View commit details
    Browse the repository at this point in the history
  2. update test

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7d684de View commit details
    Browse the repository at this point in the history
  3. update test

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c49ea60 View commit details
    Browse the repository at this point in the history
  4. fix data race

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    1d51a22 View commit details
    Browse the repository at this point in the history
  5. remove debug code

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    8ff15f1 View commit details
    Browse the repository at this point in the history
  6. update test script

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    f337bcf View commit details
    Browse the repository at this point in the history
  7. update test script

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    f17c682 View commit details
    Browse the repository at this point in the history
  8. update test script

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    5077336 View commit details
    Browse the repository at this point in the history
  9. update test script

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b38f390 View commit details
    Browse the repository at this point in the history
  10. update test script

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b1c0209 View commit details
    Browse the repository at this point in the history
  11. fix move table

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    bea1477 View commit details
    Browse the repository at this point in the history
  12. fix move table

    leoppro committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c750ee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. accepting comments

    leoppro committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    79cef87 View commit details
    Browse the repository at this point in the history
  2. add debug log

    leoppro committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e457476 View commit details
    Browse the repository at this point in the history
  3. fix cancel

    leoppro committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    76e6497 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into fix_fatal_sink

    leoppro authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d59a62c View commit details
    Browse the repository at this point in the history
  5. fix build

    leoppro committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f50b314 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. update data-flow

    leoppro committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ad6ad57 View commit details
    Browse the repository at this point in the history
  2. update metrics

    leoppro committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    90de5ff View commit details
    Browse the repository at this point in the history
  3. update dot

    leoppro committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0c1c2ee View commit details
    Browse the repository at this point in the history
  4. update docs

    leoppro committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    59855ed View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge branch 'master' into fix_fatal_sink

    leoppro authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    c18d3f8 View commit details
    Browse the repository at this point in the history
  2. update ticdc.json

    leoppro committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    de2729b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. add some test cases

    leoppro committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    75fbb46 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    leoppro committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3cea12f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    0279d45 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Merge branch 'master' into fix_fatal_sink

    leoppro authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1f35ac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Merge branch 'master' into fix_fatal_sink

    leoppro authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    45813e9 View commit details
    Browse the repository at this point in the history