Skip to content

Revert "storage: remove span declaration for merges"#40446

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
irfansharif:revert-merge-spans-cleanup
Sep 3, 2019
Merged

Revert "storage: remove span declaration for merges"#40446
craig[bot] merged 1 commit intocockroachdb:masterfrom
irfansharif:revert-merge-spans-cleanup

Conversation

@irfansharif
Copy link
Copy Markdown
Contributor

Reverts #40261. Holding off until release branch is cut.

Release note: None

Reverts cockroachdb#40261. Holding off until release branch is cut.

Release note: None
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@irfansharif
Copy link
Copy Markdown
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request Sep 3, 2019
40446: Revert "storage: remove span declaration for merges" r=irfansharif a=irfansharif

Reverts #40261. Holding off until release branch is cut.

Release note: None

Co-authored-by: irfan sharif <irfanmahmoudsharif@gmail.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Sep 3, 2019

Build succeeded

@craig craig bot merged commit 769c57a into cockroachdb:master Sep 3, 2019
@irfansharif irfansharif deleted the revert-merge-spans-cleanup branch September 3, 2019 23:20
craig bot pushed a commit that referenced this pull request Nov 11, 2019
41036: storage: remove span declaration for merges r=ajwerner a=irfansharif

I'm just re-sending #40261 (reverted in #40446). These changes are 
intended for 20.1 and will not be merged until after branching.

---

Prior to #28661, we used to include a snapshot of the RHS in the merge
trigger. Due to this, we declared a read only span over the RHS data
range. Now that we require ranges to be collocated during merges, we
didn't need to include the snapshot nor declare the span.

Orthogonal to this are Subsume requests that block out concurrent
commands to the RHS, with the appropriate span declarations contained
therein.

Release justification: N/A
Release note: None

Co-authored-by: irfan sharif <irfanmahmoudsharif@gmail.com>
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