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 5e46b67 commit 4822f99Copy full SHA for 4822f99
pkg/kv/kvserver/allocator/mmaprototype/store_load_summary.go
@@ -10,7 +10,7 @@ import "github.com/cockroachdb/redact"
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.
+// 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