Skip to content

Commit

Permalink
replica_rac2: vlog when enabling v2 protocol
Browse files Browse the repository at this point in the history
Part of: #130187
Release note: None
  • Loading branch information
kvoli committed Sep 20, 2024
1 parent a4c6966 commit 33b5cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/kvflowcontrol/replica_rac2/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ func (p *processorImpl) SetEnabledWhenLeaderRaftMuLocked(
if level != EnabledWhenLeaderV1Encoding || p.desc.replicas == nil {
return
}
log.VEventf(ctx, 1, "enabled v2 protocol using v1 priority encoding")
// May need to create RangeController.
var leaderID roachpb.ReplicaID
var term uint64
Expand Down

0 comments on commit 33b5cb1

Please sign in to comment.