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

vtcompose/docker-compose: fix InitShardMaster #6584

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

shlomi-noach
Copy link
Contributor

Fixes #6521

This PR removes deprecated InitTablet and introduces InitShardMaster. This is done by:

  • running one docker
  • per shard
  • after all shard tablets are initialized
  • that executes InitShardMaster on the *01 tablet (e.g. test-201)

Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Copy link
Member

@deepthi deepthi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Can you create another PR that cherry-picks this onto release-7.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker-compose example is broken
3 participants