Skip to content

Commit

Permalink
kvcoord: add a log msg
Browse files Browse the repository at this point in the history
Release note: None
Release justification: low risk, just logging
  • Loading branch information
andreimatei committed Mar 31, 2020
1 parent 171b4e8 commit 00c3216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvclient/kvcoord/txn_interceptor_committer.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (tc *txnCommitter) SendLocked(
// could be a combination of protos from responses, all merged by
// DistSender.
if pErr := needTxnRetryAfterStaging(br); pErr != nil {
log.VEventf(ctx, 2, "parallel commit failed since some writes were pushed")
return nil, pErr
}

Expand Down

0 comments on commit 00c3216

Please sign in to comment.