You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think most of the CPU is occupied by handling gRPC requests since right now the GetRegion is an unary call. We are working on changing it to a streaming call, which could be help for this case.
Bug Report
use tikv-client get region info from pd server, GetRegion QPS 66k, leader CPU 3600%, Goroutine count 244k
What did you do?
pressure test on online tikv culster
What did you expect to see?
Load balancing and low resource usage
What did you see instead?
GetRegion QPS 66k, leader CPU 3600%, Goroutine count 244k
What version of PD are you using (
pd-server -V
)?pd-server v8.1.0,tikv-client v2.0.7
The text was updated successfully, but these errors were encountered: