Skip to content

Commit c86666b

Browse files
committed
mmaprototype: add comment to storeLoadSummary
1 parent 241ce86 commit c86666b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/kv/kvserver/allocator/mmaprototype/store_load_summary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ package mmaprototype
77

88
import "github.com/cockroachdb/redact"
99

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.
1014
type storeLoadSummary struct {
1115
worstDim LoadDimension // for logging only
1216
sls loadSummary

0 commit comments

Comments
 (0)