We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241ce86 commit c86666bCopy full SHA for c86666b
pkg/kv/kvserver/allocator/mmaprototype/store_load_summary.go
@@ -7,6 +7,10 @@ package mmaprototype
7
8
import "github.com/cockroachdb/redact"
9
10
+// A storeLoadSummary is a classification of a store's load relative to the mean
11
+// load across a set of permissible stores (often, all that satisfy the
12
+// constraints for a given range). Sources and targets are primarily picked
13
+// based on the store- and node level load summaries contained in this struct.
14
type storeLoadSummary struct {
15
worstDim LoadDimension // for logging only
16
sls loadSummary
0 commit comments