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 new mysql connection drain #16298

Merged
merged 10 commits into from
Jul 3, 2024
Merged

Commits on Jun 28, 2024

  1. Add mysql connection drain

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3cc3d88 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d9982be View commit details
    Browse the repository at this point in the history
  3. Change the way we check if vtgate is shutdown or not + add comments

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c3a3b2f View commit details
    Browse the repository at this point in the history
  4. Revert ConnectTimeoutMs when done

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1a81211 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Apply review suggestions

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c630c19 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1f7dfd3 View commit details
    Browse the repository at this point in the history
  3. Fix closing of connections

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    232cbcb View commit details
    Browse the repository at this point in the history
  4. Fix concurrency issues

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8edd8bd View commit details
    Browse the repository at this point in the history
  5. Fix race issue with errors

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a57a57c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Apply review suggestions

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f1b0d53 View commit details
    Browse the repository at this point in the history