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
root@serverless-cluster-pd-0:/# ./pd-ctl keyspace-group split-range 0 2 1 5000 Failed! [500] "cannot modify default keyspace's state"
for _, keyspace := range old { **if keyspace == utils.DefaultKeyspaceID { return nil, nil, ErrModifyDefaultKeyspace }** if startKeyspaceID <= keyspace && keyspace <= endKeyspaceID { newSplit = append(newSplit, keyspace) newKeyspaceMap[keyspace] = struct{}{} } }
The text was updated successfully, but these errors were encountered:
mcs, tso: fix split and split-range command bugs. (#6732)
53d5a92
close #6687, close #6731 Fix split and split-range command bugs. Signed-off-by: Bin Shi <binshi.bing@gmail.com>
mcs, tso: fix split and split-range command bugs. (tikv#6732)
c1a3775
close tikv#6687, close tikv#6731 Fix split and split-range command bugs. Signed-off-by: Bin Shi <binshi.bing@gmail.com>
578aeb1
Successfully merging a pull request may close this issue.
Enhancement Task
root@serverless-cluster-pd-0:/# ./pd-ctl keyspace-group split-range 0 2 1 5000
Failed! [500] "cannot modify default keyspace's state"
The text was updated successfully, but these errors were encountered: