Skip to content

Commit

Permalink
kvserver: add a TODO
Browse files Browse the repository at this point in the history
Epic: none
Release note: None
  • Loading branch information
tbg committed Dec 19, 2022
1 parent 4a618cb commit 48f0a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,7 @@ func loadFullReplicaIDsFromDisk(
// store. It reconciles inconsistent state and runs validation checks.
//
// TODO(sep-raft-log): also load *uninitialized* Replicas.
// TOOD(sep-raft-log): consider a callback-visitor pattern here.
func loadAndReconcileReplicas(ctx context.Context, eng storage.Engine) (*engineReplicas, error) {
ident, err := ReadStoreIdent(ctx, eng)
if err != nil {
Expand Down

0 comments on commit 48f0a0a

Please sign in to comment.