Skip to content

Commit 15018e1

Browse files
committed
mmaprototype: add a TODO
1 parent 4b04f84 commit 15018e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,8 @@ type storeState struct {
776776
// NB: these load values can become negative due to applying pending
777777
// changes. We need to let them be negative to retain the ability to undo
778778
// pending changes.
779-
load mmaload.SignedLoadVector
779+
load mmaload.SignedLoadVector
780+
// TODO: make this a signed vector, like adjusted load.
780781
secondaryLoad mmaload.SecondaryLoadVector
781782
// Pending changes for computing loadReplicas and load.
782783
// Added to at the same time as clusterState.pendingChanges.

0 commit comments

Comments
 (0)