Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kv: improve HandleWriterIntentError assertion string #53836

Conversation

nvanbenschoten
Copy link
Member

Should help track down #53540.

@nvanbenschoten nvanbenschoten requested a review from tbg September 2, 2020 16:35
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -260,7 +261,9 @@ func (m *managerImpl) HandleWriterIntentError(
intent := &t.Intents[i]
added, err := m.lt.AddDiscoveredLock(intent, seq, g.ltg)
if err != nil {
log.Fatalf(ctx, "%v", err)
reqBa := roachpb.BatchRequest{Requests: g.Req.Requests}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't want to log the key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants