-
Notifications
You must be signed in to change notification settings - Fork 726
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
tso: "split 0 2 2 2" generate duplicate keyspaces in the keyspace list of the group #6687
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
binshi-bing
added
the
type/enhancement
The issue or PR belongs to an enhancement.
label
Jun 26, 2023
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jun 27, 2023
close #6687, close #6688 Add split-range cmd and fix duplicate keyspaces 1. Add split-range cmd to support StartKeyspaceID and EndKeyspaceID parameters. 2. Fix "split 0 2 2 2" generate duplicate keyspaces in the keyspace list of the group" Signed-off-by: Bin Shi <[email protected]>
The fix was reverted by #6707 by mistake |
This was referenced Jun 30, 2023
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jul 1, 2023
close #6687, close #6731 Fix split and split-range command bugs. Signed-off-by: Bin Shi <[email protected]>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6687, close tikv#6688 Add split-range cmd and fix duplicate keyspaces 1. Add split-range cmd to support StartKeyspaceID and EndKeyspaceID parameters. 2. Fix "split 0 2 2 2" generate duplicate keyspaces in the keyspace list of the group" Signed-off-by: Bin Shi <[email protected]>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6687, close tikv#6731 Fix split and split-range command bugs. Signed-off-by: Bin Shi <[email protected]>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6687, close tikv#6688 Add split-range cmd and fix duplicate keyspaces 1. Add split-range cmd to support StartKeyspaceID and EndKeyspaceID parameters. 2. Fix "split 0 2 2 2" generate duplicate keyspaces in the keyspace list of the group" Signed-off-by: Bin Shi <[email protected]>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6687, close tikv#6731 Fix split and split-range command bugs. Signed-off-by: Bin Shi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement Task
root@serverless-cluster-pd-0:/# ./pd-ctl keyspace-group split 0 2 2 2
Success!
{"id":2,"user-kind":"basic","members":[{"address":"http://pd-tso-server-0.tso-service.tidb-serverless.svc:2379","priority":200},{"address":"http://pd-tso-server-1.tso-service.tidb-serverless.svc:2379","priority":300}],"keyspaces":[2,2]}
The text was updated successfully, but these errors were encountered: