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
Merge commit '21fef0309c2383e66b67976d4e00a0447693b37e' into tiflash-…
…hot-write-sche

# Conflicts:
#	server/core/store.go
  • Loading branch information
HunDunDM committed Aug 6, 2021
commit f8b4e73f14dbbc2b56c853c966498636be51794e
1 change: 1 addition & 0 deletions server/core/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
gb = 1 << 30 // 1GB size
initialMaxRegionCounts = 30 // exclude storage Threshold Filter when region less than 30
initialMinSpace = 1 << 33 // 2^33=8GB
slowStoreThreshold = 80

// EngineKey is the label key used to indicate engine.
EngineKey = "engine"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.