Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Slack vitess 2020.01.11.rc0 #192

Closed
wants to merge 4 commits into from
Closed

Conversation

ajm188
Copy link

@ajm188 ajm188 commented Jan 10, 2021

For vtctld, just to get the diff reviewed and approved. We shouldn't merge this to tinyspeck/master.

Contains the following PRs:

I ran make build at each cherry-pick; the code is buildable and I can run the local example at hit a grpc endpoint:

❯ vtctldclient --server "localhost:15999" FindAllShardsInKeyspace commerce | jq '.'
{
  "shards": {
    "0": {
      "keyspace": "commerce",
      "name": "0",
      "shard": {
        "master_alias": {
          "cell": "zone1",
          "uid": 100
        },
        "master_term_start_time": {
          "seconds": 1610323010,
          "nanoseconds": 829901000
        },
        "is_master_serving": true
      }
    }
  }
}

deepthi and others added 4 commits January 10, 2021 18:48
Initial implementation of vtctld service
Signed-off-by: Andrew Mason <amason@slack-corp.com>
…_keyspace

Add FindAllShardsInKeyspace to vtctldserver
…ator

[vtctldclient] vtctldclient generator
@ajm188
Copy link
Author

ajm188 commented Jan 12, 2021

Closing and re-opening this because I have managed to once again use 2020 as the year when I meant 2021.

@ajm188 ajm188 closed this Jan 12, 2021
@ajm188 ajm188 deleted the slack-vitess-2020.01.11.rc0 branch January 12, 2021 13:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants