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

VReplication: Estimate lag when workflow fully throttled #16577

Merged
merged 12 commits into from
Aug 15, 2024

Commits on Aug 12, 2024

  1. Estimate lag when vplayer throttled

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e7f0c45 View commit details
    Browse the repository at this point in the history
  2. Fix vitessio#16565

    This did not have a practical impact but was obviously
    wrong
    
    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f1826cc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update e2e test

    Revert "Fix vitessio#16565"
    
    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    58605b3 View commit details
    Browse the repository at this point in the history
  2. Fixup test changes/additions

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a163ec9 View commit details
    Browse the repository at this point in the history
  3. Properly estimate lag when vstreamer is fully throttled

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5914378 View commit details
    Browse the repository at this point in the history
  4. Improve table plan logs

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9dd061a View commit details
    Browse the repository at this point in the history
  5. Changes after self review and further testing

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    77c1d1a View commit details
    Browse the repository at this point in the history
  6. Create a PR dedicated to improving the table plan logging

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ee25994 View commit details
    Browse the repository at this point in the history
  7. Tweak behavior

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    001b4fb View commit details
    Browse the repository at this point in the history
  8. Simplify

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9d2a09f View commit details
    Browse the repository at this point in the history
  9. Improve var name

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fb8741e View commit details
    Browse the repository at this point in the history
  10. Check throttler w/o sleep as it's not done in a loop

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    919056a View commit details
    Browse the repository at this point in the history