tikv / tikv/pd

balance region scheduler will stready after new store joined includes.

Open
#4,654 0 comments 0 reactions 0 assignees View on GitHub
type/enhancement
Dominant language
Go
Stars
1.2k
Forks
783
Avg merge
5d 21h
Merged PRs (30d)
36

Description

## Enhancement Task
`influenceAmp` should amplify the influence of the executing operators, the aim is that the scheduler should decreas the count of operator if the targe's score is closed to the origin.
The mechanism may be not well in big region cluster, the mainly cause is that there will be less regions in the cluster.

for example:
every region's size is 10g
nodeA : 20 count, region-size=200g
nodeB: 0 count,region-size=0g
if there are one operator in cluster, the tolerace will 10g*100+10g=1010g , so there will be only one operator in cluster. It may be too slow.
image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.