Skip to content

Commit

Permalink
kvserver: don't assign receiver in sha512
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
tbg committed Feb 22, 2022
1 parent 64e5ee9 commit 01a295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/replica_consistency.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ type replicaHash struct {

// sha512 computes the SHA512 hash of all the replica data at the snapshot.
// It will dump all the kv data into snapshot if it is provided.
func (r *Replica) sha512(
func (*Replica) sha512(
ctx context.Context,
desc roachpb.RangeDescriptor,
snap storage.Reader,
Expand Down

0 comments on commit 01a295e

Please sign in to comment.