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

Add metric for showing the errant GTIDs in VTOrc #13281

Merged
merged 5 commits into from
Jun 15, 2023

Commits on Jun 9, 2023

  1. feat: add metric for errant gtid

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2443ec1 View commit details
    Browse the repository at this point in the history
  2. feat: update the errant gtid map always, so that once errant gtids ar…

    …e fixed, they are cleared
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    08b3ebe View commit details
    Browse the repository at this point in the history
  3. feat: fix the test to match the new expectations

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    088f559 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. feat: add mutex to protect the access to the map storing errant gtids

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    84098ee View commit details
    Browse the repository at this point in the history
  2. feat: update the errant gtid map in a goroutine

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0fe73a4 View commit details
    Browse the repository at this point in the history