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

regression: vtgate hangs if started before DDL + vschema #3567

Closed
derekperkins opened this issue Jan 20, 2018 · 1 comment
Closed

regression: vtgate hangs if started before DDL + vschema #3567

derekperkins opened this issue Jan 20, 2018 · 1 comment

Comments

@derekperkins
Copy link
Member

From @tirsen

We bumped to latest Vitess master SHA and we’re seeing this error in our test suite:

unsharded keyspace %s has multiple shards: possible cause: sharded keyspace is marked as unsharded in vschema

Workaround:

If we move the start of the vtgate to AFTER deploying the DDL and vschema then it works

This works ok for the standard examples, which go through a specific startup order. For helm charts however, there is no ordering guarantee on startup, so this will prevent any Kubernetes installs from working out of the gate.

@sougou
Copy link
Contributor

sougou commented Feb 7, 2018

Looks like this is fixed now.

@sougou sougou closed this as completed Feb 7, 2018
systay pushed a commit that referenced this issue Jul 22, 2024
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants