Skip to content

Commit

Permalink
Merge pull request #17919 from tschottdorf/pushee-status
Browse files Browse the repository at this point in the history
storage: trace pushee status after push
  • Loading branch information
tbg authored Aug 25, 2017
2 parents a537e85 + ba129b3 commit 90840ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/intent_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func (ir *intentResolver) maybePushTransactions(
panic(fmt.Sprintf("have two PushTxn responses for %s", txn.ID))
}
pushedTxns[txn.ID] = txn
log.Eventf(ctx, "%s is now %s", txn.ID, txn.Status)
}

var resolveIntents []roachpb.Intent
Expand Down

0 comments on commit 90840ef

Please sign in to comment.