-
Notifications
You must be signed in to change notification settings - Fork 719
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
keyspace: fail to split keyspace group twice #6611
Labels
Comments
It is a bug in pd client. We create Line 504 in a0beaef
And we get keyspace id with Line 510 in a0beaef
We only update keyspaceID in pdSvcDiscovery and tsoSvcDiscovery still use default keyspace.
|
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jun 16, 2023
close #6611 Signed-off-by: lhy1024 <admin@liudos.us>
lhy1024
added a commit
to lhy1024/pd
that referenced
this issue
Jun 16, 2023
close tikv#6611 Signed-off-by: lhy1024 <admin@liudos.us>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6611 Signed-off-by: lhy1024 <admin@liudos.us>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
What did you do?
run a cluster with pre-alloc "keyspace_a" and "keyspace_b"
run
./pd-ctl keyspace-group 0 1 2
but it keep in split and fail to split again
What did you expect to see?
split twice successful
What did you see instead?
failed
What version of PD are you using (
pd-server -V
)?master
The text was updated successfully, but these errors were encountered: