Skip to content
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

scheduler: balance-hot-region-scheduler supports TiFlash hot-write #3900

Merged
merged 19 commits into from
Aug 7, 2021
Merged
Prev Previous commit
Next Next commit
add comment
Signed-off-by: HunDunDM <hundundm@gmail.com>
  • Loading branch information
HunDunDM committed Aug 6, 2021
commit f1c0e7f84d60cef2792ef041a4bf2d8c80f5632b
2 changes: 1 addition & 1 deletion server/schedulers/hot_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type hotScheduler struct {
regionPendings map[uint64]*pendingInfluence

// store information, including pending Influence by resource type
// Every time Schedule will recalculate it.
// Every time `Schedule()` will recalculate it.
stInfos map[uint64]*storeSummaryInfo
// temporary states but exported to API or metrics
// Every time `Schedule()` will recalculate it.
Expand Down