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

[vtadmin] create+delete shards #9012

Merged
merged 8 commits into from
Oct 26, 2021

Commits on Oct 22, 2021

  1. Add CreateShard/DeleteShards rpcs

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    bc6efbf View commit details
    Browse the repository at this point in the history
  2. Refactor out common error-creation code

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    5705932 View commit details
    Browse the repository at this point in the history
  3. Implement API endpoints

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f14a156 View commit details
    Browse the repository at this point in the history
  4. Add http wrappers for Create/Delete Shard(s) endpoints

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8037b03 View commit details
    Browse the repository at this point in the history
  5. Add topoRW pool calls

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    98e90ef View commit details
    Browse the repository at this point in the history
  6. Extend vtctld/vtadmin testutil packages to support more integration-y…

    … tests
    
    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    5982b61 View commit details
    Browse the repository at this point in the history
  7. Add tests for Create/Delete shard

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4393e84 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    406bb1b View commit details
    Browse the repository at this point in the history