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

flow based tablet load balancer #16351

Merged
merged 14 commits into from
Aug 29, 2024
Merged

Commits on Jul 8, 2024

  1. implement TabletBalancer

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    Co-authored-by: Venkatraju V <venkatraju@slack-corp.com>
    demmer and venkatraju committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    73b16ba View commit details
    Browse the repository at this point in the history
  2. integrate tabletbalancer into vtgate

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    Co-authored-by: Venkatraju V <venkatraju@slack-corp.com>
    demmer and venkatraju committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4fd193b View commit details
    Browse the repository at this point in the history
  3. oops fix typo

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6f47d9d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. tabletbalancer test coverage for tablet replaced

    Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
    venkatraju committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e10b474 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. add tests for retry

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f17861b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. use math/rand/v2

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b85fc90 View commit details
    Browse the repository at this point in the history
  2. add test helper to check the right count

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d63f510 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. use - instead of _ in argumnet names

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1194a5e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. update flags test expectation

    Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
    demmer committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b9bd190 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. address review comments

    Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
    venkatraju committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    47d7ec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. remove redundant log in test

    Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
    venkatraju committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b3fbaaa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. typo in flag name

    Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
    venkatraju committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    66595ac View commit details
    Browse the repository at this point in the history
  2. add release notes

    Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
    venkatraju committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5ae7720 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into tabletbalancer-v21

    Signed-off-by: Venkatraju <venkatraju@gmail.com>
    venkatraju committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    707d77b View commit details
    Browse the repository at this point in the history