Skip to content

sql: fix a bug tracking spans in a backfill#54900

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
ajwerner:ajwerner/fix-bug-in-backfill
Sep 29, 2020
Merged

sql: fix a bug tracking spans in a backfill#54900
craig[bot] merged 1 commit intocockroachdb:masterfrom
ajwerner:ajwerner/fix-bug-in-backfill

Conversation

@ajwerner
Copy link
Copy Markdown
Contributor

Fixes a bug introduced in #54755 whereby we'd always subtract from the original
set of spans rather than from the updated set of spans meaning that we could
backfill the same span multiple times.

Fixes #54775.

Release note: None

Fixes a bug introduced in cockroachdb#54755 whereby we'd always subtract from the original
set of spans rather than from the updated set of spans meaning that we could
backfill the same span multiple times.

Fixes cockroachdb#54775.

Release note: None
@ajwerner ajwerner requested a review from thoszhang September 29, 2020 01:55
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown

@thoszhang thoszhang left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@ajwerner
Copy link
Copy Markdown
Contributor Author

bors r=lucy-zhang

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Sep 29, 2020

Build succeeded:

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.

sql: TestSchemaChangeEvalContext failed

3 participants