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

*(ticdc): fix some major problems about pull-based-sink #8179

Merged
merged 24 commits into from
Feb 8, 2023

Commits on Feb 6, 2023

  1. add mount metrics

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b15ebe3 View commit details
    Browse the repository at this point in the history
  2. move memquota into a package

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c6cd43a View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    87c2a6b View commit details
    Browse the repository at this point in the history
  4. make fmt

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    88ddd67 View commit details
    Browse the repository at this point in the history
  5. no lock in memquota

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    51e9533 View commit details
    Browse the repository at this point in the history
  6. some little changes

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3352622 View commit details
    Browse the repository at this point in the history
  7. revert mount task

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7333321 View commit details
    Browse the repository at this point in the history
  8. try to limit sink manager task range

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    4accb06 View commit details
    Browse the repository at this point in the history
  9. seperate sink and redo mounter group

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    672887e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. limit task upperbound with schema storage ts

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4a6e952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfc420 View commit details
    Browse the repository at this point in the history
  3. some reverts and fix tests

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4eab921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049768f View commit details
    Browse the repository at this point in the history
  5. some fixes

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6b45fde View commit details
    Browse the repository at this point in the history
  6. remove stale things

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    afe644e View commit details
    Browse the repository at this point in the history
  7. fix verify

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    197ac32 View commit details
    Browse the repository at this point in the history
  8. fix errCh of sink manager

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6e99877 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    667ddf0 View commit details
    Browse the repository at this point in the history
  10. address comments

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d5d0395 View commit details
    Browse the repository at this point in the history
  11. fix tests

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a881ed9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. address comments

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    491a19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d84bfe3 View commit details
    Browse the repository at this point in the history
  3. make verify

    Signed-off-by: qupeng <qupeng@pingcap.com>
    hicqu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4490f2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    294997d View commit details
    Browse the repository at this point in the history