We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
start a cluster with tiup playground, then attempt to retrieve the default keyspace's meta with ./pd-ctl keyspace show name DEFAULT
./pd-ctl keyspace show name DEFAULT
DEFAULT keyspace's information is returned.
DEFAULT
Failed to get the keyspace information: [500] "keyspace manager is not initialized"
pd-server -V
latest from master branch (commit: 4e9240a)
latest
The text was updated successfully, but these errors were encountered:
pd-ctl: retry when keyspace group manager not initialized (#7442)
4356aeb
close #7441
Successfully merging a pull request may close this issue.
Bug Report
What did you do?
start a cluster with tiup playground, then attempt to retrieve the default keyspace's meta with
./pd-ctl keyspace show name DEFAULT
What did you expect to see?
DEFAULT
keyspace's information is returned.What did you see instead?
What version of PD are you using (
pd-server -V
)?latest
from master branch (commit: 4e9240a)The text was updated successfully, but these errors were encountered: