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
PD stores all regions info in a globle RW lock. For every region heartbeat we have to acquire the lock to check whether region info is changed. There may be severe lock contention if region count cxceeds a certain threshold.
To resovle this problem we can batch handle region heatbeats.
The text was updated successfully, but these errors were encountered:
PD stores all regions info in a globle RW lock. For every region heartbeat we have to acquire the lock to check whether region info is changed. There may be severe lock contention if region count cxceeds a certain threshold.
To resovle this problem we can batch handle region heatbeats.
The text was updated successfully, but these errors were encountered: