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

adding continueAfterCopyWithOwner flag #7

Commits on Sep 22, 2023

  1. adding continueAfterCopyWithOwner flag

    Signed-off-by: zhe <[email protected]>
    zhePin authored and vbalys committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4d028a5 View commit details
    Browse the repository at this point in the history
  2. Externalize VIndexes properly when not stopping after copy

    We did not check for this config state at externalize.
    When -stop_after_copy=false was used for the lookup vindex
    materialization the workflow state will be Running when
    it's healthy.
    
    Signed-off-by: Matt Lord <[email protected]>
    Signed-off-by: Vaidas Balys <[email protected]>
    mattlord authored and vbalys committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b4e50ec View commit details
    Browse the repository at this point in the history
  3. Update tests now that we check BinlogSource when externalizing lookup…

    … vindexes
    
    Signed-off-by: Matt Lord <[email protected]>
    mattlord authored and vbalys committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5d8fa9a View commit details
    Browse the repository at this point in the history