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 4b04f84 commit 15018e1Copy full SHA for 15018e1
pkg/kv/kvserver/allocator/mmaprototype/cluster_state.go
@@ -776,7 +776,8 @@ type storeState struct {
776
// NB: these load values can become negative due to applying pending
777
// changes. We need to let them be negative to retain the ability to undo
778
// pending changes.
779
- load mmaload.SignedLoadVector
+ load mmaload.SignedLoadVector
780
+ // TODO: make this a signed vector, like adjusted load.
781
secondaryLoad mmaload.SecondaryLoadVector
782
// Pending changes for computing loadReplicas and load.
783
// Added to at the same time as clusterState.pendingChanges.
0 commit comments