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
split keyspace group: pd-ctl keyspace-group split 0 1 15034
pd-ctl keyspace-group split 0 1 15034
success
[2023/06/06 17:21:22.109 +08:00] [WARN] [retry_interceptor.go:62] ["retrying of unary invoker failed"] [target=endpoint://client-8178f326-ebfc-4729-971a-a9647dc95aeb/127.0.0.1:38123] [attempt=0] [error="rpc error: code = InvalidArgument desc = etcdserver: too many operations in txn request"]
pd-server -V
master
The text was updated successfully, but these errors were encountered:
SplitKeyspaceGroupByID will call PatrolKeyspaceAssignment and PatrolKeyspaceAssignment will call LoadRangeKeyspace
SplitKeyspaceGroupByID
PatrolKeyspaceAssignment
LoadRangeKeyspace
The limit of LoadRangeKeyspace is keyspacePatrolBatchSize, which is 256
keyspacePatrolBatchSize
But the limit of etcd txn op is 128
Sorry, something went wrong.
keyspace: adjust keyspacePatrolBatchSize to avoid too many operatio…
2654eac
…ns in txn request (#6562) close #6561 Signed-off-by: lhy1024 <admin@liudos.us>
6263172
…ns in txn request (tikv#6562) close tikv#6561 Signed-off-by: lhy1024 <admin@liudos.us>
Successfully merging a pull request may close this issue.
Bug Report
What did you do?
split keyspace group:
pd-ctl keyspace-group split 0 1 15034
What did you expect to see?
success
What did you see instead?
[2023/06/06 17:21:22.109 +08:00] [WARN] [retry_interceptor.go:62] ["retrying of unary invoker failed"] [target=endpoint://client-8178f326-ebfc-4729-971a-a9647dc95aeb/127.0.0.1:38123] [attempt=0] [error="rpc error: code = InvalidArgument desc = etcdserver: too many operations in txn request"]
What version of PD are you using (
pd-server -V
)?master
The text was updated successfully, but these errors were encountered: