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

sink(cdc): clean backends if table sink is stuck too long #9527

Merged
merged 16 commits into from
Aug 11, 2023

Commits on Aug 8, 2023

  1. sink: clean backends if table sink is stuck too long

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a50eaf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. some fixes

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4ad9596 View commit details
    Browse the repository at this point in the history
  2. add a test case

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    91b8840 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    cd62359 View commit details
    Browse the repository at this point in the history
  2. fix config

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    39a845d View commit details
    Browse the repository at this point in the history
  3. make check

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c70765d View commit details
    Browse the repository at this point in the history
  4. fix unit tests

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    04d79cf View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9bc0460 View commit details
    Browse the repository at this point in the history
  6. fix a test case

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5eb16d2 View commit details
    Browse the repository at this point in the history
  7. address comments

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c7f0f61 View commit details
    Browse the repository at this point in the history
  8. make hang_sink_suicide covers multiple table case

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cc39570 View commit details
    Browse the repository at this point in the history
  9. address comments

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c82cce5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. address comments

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    308c7cb View commit details
    Browse the repository at this point in the history
  2. getCheckpointTs should use read lock

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3f9268a View commit details
    Browse the repository at this point in the history
  3. improve the new test case

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    520c799 View commit details
    Browse the repository at this point in the history
  4. set default advance-timeout-in-sec to 150

    Signed-off-by: qupeng <[email protected]>
    hicqu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2f360df View commit details
    Browse the repository at this point in the history